From 48311b3b025c5c4586fd3e68d7f5510168808159 Mon Sep 17 00:00:00 2001 From: "Edward Z. Yang" Date: Wed, 26 Mar 2008 04:11:38 +0000 Subject: [PATCH] Update TODO with a few bugs that need to be squished. git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@1633 48356398-32a2-884e-a903-53898d9a118a --- TODO | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/TODO b/TODO index be08fe2b..cfea5371 100644 --- a/TODO +++ b/TODO @@ -44,6 +44,15 @@ NICE FEATURES - Support exporting configuration, so users can easily tweak settings in the demo, and then copy-paste into their own setup +BUGS + - Style attribute height/width limiting for images + - addAttribute multiple calls with HTMLDefinition + - Support for hard-coded paths/dirname(__FILE__) in include stub and autoload + - Easy way to blacklist elements and attributes + - Investigate iconv error emitting + - Investigate UTF-8 optimization + - Figure out what to do about target="" and name="", since they show up so often + - Update htmLawed comparison FUTURE VERSIONS --------------- @@ -70,6 +79,7 @@ FUTURE VERSIONS 3.4 release [It's All About Trust] (floating) # Implement untrusted, dangerous elements/attributes + - Objects and Forms are especially wanted # Implement IDREF support (harder than it seems, since you cannot have IDREFs to non-existent IDs) # Frameset XHTML 1.0 and HTML 4.01 doctypes -- 2.11.4.GIT