Implement attribute transforms for required attributes. I can now confidently say...
commit24c64dbbac66f82aa905bf8d83e0c9817c82540e
authorEdward Z. Yang <edwardzyang@thewritingpot.com>
Mon, 14 Aug 2006 23:11:28 +0000 (14 23:11 +0000)
committerEdward Z. Yang <edwardzyang@thewritingpot.com>
Mon, 14 Aug 2006 23:11:28 +0000 (14 23:11 +0000)
tree56a2e65674f4124860f43ec155b0e87cc071f0d7
parente770d994a731fb71f3c59a1c8004b4bb75fef423
Implement attribute transforms for required attributes. I can now confidently say that output will always be valid.

git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@256 48356398-32a2-884e-a903-53898d9a118a
12 files changed:
docs/progress.html
library/HTMLPurifier/AttrTransform/BdoDir.php [new file with mode: 0644]
library/HTMLPurifier/AttrTransform/ImgRequired.php [new file with mode: 0644]
library/HTMLPurifier/AttrTransform/Lang.php
library/HTMLPurifier/AttrTransform/TextAlign.php
library/HTMLPurifier/HTMLDefinition.php
library/HTMLPurifier/Strategy/ValidateAttributes.php
tests/HTMLPurifier/AttrTransform/BdoDirTest.php [new file with mode: 0644]
tests/HTMLPurifier/AttrTransform/ImgRequiredTest.php [new file with mode: 0644]
tests/HTMLPurifier/AttrTransformHarness.php
tests/HTMLPurifier/Strategy/ValidateAttributesTest.php
tests/index.php