From 9b5e2978adf23e67a5ae94f791d6fd7da4891f63 Mon Sep 17 00:00:00 2001 From: "Edward Z. Yang" Date: Thu, 29 Mar 2007 00:13:12 +0000 Subject: [PATCH] Add ID regexps to the TODO list. git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@913 48356398-32a2-884e-a903-53898d9a118a --- TODO | 1 + 1 file changed, 1 insertion(+) diff --git a/TODO b/TODO index 0ff9dd67..1f1fbd19 100644 --- a/TODO +++ b/TODO @@ -19,6 +19,7 @@ TODO List - XSS-attempt detection - Implement IDREF support (harder than it seems, since you cannot have IDREFs to non-existent IDs) + - Regexp matching for IDs 1.7 release # Add pre-packaged "levels" of cleaning (custom behavior already done)