0
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2024-09-20 11:15:18 +00:00
htmlpurifier/tests/HTMLPurifier/ChildDef
Edward Z. Yang 77d9e05a07 [1.5.0] Massive refactoring for Blockquote and Chameleon to be more extensible and accommodating of XHTMLDefinition.
- Fixed buggy chameleon-support for ins and del
. Removed context variable ParentType, replaced with IsInline, which
  is false when you're not inline and an integer of the parent that
  caused you to become inline when you are (so possibly zero)
. Removed ElementDef->type in favor of ElementDef->descendants_are_inline
  and HTMLDefinition->content_sets
. StrictBlockquote now reports what elements its supposed to allow,
  rather than what it does allow
. Removed HTMLDefinition->info_flow_elements in favor of
  HTMLDefinition->content_sets['Flow']
. Removed redundant "exclusionary" definitions from DTD roster
. StrictBlockquote now requires a construction parameter as if it
  were an Required ChildDef, this is the "real" set of allowed elements

git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@710 48356398-32a2-884e-a903-53898d9a118a
2007-02-04 03:53:57 +00:00
..
ChameleonTest.php [1.5.0] Massive refactoring for Blockquote and Chameleon to be more extensible and accommodating of XHTMLDefinition. 2007-02-04 03:53:57 +00:00
CustomTest.php [1.3.0] Refactored ChildDef classes into their own files 2006-11-22 18:55:15 +00:00
OptionalTest.php [1.3.0] Refactored ChildDef classes into their own files 2006-11-22 18:55:15 +00:00
RequiredTest.php [1.3.0] Refactored ChildDef classes into their own files 2006-11-22 18:55:15 +00:00
StrictBlockquoteTest.php [1.5.0] Massive refactoring for Blockquote and Chameleon to be more extensible and accommodating of XHTMLDefinition. 2007-02-04 03:53:57 +00:00
TableTest.php [1.3.0] Refactored ChildDef classes into their own files 2006-11-22 18:55:15 +00:00