mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2024-12-22 08:21:52 +00:00
Modify TODO: we'll support lossy character encoding transformations (good for websites that are not i18n) but not much else.
git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@331 48356398-32a2-884e-a903-53898d9a118a
This commit is contained in:
parent
dc19ac9a2a
commit
4e08389427
9
TODO
9
TODO
@ -10,7 +10,8 @@ Ongoing
|
||||
- background
|
||||
- list-style
|
||||
- Revise (HTML|CSS)Definition and Config relationship (groundwork for 2.0)
|
||||
- ISO 8895-1 out-of-the-box support
|
||||
- Lossy alternate character encoding support (characters not in the encoding
|
||||
will get silently dropped).
|
||||
|
||||
1.1 release
|
||||
- Directive documentation generation
|
||||
@ -48,4 +49,8 @@ Unknown release (on a scratch-an-itch basis)
|
||||
- Automatically add non-breaking spaces to empty table cells when
|
||||
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
|
||||
- Non-lossy dumb alternate character encoding transformations, achieved by
|
||||
numerically encoding all non-ASCII characters
|
||||
|
||||
Wontfix
|
||||
- Non-lossy smart alternate character encoding transformations
|
||||
|
Loading…
Reference in New Issue
Block a user