mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2024-11-08 14:58:42 +00:00
cedcbb9e15
git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@259 48356398-32a2-884e-a903-53898d9a118a
17 lines
589 B
Plaintext
17 lines
589 B
Plaintext
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)
|
|
- Fix IPv6 issues
|
|
- Make URI validation routines tighter (especially mailto)
|
|
- Distinguish between different types of URIs, for instance, a mailto URI
|
|
in IMG SRC is nonsensical
|
|
- Factor out Host validation to its own AttrDef
|
|
|
|
Enhancements:
|
|
- Do fixes for Firefox's inability to handle COL alignment props (Bug 915) |