Commit Graph

7 Commits

Author SHA1 Message Date
Davide P. Cervone
862d07a04b Changes from Sean for IE9 2010-11-02 11:16:14 -04:00
Sean Hogan
df61c069a0 IE <= 8 parses MathML incorrectly. MathJax implements an alternative code path to get around this problem. This code was executed for all versions of IE, but IE9 parses MathML correctly, so this fix implements feature detection of MathML parsing. 2010-10-29 11:13:39 +11:00
dpvc
bb695a2d9a Work around MSIE bug where outerHTML doesn't put quotation marks around attribute values in some cases (resolves issue at https://sourceforge.net/projects/mathjax/forums/forum/948701/topic/3873440)
git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@622 b8fd5906-0fad-46e2-a0d3-10d94ff285d1
2010-10-10 23:25:11 +00:00
dpvc
173f1e22df Add check for xmlns that specifies MathML, and process tags with namespace prefixes in HTML documents
git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@614 b8fd5906-0fad-46e2-a0d3-10d94ff285d1
2010-09-29 01:13:30 +00:00
Davide Cervone
960c0db2ab Fix problem with IE8 inserting <?xml:namespace> tags in upper case as part of the <math> tag's outerHTML.
git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@601 b8fd5906-0fad-46e2-a0d3-10d94ff285d1
2010-09-14 12:18:34 +00:00
Davide Cervone
c48fabff81 Set text of script rather than move MathML element into script (slower, but avoids bugs in getting the text version of the script for Show Source). Resolves remainder of bug 3040088.)
git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@566 b8fd5906-0fad-46e2-a0d3-10d94ff285d1
2010-08-06 11:43:36 +00:00
Davide Cervone
16ef7aa7ea Second step of reorganizing diretory structure
git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@530 b8fd5906-0fad-46e2-a0d3-10d94ff285d1
2010-07-29 20:11:31 +00:00