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

Rename so that there's no txt extension, adhering with good practices.

git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@276 48356398-32a2-884e-a903-53898d9a118a
This commit is contained in:
Edward Z. Yang
2006-08-16 03:57:02 +00:00
parent 68a300c55b
commit 1b867888e8
3 changed files with 0 additions and 0 deletions

17
TODO Normal file
View File

@@ -0,0 +1,17 @@
Todo List
Core:
- Finish all the Core CSS traits
- Implement all non-essential attribute transforms
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
- Rewrite table's child definition
Enhancements:
- Do fixes for Firefox's inability to handle COL alignment props (Bug 915)