0
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2024-09-20 11:15:18 +00:00
htmlpurifier/library/HTMLPurifier/AttrDef
2006-08-14 21:06:57 +00:00
..
Class.php Generalize IDAccumulator into AttrContext. Modify tests and classes accordingly. Also, this allows us to make the validate() parameters uniform among all AttrDef subclasses. 2006-08-12 16:04:40 +00:00
Color.php Implement the color AttrDef. 2006-08-13 21:23:57 +00:00
Composite.php Implement the color AttrDef. 2006-08-13 21:23:57 +00:00
CSS.php CSS parsed as CDATA. 2006-08-13 21:44:52 +00:00
CSSLength.php Add CSSLength support, and roll out to all applicable styles. 2006-08-13 23:08:38 +00:00
Enum.php Generalize IDAccumulator into AttrContext. Modify tests and classes accordingly. Also, this allows us to make the validate() parameters uniform among all AttrDef subclasses. 2006-08-12 16:04:40 +00:00
ID.php Generalize IDAccumulator into AttrContext. Modify tests and classes accordingly. Also, this allows us to make the validate() parameters uniform among all AttrDef subclasses. 2006-08-12 16:04:40 +00:00
Integer.php Commit dud AttrDef integer. 2006-08-13 21:59:52 +00:00
Lang.php Generalize IDAccumulator into AttrContext. Modify tests and classes accordingly. Also, this allows us to make the validate() parameters uniform among all AttrDef subclasses. 2006-08-12 16:04:40 +00:00
Length.php Make note that this is HTML specific. 2006-08-13 21:41:53 +00:00
MultiLength.php Fix a few errors that came with API change. I really should run the unit tests before committing. 2006-08-12 16:12:16 +00:00
Number.php Add CSSLength support, and roll out to all applicable styles. 2006-08-13 23:08:38 +00:00
NumberSpan.php Generalize IDAccumulator into AttrContext. Modify tests and classes accordingly. Also, this allows us to make the validate() parameters uniform among all AttrDef subclasses. 2006-08-12 16:04:40 +00:00
Percentage.php Add Percentage, and font-size (not all styles fully realized yet though). 2006-08-14 02:08:45 +00:00
Pixels.php Generalize IDAccumulator into AttrContext. Modify tests and classes accordingly. Also, this allows us to make the validate() parameters uniform among all AttrDef subclasses. 2006-08-12 16:04:40 +00:00
Text.php Generalize IDAccumulator into AttrContext. Modify tests and classes accordingly. Also, this allows us to make the validate() parameters uniform among all AttrDef subclasses. 2006-08-12 16:04:40 +00:00
URI.php Remove legacy required code from AttrDef_URI, also explicitly disallow < and > in URIs. 2006-08-14 21:06:57 +00:00