- From: Adam Langley <agl@chromium.org>
- Date: Fri, 3 Jul 2009 09:54:12 -0700
>From my reading of the spec, it appears that MathML embedded in HTML
documents (not just XHTML) is intended to work?
(http://www.whatwg.org/specs/web-apps/current-work/#mathml)
I.e. something like the following snippet should render as math?
<body>
<math>
<msup>
<mi>x</mi>
<mn>2</mn>
</msup>
</math>
</body>
Is my interpretation correct? (Note, I'm not questioning browser
support for the above, which I believe is non-existent).
Cheers
AGL
Received on Friday, 3 July 2009 09:54:12 UTC