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 eca0f68c1f CSS parsed as CDATA.
git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@234 48356398-32a2-884e-a903-53898d9a118a
2006-08-13 21:44:52 +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
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
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
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
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 Commit a very lenient mailto checker. We'll tighten it later. 2006-08-12 19:11:21 +00:00