mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2024-11-09 15:28:40 +00:00
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
This commit is contained in:
parent
880a5b9dae
commit
48311b3b02
10
TODO
10
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 <http://htmlpurifier.org/phorum/read.php?3,1496>
|
||||
- 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
|
||||
|
Loading…
Reference in New Issue
Block a user