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 7a4c7b3777 [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
2006-11-17 01:05:41 +00:00
..
CompositeTest.php [1.2.0] 2006-10-01 21:55:13 +00:00
CoreTest.php [1.2.0] 2006-10-01 21:55:13 +00:00
FixNestingTest.php [1.2.0] 2006-10-01 21:55:13 +00:00
MakeWellFormedTest.php [1.2.0] 2006-10-01 21:55:13 +00:00
RemoveForeignElementsTest.php [1.2.0] 2006-10-01 21:55:13 +00:00
ValidateAttributesTest.php [1.2.0] [BC] ID attributes now disabled by default. New directives: 2006-11-17 01:05:41 +00:00