[3.0.0] [BACKPORT] More work for hire from Chris
commit0f961c6af4e39d388eab09e32bbab652e209a6d7
authorEdward Z. Yang <edwardzyang@thewritingpot.com>
Sun, 16 Dec 2007 23:16:45 +0000 (16 23:16 +0000)
committerEdward Z. Yang <edwardzyang@thewritingpot.com>
Sun, 16 Dec 2007 23:16:45 +0000 (16 23:16 +0000)
tree54c74ccea3e16303a556888531108a33c1c4e868
parenta840c24796e99765876f5d26a2cba0c4d93968f4
[3.0.0] [BACKPORT] More work for hire from Chris
! Experimental support for some proprietary CSS attributes allowed: opacity (and all of the browser-specific equivalents) and scrollbar colors. Enable by setting %CSS.Proprietary to true.
- Colors missing # but in hex form will be corrected
- CSS Number algorithm improved
. New classes:
  + HTMLPurifier_AttrDef_CSS_AlphaValue
  + HTMLPurifier_AttrDef_CSS_Filter

git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@1473 48356398-32a2-884e-a903-53898d9a118a
12 files changed:
NEWS
library/HTMLPurifier/AttrDef/CSS/AlphaValue.php [new file with mode: 0644]
library/HTMLPurifier/AttrDef/CSS/Color.php
library/HTMLPurifier/AttrDef/CSS/Filter.php [new file with mode: 0644]
library/HTMLPurifier/AttrDef/CSS/Number.php
library/HTMLPurifier/CSSDefinition.php
tests/HTMLPurifier/AttrDef/CSS/AlphaValueTest.php [new file with mode: 0644]
tests/HTMLPurifier/AttrDef/CSS/ColorTest.php
tests/HTMLPurifier/AttrDef/CSS/FilterTest.php [new file with mode: 0644]
tests/HTMLPurifier/AttrDef/CSS/NumberTest.php
tests/HTMLPurifier/AttrDef/CSSTest.php
tests/test_files.php