1
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2025-08-06 06:07:26 +02:00

[3.1.1] Have CSS/Length.php use the new Length class. Also, put onus of non-negative to callee, which would compare $n.

git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@1751 48356398-32a2-884e-a903-53898d9a118a
This commit is contained in:
Edward Z. Yang
2008-05-20 23:15:20 +00:00
parent d8da5ff406
commit 64b5581bf2
5 changed files with 21 additions and 39 deletions

1
TODO
View File

@@ -15,7 +15,6 @@ afraid to cast your vote for the next feature to be implemented!
- Allow imagecrash protection in CSS images to be turned off
- Allow imagecrash protection in CSS to be configurable with a max value
- Maintain old attribute data in tokens (configurable?)
- Allow URIFilters to run early?
- Lazy update of token when validating attributes?
- Investigate how early internal structures can be accessed; this would
prevent structures from being parsed and serialized multiple times.