Closed
Bug 794738
Opened 13 years ago
Closed 13 years ago
XHTML5 doesn't render native MATHML 3.0 elements
Categories
(Firefox :: Untriaged, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: jmichae3, Unassigned)
Details
Attachments
(1 file)
15.60 KB,
application/octet-stream
|
Details |
User Agent: Mozilla/5.0 (Windows NT 5.1; rv:15.0) Gecko/20100101 Firefox/15.0.1
Build ID: 20120905151427
Steps to reproduce:
not sure if this is related to https://bugzilla.mozilla.org/show_bug.cgi?id=554130
see test URL http://jesusnjim.com/common/SVGtest4.xhtml#mathml
Actual results:
it renders as plain text
Expected results:
should be rendered as an equation with rationals, logs, fences, and such.
Comment 1•13 years ago
|
||
The page is served as xhtml so the mathml elements must be in the mathml namespace but they aren't.
See how the svg is <svg xmlns="http://www.w3.org/2000/svg" ... but the mathml is just <math> with no xmlns attribute.
The page needs to use <mathml xmlns="http://www.w3.org/1998/Math/MathML" throughout.
Status: UNCONFIRMED → RESOLVED
Closed: 13 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•