mathml-chrome
mathml-chrome copied to clipboard
Doesn't Seem to Work on W3.org MathML Examples Page
I'm new to the MathML field, and don't have any great experience yet, but your extension doesn't seem to work on https://www.w3.org/Math/XSL/csmall2.xml. Sorry if I'm jumping at shadows, I may be misunderstanding things.
Thanks
@plwvicuni sorry for the late reply. This issue seem to be related to the https://github.com/andrusha/mathml-chrome/issues/7 as well as the way mathml is setup on this page. I might give a close look to it eventually, but hadn't had time to do it.
The 2.0 should address this problem partially
I am using 2.0 in latest Google Chrome; none of the three examples in the link works properly. Do you need a screenshot?
In addition, this page gives me
Your browser does not support MathML. A CSS fallback has been used instead.
Yea, it would help to debug it if you tell me:
- What did you do?
- What did you expect to happen?
- What actually had happend?
I just went to https://www.w3.org/Math/XSL/csmall2.xml mentioned above, and "What your browser displays" seems different from "Suggested sample rendering". Latest Chrome. This extension is enabled there (tick is green).
The problem seems to be Chrome trying to render math
tags itself, before mathjax gets to hold on them (or its not recognizing mml:math
). I played a bit with the config, but did not find easy solution.
Those links could have some clues: http://docs.mathjax.org/en/latest/mathml.html http://docs.mathjax.org/en/latest/options/mml2jax.html http://docs.mathjax.org/en/latest/config-files.html#the-tex-mml-am-svg-configuration-file
Should this be submitted as a Chrome bug?