0
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2024-09-20 11:15:18 +00:00
htmlpurifier/library/HTMLPurifier/AttrDef
Edward Z. Yang cb463f9676 Commit text-decoration implementation.
git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@280 48356398-32a2-884e-a903-53898d9a118a
2006-08-16 15:12:48 +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 Commit text-decoration implementation. 2006-08-16 15:12:48 +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
Multiple.php Commit Multiple AttrDef, forms scaffolding for a few more CSS properties. 2006-08-16 00:34:37 +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 Prevent image crash attacks. 2006-08-15 22:53:12 +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
TextDecoration.php Commit text-decoration implementation. 2006-08-16 15:12:48 +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