[1.2.0] [BC] ID attributes now disabled by default. New directives:
commit7a4c7b3777c73d81a83cfd3aa1429cfeacfd02b5
authorEdward Z. Yang <edwardzyang@thewritingpot.com>
Fri, 17 Nov 2006 01:05:41 +0000 (17 01:05 +0000)
committerEdward Z. Yang <edwardzyang@thewritingpot.com>
Fri, 17 Nov 2006 01:05:41 +0000 (17 01:05 +0000)
tree6a6e8f5afb74781fd3b8bf0ea1c25708c9f3cfd4
parent2dc8e9c3d58c3a498dcc5eae94c47f1de1c7de2a
[1.2.0] [BC] ID attributes now disabled by default. New directives:
  + %HTML.EnableAttrID - restores old behavior by allowing IDs
  + %Attr.IDPrefix - %Attr.IDBlacklist alternative that munges all user IDs so that they don't collide with your IDs
  + %Attr.IDPrefixLocal - Same as above, but for when there are multiple instances of user content on the page
  + Profuse documentation on how to use these available in id.txt

git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@526 48356398-32a2-884e-a903-53898d9a118a
NEWS
TODO
docs/id.txt [new file with mode: 0644]
library/HTMLPurifier/AttrDef/ID.php
library/HTMLPurifier/HTMLDefinition.php
tests/HTMLPurifier/AttrDef/IDTest.php
tests/HTMLPurifier/Strategy/ValidateAttributesTest.php