[Webkit-unassigned] [Bug 15302] Add very-basic CSS-based MathML support into WebKit
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Sep 28 08:44:30 PDT 2007
http://bugs.webkit.org/show_bug.cgi?id=15302
------- Comment #9 from eric at webkit.org 2007-09-28 08:44 PDT -------
So my opinions of MathML have gone down since yesterday. I'm not sure it's
really a very useful addition to WebKit.
http://en.wikipedia.org/wiki/MathML
gives you some idea how screwy MathML is. It's incredibly verbose compared to
LaTeX. It's also not really XML. Not only do MathML files not require a DTD
or namespace, but there also appears to be this screwy "annotation" tag, which
can contain non-xml content (probably not even in a CDATA tag). A good example
of this is the MathML test suite http://www.w3.org/Math/testsuite/ which has
lots of mml files which are not valid XML. Also, the MathML test suite seems
even worse than the SVG test suite (at least in ease of use, not necessarily
coverage... as I don't know MathML anyway).
It's of course totally possible to work around all these issues and build a
working MathML implementation, but given how little MathML seems to be used on
the Web, I'm not sure it's worth it. (Also, I keep expecting someone to make
an XSL stylesheet which knows how to render MathML perfectly using an SVG
engine...)
--
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list