fred-wang / Mathzilla

Collection of Mozilla MathML add-ons
35 stars 8 forks source link

MathML-ctop/MathML-mml3ff should be rewritten in Javascript and use MutationObserver #24

Closed fred-wang closed 7 years ago

fred-wang commented 10 years ago

David Carlisle said he rewrote the converters in Javascript, so this could probably replaced the XSLT stylesheets.

Also, MutationObserver should be used to handle dynamic <math> tags.

davidcarlisle commented 10 years ago

Note that the MathJax Project's Christian Perfect revamped my initial proof of concept implementation for a planned (but not so far implemented I think) update of the mathjax content mathml extension.

https://github.com/mathjax/ctop

fred-wang commented 7 years ago

Closing this issue, as the addon will be rewritten in pure Javascript using the WebExtensions format and tracked in the following repositories: