1
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2025-01-17 14:08:15 +01:00

19 lines
584 B
Plaintext
Raw Normal View History

Todo List
Core:
- Finish all the core CSS traits
- Implement all non-essential attribute transforms
Code issues:
- Massive profiling, make it faster!
- 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
- Rewrite table's child definition
- Silently drop content inbetween SCRIPT tags
Enhancements:
- Do fixes for Firefox's inability to handle COL alignment props (Bug 915)
- Pretty-printing HTML