Re: Rendering primes: <msup><mi>x</mi><mo>′</mo></msup>
Karl Tomlinson <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.mathml |
|---|---|
| Message-ID | <[email protected]> |
[email protected] writes: > How about putting up a Wiki page where we collect a comprehensive list > of use cases with their recommended markup and expected rendering? That sounds good. I wonder whether there's a way to embed mathml in wiki content at developer.mozilla.org. It may be necessary to use an object element: <html> <object type="application/xhtml+xml" data="mathml.xhtml"> <p>Not supported</p> </object> </html> type="text/xml" can also be used, but I've had no success with "application/mathml+xml". ...or we can wait for HTML5...