0
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2024-09-19 18:55:19 +00:00

Update TODO.

git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@270 48356398-32a2-884e-a903-53898d9a118a
This commit is contained in:
Edward Z. Yang 2006-08-15 23:59:40 +00:00
parent 0da17072d1
commit 490fc003c8

View File

@ -3,7 +3,6 @@ Todo List
Core:
- Finish all the Core CSS traits
- Implement all non-essential attribute transforms
- Change default behavior from escape to drop unrecognized stuff (merge config)
Code issues:
- Massive profiling (library occasionally times out on large input)
@ -12,6 +11,7 @@ Code issues:
- Distinguish between different types of URIs, for instance, a mailto URI
in IMG SRC is nonsensical
- Factor out Host validation to its own AttrDef
- Rewrite table's child definition
Enhancements:
- Do fixes for Firefox's inability to handle COL alignment props (Bug 915)