0
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2024-09-20 11:15:18 +00:00
htmlpurifier/library/HTMLPurifier
Edward Z. Yang 9d411bd5cc - Implement double-checking in Strategy/FixNesting.php, fixes the table bugs.
- Move around child definitions so they make a little more sense (rename to Custom) and also add $allow_empty property to help FixNesting.php determine whether or not to double-check.

git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@136 48356398-32a2-884e-a903-53898d9a118a
2006-07-31 03:04:57 +00:00
..
AttrDef Add AttrDef_Id, as well as amend the accumulator by adding a load. 2006-07-30 16:35:05 +00:00
EntityLookup Implement EntityLookup and put in the Lexer. Some behavior was migrated, since it looks like it will have to be used in all Lexers, not just DirectLex (which is the only one that uses it). 2006-07-23 21:07:30 +00:00
Lexer Add CDATA support to the Lexers, as well as give PEARSax3 entity replacement. 2006-07-23 23:04:34 +00:00
Strategy - Implement double-checking in Strategy/FixNesting.php, fixes the table bugs. 2006-07-31 03:04:57 +00:00
AttrDef.php Factor out definitions to a ['child'] so that we could assign the ['attr'] definitions separately. 2006-07-30 00:54:38 +00:00
ChildDef.php - Implement double-checking in Strategy/FixNesting.php, fixes the table bugs. 2006-07-31 03:04:57 +00:00
Definition.php - Implement double-checking in Strategy/FixNesting.php, fixes the table bugs. 2006-07-31 03:04:57 +00:00
EntityLookup.php Better enforcement of Singleton-ness, by requiring a setup() call after instantiation. 2006-07-24 11:35:46 +00:00
Generator.php Added ValidateAttributes strategy and associated unit tests. Amended Generator with some sanity checks. Made Definition include all necessary definitions. Note the two elements (bdo and br) that only use coreattrs. 2006-07-30 18:37:42 +00:00
IDAccumulator.php Add AttrDef_Id, as well as amend the accumulator by adding a load. 2006-07-30 16:35:05 +00:00
Lexer.php Add CDATA support to the Lexers, as well as give PEARSax3 entity replacement. 2006-07-23 23:04:34 +00:00
Strategy.php Commit Strategy, which will soon be splitting up the Definition file. 2006-07-23 23:23:14 +00:00
Token.php Token.php: Document the code. 2006-07-23 13:20:15 +00:00