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-13 18:16:30 +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
Composite.php Implement Composite attribute definition. 2006-08-13 18:16:30 +00:00
CSS.php Implemented CSS properties whose valid values were enumerated. Accept inherit for all properties. Some composite unit tests. 2006-08-13 16:52:31 +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 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
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