2006-07-21 11:31:43 +00:00
|
|
|
|
2006-08-28 02:47:03 +00:00
|
|
|
TODO List
|
|
|
|
|
2006-11-23 23:59:20 +00:00
|
|
|
= KEY ====================
|
|
|
|
# Flagship
|
|
|
|
- Regular
|
2007-03-31 03:09:46 +00:00
|
|
|
? Maybe I'll Do It
|
2006-11-23 23:59:20 +00:00
|
|
|
==========================
|
|
|
|
|
2007-04-30 00:48:22 +00:00
|
|
|
1.6.1 [Oh Dear, We Missed Something!]
|
2007-05-03 04:07:47 +00:00
|
|
|
# align in img, table, hr and caption
|
|
|
|
# clear in br
|
|
|
|
# type in ul, ol, li
|
2007-04-02 13:28:49 +00:00
|
|
|
|
2007-03-31 03:09:46 +00:00
|
|
|
1.7 release [Advanced API]
|
|
|
|
# Complete advanced API, and fully document it
|
|
|
|
# Implement all edge-case attribute transforms
|
|
|
|
# Implement all deprecated tags and attributes
|
2007-03-31 03:41:22 +00:00
|
|
|
- Parse TinyMCE-style whitelist into our %HTML.Allow* whitelists (possibly
|
|
|
|
do this earlier)
|
2007-04-30 00:48:22 +00:00
|
|
|
? HTML interface for tweaking configuration to see changes
|
2007-03-31 03:09:46 +00:00
|
|
|
|
|
|
|
1.8 release [Refactor, refactor!]
|
2007-01-20 02:28:51 +00:00
|
|
|
# URI validation routines tighter (see docs/dev-code-quality.html) (COMPLEX)
|
|
|
|
# Advanced URI filtering schemes (see docs/proposal-new-directives.txt)
|
2007-03-31 03:09:46 +00:00
|
|
|
- Configuration profiles: predefined directives set with one func call
|
2007-03-25 00:40:13 +00:00
|
|
|
- Implement IDREF support (harder than it seems, since you cannot have
|
|
|
|
IDREFs to non-existent IDs)
|
2007-03-31 03:09:46 +00:00
|
|
|
- Allow non-ASCII characters in font names
|
2006-11-23 23:59:20 +00:00
|
|
|
|
2007-03-31 03:09:46 +00:00
|
|
|
1.9 release [Error'ed]
|
|
|
|
# Error logging for filtering/cleanup procedures
|
|
|
|
- Requires I18N facilities to be created first (COMPLEX)
|
|
|
|
- XSS-attempt detection
|
2006-11-04 05:05:19 +00:00
|
|
|
- More fine-grained control over escaping behavior
|
|
|
|
- Silently drop content inbetween SCRIPT tags (can be generalized to allow
|
|
|
|
specification of elements that, when detected as foreign, trigger removal
|
|
|
|
of children, although unbalanced tags could wreck havoc (or at least
|
|
|
|
delete the rest of the document)).
|
2006-08-28 02:47:03 +00:00
|
|
|
|
2007-03-31 03:09:46 +00:00
|
|
|
1.10 release [Do What I Mean, Not What I Say]
|
2006-11-23 23:59:20 +00:00
|
|
|
# Additional support for poorly written HTML
|
|
|
|
- Microsoft Word HTML cleaning (i.e. MsoNormal, but research essential!)
|
|
|
|
- Friendly strict handling of <address> (block -> <br>)
|
2007-01-21 15:23:42 +00:00
|
|
|
- Remove redundant tags, ex. <u><u>Underlined</u></u>. Implementation notes:
|
|
|
|
1. Analyzing which tags to remove duplicants
|
|
|
|
2. Ensure attributes are merged into the parent tag
|
|
|
|
3. Extend the tag exclusion system to specify whether or not the
|
|
|
|
contents should be dropped or not (currently, there's code that could do
|
|
|
|
something like this if it didn't drop the inner text too.)
|
|
|
|
- Remove <span> tags that don't do anything (no attributes)
|
|
|
|
- Remove empty inline tags<i></i>
|
|
|
|
- Append something to duplicate IDs so they're still usable (impl. note: the
|
|
|
|
dupe detector would also need to detect the suffix as well)
|
2006-09-23 00:43:21 +00:00
|
|
|
|
2007-03-31 03:09:46 +00:00
|
|
|
2.0 release [Beyond HTML]
|
2007-01-19 23:02:28 +00:00
|
|
|
# Legit token based CSS parsing (will require revamping almost every
|
|
|
|
AttrDef class)
|
2006-11-23 23:59:20 +00:00
|
|
|
# Formatters for plaintext (COMPLEX)
|
2006-09-23 00:43:21 +00:00
|
|
|
- Auto-paragraphing (be sure to leverage fact that we know when things
|
|
|
|
shouldn't be paragraphed, such as lists and tables).
|
|
|
|
- Linkify URLs
|
|
|
|
- Smileys
|
2006-11-23 23:59:20 +00:00
|
|
|
- Linkification for HTML Purifier docs: notably configuration and classes
|
2007-01-21 15:23:42 +00:00
|
|
|
- Allow tags to be "armored", an internal flag that protects them
|
|
|
|
from validation and passes them out unharmed
|
2007-01-21 16:17:34 +00:00
|
|
|
- Fixes for Firefox's inability to handle COL alignment props (Bug 915)
|
|
|
|
- Automatically add non-breaking spaces to empty table cells when
|
|
|
|
empty-cells:show is applied to have compatibility with Internet Explorer
|
|
|
|
- Convert RTL/LTR override characters to <bdo> tags, or vice versa on demand.
|
|
|
|
Also, enable disabling of directionality
|
2006-08-28 02:47:03 +00:00
|
|
|
|
2007-03-31 03:09:46 +00:00
|
|
|
3.0 release [To XML and Beyond]
|
|
|
|
- Extended HTML capabilities based on namespacing and tag transforms (COMPLEX)
|
|
|
|
- Hooks for adding custom processors to custom namespaced tags and
|
|
|
|
attributes, offer default implementation
|
|
|
|
- Lots of documentation and samples
|
|
|
|
- XHTML 1.1 support
|
|
|
|
|
2006-11-04 05:05:19 +00:00
|
|
|
Ongoing
|
|
|
|
- Lots of profiling, make it faster!
|
2006-11-23 23:59:20 +00:00
|
|
|
- Plugins for major CMSes (COMPLEX)
|
2007-03-31 03:09:46 +00:00
|
|
|
- WordPress (mostly written, needs beta-testing)
|
2006-11-23 23:59:20 +00:00
|
|
|
- eFiction
|
|
|
|
- more! (look for ones that use WYSIWYGs)
|
2006-11-04 05:05:19 +00:00
|
|
|
|
2006-08-28 02:47:03 +00:00
|
|
|
Unknown release (on a scratch-an-itch basis)
|
2007-03-25 00:40:13 +00:00
|
|
|
? Semi-lossy dumb alternate character encoding transfor
|
2007-03-31 03:09:46 +00:00
|
|
|
? Have 'lang' attribute be checked against official lists, achieved by
|
2006-09-28 00:31:12 +00:00
|
|
|
encoding all characters that have string entity equivalents
|
2007-04-02 13:28:49 +00:00
|
|
|
- Explain how to use HTML Purifier in non-PHP languages
|
2006-10-31 02:17:52 +00:00
|
|
|
|
|
|
|
Requested
|
2007-01-20 02:28:51 +00:00
|
|
|
? Native content compression, whitespace stripping (don't rely on Tidy, make
|
2006-11-04 05:05:19 +00:00
|
|
|
sure we don't remove from <pre> or related tags)
|
2006-08-28 19:21:46 +00:00
|
|
|
|
|
|
|
Wontfix
|
2006-11-04 05:05:19 +00:00
|
|
|
- Non-lossy smart alternate character encoding transformations (unless
|
|
|
|
patch provided)
|
2006-09-24 21:23:54 +00:00
|
|
|
- Pretty-printing HTML, users can use Tidy on the output on entire page
|