[Webkit-unassigned] [Bug 127932] WebKit does not render namespaced MathML

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 30 19:08:47 PST 2014


https://bugs.webkit.org/show_bug.cgi?id=127932





--- Comment #7 from James Craig <jcraig at apple.com>  2014-01-30 19:06:11 PST ---
(In reply to comment #6)
> Another workaround would be to serve an XML MIME type.

That works, but seems like an overly academic distinction. WebKit clearly knows that this is MathML and how to render this. We should just render it. Throw an error in the console or in a validator, but don't prevent the content from rendering.

> I don't think that this test case is valid - one must use namespaces in XML, but must not use them in HTML.

Possibly not, but that's a new distinction in HTML5. I can change the DOCTYPE of the test case to XHTML and make it valid.

Most of the Web is invalid tag soup and WebKit renders that fine. Namespaced MathML in HTML is a pretty clear case where we can improve the output even if the input isn't exactly what was anticipated.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list