https://github.com/sdiehl/jquery-mathml
Superset of jQuery for working with MathML
https://github.com/sdiehl/jquery-mathml
Last synced: 3 months ago
JSON representation
Superset of jQuery for working with MathML
- Host: GitHub
- URL: https://github.com/sdiehl/jquery-mathml
- Owner: sdiehl
- Created: 2010-12-01T01:29:32.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2011-05-16T18:45:22.000Z (over 14 years ago)
- Last Synced: 2025-04-05T19:41:35.449Z (6 months ago)
- Language: JavaScript
- Homepage: http://sdiehl.github.com/jquery-mathml/
- Size: 250 KB
- Stars: 12
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
jquery-mathml.js contains a patched version of jquery 1.4.4 to
allow MathML objects to be modified more fluidly. This is very
much a proof of concept work.MathML is only supported by Gecko ( Firefox ) and Opera based
browsers at the moment. Internet Explorer and WebKit browsers
partially support MathML but their coverage is *extremely* poor.See: http://trac.webkit.org/wiki/MathML%20Status
DEMO FOR FIREFOX 3.6+:
* http://sdiehl.github.com/jquery-mathml/Working:
--------
* selection of MathML nodes by id/class/attribute
* styling MathML nodes ( partial fix for http://bugs.jqueryui.com/ticket/5647 )
* isMath queryTODO:
--------
* innerHTML
* display: none results in error message
* add wrappers for native MathML styling attributes
( mathvariant, mathsize, ... ) as specified in:
http://www.w3.org/TR/2009/REC-MathML2-20090303/chapter3.html#presm.commattNote:
--------Firefox 4 beta is lightyears ahead of other browsers in terms of
MathML support, for example if you install the STIX fonts and
take a look at the following page you'll find it's nearly
identical to LaTeX.* https://eyeasme.com/Joe/MathML/HTML5_MathML_browser_test.html
License:
--------
Dual MIT & GPL ... i.e. do whatever you want just include the jQuery authors
and my name in any forks.Contact:
--------
Stephen Diehl (sdiehl@clarku.edu)