From 97a4ec7598775049bd893ac7cd769e1ccba81204 Mon Sep 17 00:00:00 2001 From: "Edward Z. Yang" Date: Sun, 25 Mar 2007 00:40:13 +0000 Subject: [PATCH] Add in terracc's suggestions to TODO file. git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@886 48356398-32a2-884e-a903-53898d9a118a --- TODO | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/TODO b/TODO index 436f4fd9..0ff9dd67 100644 --- a/TODO +++ b/TODO @@ -13,9 +13,12 @@ TODO List # Advanced URI filtering schemes (see docs/proposal-new-directives.txt) # Error logging for filtering/cleanup procedures - Requires I18N facilities to be created first (COMPLEX) + # Implement all deprecated tags and attributes, for use when correctional + mode is not on ? Configuration profiles: sets of directives that get set with one func call - XSS-attempt detection - - Implement IDREF support + - Implement IDREF support (harder than it seems, since you cannot have + IDREFs to non-existent IDs) 1.7 release # Add pre-packaged "levels" of cleaning (custom behavior already done) @@ -77,8 +80,9 @@ Ongoing - more! (look for ones that use WYSIWYGs) Unknown release (on a scratch-an-itch basis) - - Have 'lang' attribute be checked against official lists - ? Semi-lossy dumb alternate character encoding transformations, achieved by + - Allow non-ASCII characters in font names + ? Semi-lossy dumb alternate character encoding transfor + ? Have 'lang' attribute be checked against official listsmations, achieved by encoding all characters that have string entity equivalents Requested