TODO List = KEY ==================== # Flagship - Regular ? Maybe I'll Do It ========================== If no interest is expressed for a feature that may require a considerable amount of effort to implement, it may get endlessly delayed. Do not be afraid to cast your vote for the next feature to be implemented! - Investigate how early internal structures can be accessed; this would prevent structures from being parsed and serialized multiple times. - Built-in support for target="_blank" on all external links - Allow tags; may be troublesome because regular CSS has no way of uniquely identifying nodes, so we'd have to generate IDs - Explain how to use HTML Purifier in non-PHP languages / create a simple command line stub (or complicated?) - 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 - Table of Contents generation (XHTML Compiler might be reusable). May also be out-of-band information. - Full set of color keywords. Also, a way to add onto them without finalizing the configuration object. - Write a var_export and memcached DefinitionCache - Denis - Allow restriction of allowed class values Maintenance related (slightly boring) # CHMOD install script for PEAR installs ! Factor out command line parser into its own class, and unit test it ! Nested configuration namespaces - Distinguish between default settings and explicitly set settings, so configurations can be merged - Time PHPT tests ChildDef related (very boring) - Abstract ChildDef_BlockQuote to work with all elements that only allow blocks in them, required or optional - Implement lenient child validation Wontfix - Non-lossy smart alternate character encoding transformations (unless patch provided) - Pretty-printing HTML: users can use Tidy on the output on entire page - Native content compression, whitespace stripping: use gzip if this is really important