View Ticket
Not logged in
Ticket UUID: 79e9c64419137258126ccbd84b5612fba16b5ad5
Title: More flexible Wiki HTML Parser
Status: Open Type: Feature_Request
Severity: Minor Priority:
Subsystem: Resolution:
Last Modified: 2010-02-04 18:33:38
Version Found In:
Description & Comments:
At present, the HTML parser that cleans up data entered appears to only work for HTML 4 standards and not XHTML. Whilst this may sound petty, expanding the parser to suit the latter means that bad habits such as
are not rejected, it also gives the ability for inline SVG to be possible, so projects need not have to have image files for diagrams if they know that browser compatibility is a non-issue. In addition to this, any other crazy embeddable XML formats (like MathML) would also be possible.