Implement %Attr.AllowedClasses and %Attr.ForbiddenClasses.
commitbaf053b016b118ff26554d819130ba4746c693d8
authorEdward Z. Yang <edwardzyang@thewritingpot.com>
Tue, 26 May 2009 01:55:44 +0000 (25 21:55 -0400)
committerEdward Z. Yang <edwardzyang@thewritingpot.com>
Tue, 26 May 2009 02:08:45 +0000 (25 22:08 -0400)
treec57551ec6aebdf6ebf7e7967df3593bf21b74580
parentbf71c3f39207e6c2f03ba39499c0b5aaa69a4436
Implement %Attr.AllowedClasses and %Attr.ForbiddenClasses.

Signed-off-by: Edward Z. Yang <edwardzyang@thewritingpot.com>
13 files changed:
NEWS
TODO
library/HTMLPurifier.includes.php
library/HTMLPurifier.safe-includes.php
library/HTMLPurifier/AttrDef/HTML/Class.php [new file with mode: 0644]
library/HTMLPurifier/AttrDef/HTML/Nmtokens.php
library/HTMLPurifier/AttrTypes.php
library/HTMLPurifier/ConfigSchema/schema.ser
library/HTMLPurifier/ConfigSchema/schema/Attr.AllowedClasses.txt [new file with mode: 0644]
library/HTMLPurifier/ConfigSchema/schema/Attr.ForbiddenClasses.txt [new file with mode: 0644]
library/HTMLPurifier/HTMLModule/CommonAttributes.php
tests/HTMLPurifier/AttrDef/HTML/ClassTest.php [new file with mode: 0644]
tests/HTMLPurifier/AttrDef/HTML/NmtokensTest.php