[1.3.0] Huge upgrade, (X)HTML Strict now supported
commitb1b3377b9cd8f5857ecf0d365f00849d13d8cb0f
authorEdward Z. Yang <edwardzyang@thewritingpot.com>
Thu, 23 Nov 2006 03:23:35 +0000 (23 03:23 +0000)
committerEdward Z. Yang <edwardzyang@thewritingpot.com>
Thu, 23 Nov 2006 03:23:35 +0000 (23 03:23 +0000)
treedc0d0adb14fbdf2d7dd9acddfe551c5c7b1da2bd
parentd8673539ab626b24fe58aa3d2a36e90f3a87f808
[1.3.0] Huge upgrade, (X)HTML Strict now supported
  + Transparently handles inline elements in block context (blockquote)
! Added GET method to demo for easier validation, added 50kb max input size
! New directive %HTML.BlockWrapper, for block-ifying inline elements
! New directive %HTML.Parent, allows you to only allow inline content
- Added missing type to ChildDef_Chameleon
. ChildDef_Required guards against empty tags
. Lookup table HTMLDefinition->info_flow_elements added
. Added peace-of-mind variable initialization to Strategy_FixNesting

git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@560 48356398-32a2-884e-a903-53898d9a118a
12 files changed:
NEWS
docs/examples/demo.php
docs/ref-loose-vs-strict.txt
library/HTMLPurifier/ChildDef/Chameleon.php
library/HTMLPurifier/ChildDef/Required.php
library/HTMLPurifier/ChildDef/StrictBlockquote.php [new file with mode: 0644]
library/HTMLPurifier/HTMLDefinition.php
library/HTMLPurifier/Strategy/FixNesting.php
tests/HTMLPurifier/ChildDef/StrictBlockquoteTest.php [new file with mode: 0644]
tests/HTMLPurifier/Strategy/FixNestingTest.php
tests/HTMLPurifier/Test.php
tests/index.php