Davide P. Cervone
|
2f5b3eebc3
|
It's OK to change the original 'document', since it is a temporary MathML tree that is used to create the internal JS version and then is discarded. It is replaced by the result of content-mathml anyway.
|
2016-08-24 10:11:56 -04:00 |
|
Davide P. Cervone
|
47a7f1f36b
|
Fix incorrect assignments content-mathml extension, and don't modify original document. Resolves issue #1575.
|
2016-08-21 12:08:08 -04:00 |
|
Davide P. Cervone
|
5d4a84345e
|
Trim spaces from content-mathml elements (helps with issue #989.
|
2016-08-05 14:29:31 -04:00 |
|
Davide P. Cervone
|
e7446074c0
|
Make content-mathml extension use proper form for <mn>-n</mn>. Issue #989.
|
2016-06-18 09:23:48 -04:00 |
|
Davide P. Cervone
|
ba0de5c8a0
|
Update version numbers to 2.6.0
|
2015-12-29 09:36:52 -05:00 |
|
Davide P. Cervone
|
a1460f8993
|
Update version numbers for 2.6.0-beta.2
|
2015-12-14 10:14:34 -05:00 |
|
Davide P. Cervone
|
6a7ac1740f
|
Copy empty Presentation MathML elements verbatim rather than inserting <mi> with the name of the element, as neede for Content MathML. Resolves issue #1323.
|
2015-12-02 15:21:24 -05:00 |
|
Davide P. Cervone
|
12bee3279d
|
Remove namespaces (resolves issue #1238) and use createElementNS even in IE when possible (these nodes are temprary and never actually go into the DOM, so no need to trigger MathPlayer). I don't know if the m: is right for earlier IE, since element.nodeName may return that and cause the same problems as 1238. That should be checked.
|
2015-08-10 18:37:43 -04:00 |
|
Davide P. Cervone
|
bc8d472f2f
|
Fix more var issues (noted by YUI compression)
|
2015-01-29 10:55:05 -05:00 |
|
Davide P. Cervone
|
714b9702fa
|
Fix use of var and a few undefined variable names (noted by YUI compression)
|
2015-01-29 10:24:28 -05:00 |
|
Davide P. Cervone
|
f5c10288dd
|
Update copyright dates.
|
2015-01-29 10:21:06 -05:00 |
|
Davide P. Cervone
|
1bb9758dc8
|
Trap errors with document.namespace (it crashes IE10 in standards mode).
|
2015-01-24 15:45:09 -05:00 |
|
Davide P. Cervone
|
ba23831ebc
|
Merge pull request #806 from christianp/ctop
Use ctop.js instead of XSLT in Content MathML extension.
Finally getting to merge this. At long last!
|
2014-12-30 16:12:38 -05:00 |
|
Davide P. Cervone
|
2f3d09cc30
|
Change version back so merge of ctop is clean.
|
2014-12-30 16:04:13 -05:00 |
|
Davide P. Cervone
|
1a895e2a7c
|
Update version numbers, repack, and recombine
|
2014-06-12 05:53:13 -04:00 |
|
Christian Perfect
|
82dc8af1ae
|
content-mathml: make it compatible with IE8; code style fixes
|
2014-05-16 14:15:53 +01:00 |
|
Davide P. Cervone
|
e92f3f2718
|
Change copyright and version numbers
|
2014-05-07 17:02:28 -04:00 |
|
Davide P. Cervone
|
db87f413bb
|
Avoid IE10 compatibility mode (which says v7.0) but documentMode = 9 problem with transformNode() call.
|
2014-05-04 15:52:53 -04:00 |
|
Christian Perfect
|
c17c4e6dfa
|
content-mathml extension: load config from MathJax.Hub.Config
Config is loaded from `MathML.content-mathml`, and extends the CToP.settings object.
|
2014-05-02 15:44:58 +01:00 |
|
Christian Perfect
|
86a6c173cf
|
Content-MathML extension: update CToP.js
from mathjax/ctop
|
2014-05-02 14:52:35 +01:00 |
|
Christian Perfect
|
e6a1aed03a
|
copy ctop.js into the content-mathml extension
Developed in mathjax/ctop. Uses the MathML jax's DOMfilterHooks to manipulate MathML elements before they're parsed into the internal format.
|
2014-04-25 16:47:20 +01:00 |
|
Davide P. Cervone
|
a9d11e1b92
|
Combine ctop.xsl and mml3mml2.xsl into one, but remove svg tranformation for summation. Issue #799.
|
2014-04-24 21:10:38 -04:00 |
|
Davide P. Cervone
|
6b93c17d9c
|
Update version of ctop.xsl used in content-mathml extension. Issue #692.
|
2014-03-19 09:38:35 -04:00 |
|
Frédéric Wang
|
b73eafd431
|
Bump version numbers. #534
|
2013-10-21 13:58:46 +02:00 |
|
Davide P. Cervone
|
154f1cdfbc
|
Add copyright notice for David Carlisle to content-mathml
|
2013-05-14 06:01:30 -04:00 |
|
Davide P. Cervone
|
4053d7acab
|
Set versions to 2.2 and update copyright notice
|
2013-05-01 14:37:39 -04:00 |
|
Davide P. Cervone
|
a7ed50a474
|
Repack and recombine. Fix some variable scoping and other issued detected by the packer.
|
2013-04-29 20:14:12 -04:00 |
|
Davide P. Cervone
|
e253967b72
|
Fix comment in content-mathml.js
|
2013-04-24 15:25:28 -04:00 |
|
Davide P. Cervone
|
2d33f1d348
|
Call MATML.Parse.prototype directly rather than make a special flag for preprocessing. Use MATHML variable rather than full reference.
|
2013-04-22 15:44:58 -04:00 |
|
Frédéric Wang
|
842dc53c36
|
Try to implement the XSLT transform for IE>=9.
|
2013-03-06 12:09:07 +01:00 |
|
Frédéric Wang
|
276b7751dc
|
Implement the XSLT for IE <= 8.
|
2013-03-05 15:15:45 +01:00 |
|
Frédéric Wang
|
ca718359cc
|
Handle parsing of the <math> source better.
|
2013-03-05 12:30:48 +01:00 |
|
Frédéric Wang
|
0928aac88e
|
Experimental content-mathml extension.
|
2013-02-28 11:56:27 +01:00 |
|