mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2025-03-11 17:18:44 +00:00
Update TODO, organize items according to version numbers.
git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@330 48356398-32a2-884e-a903-53898d9a118a
This commit is contained in:
parent
15988980db
commit
dc19ac9a2a
60
TODO
60
TODO
@ -1,33 +1,51 @@
|
|||||||
Todo List
|
|
||||||
|
|
||||||
Core:
|
TODO List
|
||||||
- Finish table and shorthand CSS attributes
|
|
||||||
- background (and friends)
|
Ongoing
|
||||||
|
- Lots of profiling, make it faster!
|
||||||
|
- Plugins for major CMSes (very tricky issue)
|
||||||
|
|
||||||
|
1.0 release
|
||||||
|
- Limited shorthand CSS attributes
|
||||||
|
- background
|
||||||
- list-style
|
- list-style
|
||||||
- Implement all non-essential attribute transforms
|
- Revise (HTML|CSS)Definition and Config relationship (groundwork for 2.0)
|
||||||
- Microsoft Word HTML cleaning
|
- ISO 8895-1 out-of-the-box support
|
||||||
- Plugins for major CMSes
|
|
||||||
- Rewrite *Definition and Config relationship, add various "levels" of cleaning
|
|
||||||
- Support other character encodings out-of-the-box
|
|
||||||
- Allow strict HTML 4.01, loose HTML 4.01 and strict XHTML 1.0 output
|
|
||||||
|
|
||||||
Code issues:
|
1.1 release
|
||||||
- Massive profiling, make it faster!
|
- Directive documentation generation
|
||||||
|
- Rewrite table's child definition to be faster, smart, and regexp free
|
||||||
|
- Allow HTML 4.01 output (cosmetic changes to the generator)
|
||||||
|
|
||||||
|
1.2 release
|
||||||
|
- Additional support for poorly written HTML
|
||||||
|
- Implement all non-essential attribute transforms
|
||||||
|
- Microsoft Word HTML cleaning (i.e. MsoNormal)
|
||||||
|
|
||||||
|
1.3 release
|
||||||
- Make URI validation routines tighter (especially mailto)
|
- Make URI validation routines tighter (especially mailto)
|
||||||
- Distinguish between different types of URIs, for instance, a mailto URI
|
- Distinguish between different types of URIs, for instance, a mailto URI
|
||||||
in IMG SRC is nonsensical
|
in IMG SRC is nonsensical
|
||||||
- Rewrite table's child definition to be faster, smart, and regexp free
|
|
||||||
|
2.0 release
|
||||||
|
- Add various "levels" of cleaning
|
||||||
|
- Related: Allow strict (X)HTML
|
||||||
|
|
||||||
|
3.0 release
|
||||||
|
- Extended HTML capabilities based on namespacing and tag transforms
|
||||||
|
- Hooks for adding custom processors to custom namespaced tags and
|
||||||
|
attributes, offer default implementation
|
||||||
|
- Auto-paragraphing (be sure to leverage fact that we know when things
|
||||||
|
shouldn't be paragraphed, such as lists and tables).
|
||||||
|
- Lots of documentation and samples
|
||||||
|
|
||||||
|
Unknown release (on a scratch-an-itch basis)
|
||||||
- Silently drop content inbetween SCRIPT tags (can be generalized to allow
|
- Silently drop content inbetween SCRIPT tags (can be generalized to allow
|
||||||
specification of elements that, when detected as foreign, trigger removal
|
specification of elements that, when detected as foreign, trigger removal
|
||||||
of children, although unbalanced tags could wreck havoc (or at least delete
|
of children, although unbalanced tags could wreck havoc (or at least delete
|
||||||
the rest of the document).
|
the rest of the document)).
|
||||||
|
|
||||||
Enhancements:
|
|
||||||
- Fixes for Firefox's inability to handle COL alignment props (Bug 915)
|
- Fixes for Firefox's inability to handle COL alignment props (Bug 915)
|
||||||
- Pretty-printing HTML
|
|
||||||
- Hooks for adding custom processors to custom namespaced tags and attributes,
|
|
||||||
offer default implementation
|
|
||||||
- Auto-paragraphing (be sure to leverage fact that we know when things
|
|
||||||
shouldn't be paragraphed, such as lists and tables).
|
|
||||||
- Automatically add non-breaking spaces to empty table cells when
|
- Automatically add non-breaking spaces to empty table cells when
|
||||||
empty-cells:show is applied to have compatibility with Internet Explorer
|
empty-cells:show is applied to have compatibility with Internet Explorer
|
||||||
|
- Pretty-printing HTML (adds dependency of Generator to HTMLDefinition)
|
||||||
|
- Support for lots of character encodings out-of-the-box
|
||||||
|
Loading…
x
Reference in New Issue
Block a user