0
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2024-09-20 03:05:18 +00:00
htmlpurifier/tests/HTMLPurifier/Strategy
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
..
CompositeTest.php - Added Composite and Core strategies. 2006-07-29 17:38:28 +00:00
CoreTest.php - Added Composite and Core strategies. 2006-07-29 17:38:28 +00:00
FixNestingTest.php - Implement double-checking in Strategy/FixNesting.php, fixes the table bugs. 2006-07-31 03:04:57 +00:00
MakeWellFormedTest.php - Added Composite and Core strategies. 2006-07-29 17:38:28 +00:00
RemoveForeignElementsTest.php - Added Composite and Core strategies. 2006-07-29 17:38:28 +00:00
ValidateAttributesTest.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