From f36a05ce87616c4279b794b129107e4be5059a00 Mon Sep 17 00:00:00 2001 From: "Edward Z. Yang" Date: Wed, 16 Aug 2006 14:05:03 +0000 Subject: [PATCH] Update TODO. git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@279 48356398-32a2-884e-a903-53898d9a118a --- TODO | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/TODO b/TODO index f6263657..1ffb5a87 100644 --- a/TODO +++ b/TODO @@ -1,17 +1,19 @@ Todo List Core: - - Finish all the Core CSS traits + - Finish all the core CSS traits - Implement all non-essential attribute transforms Code issues: - - Massive profiling (library occasionally times out on large input) + - 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) \ No newline at end of file + - Do fixes for Firefox's inability to handle COL alignment props (Bug 915) + - Pretty-printing HTML \ No newline at end of file