De-singleton-ized (HTML|CSS)Definition, tying them to the configuration and making...
commit14aeafcf22da1e733ffcfd5de721a37e184c6ea1
authorEdward Z. Yang <edwardzyang@thewritingpot.com>
Thu, 31 Aug 2006 20:33:07 +0000 (31 20:33 +0000)
committerEdward Z. Yang <edwardzyang@thewritingpot.com>
Thu, 31 Aug 2006 20:33:07 +0000 (31 20:33 +0000)
tree1878e3dbe4bd3fec8145a10b0def603c2a005db2
parent90279eaee21b4887c476ca72005de795578e17cc
De-singleton-ized (HTML|CSS)Definition, tying them to the configuration and making them more amenable to changes.

git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@350 48356398-32a2-884e-a903-53898d9a118a
17 files changed:
NEWS
TODO
library/HTMLPurifier/AttrDef/Border.php
library/HTMLPurifier/AttrDef/CSS.php
library/HTMLPurifier/AttrDef/Font.php
library/HTMLPurifier/AttrDef/ListStyle.php
library/HTMLPurifier/CSSDefinition.php
library/HTMLPurifier/Config.php
library/HTMLPurifier/ConfigDef.php
library/HTMLPurifier/HTMLDefinition.php
library/HTMLPurifier/Strategy/FixNesting.php
library/HTMLPurifier/Strategy/MakeWellFormed.php
library/HTMLPurifier/Strategy/RemoveForeignElements.php
library/HTMLPurifier/Strategy/ValidateAttributes.php
tests/HTMLPurifier/AttrDef/BorderTest.php
tests/HTMLPurifier/AttrDef/FontTest.php
tests/HTMLPurifier/AttrDef/ListStyleTest.php