... | ... | @@ -25,6 +25,12 @@ Interface |
|
|
---------
|
|
|
|
|
|
* `#834 <https://github.com/mathjax/MathJax/issues/834>`__ Fix incorrect line-width when zooming which can cause line-breaking problems.
|
|
|
* `#918 <https://github.com/mathjax/MathJax/issues/918>`__ Fix zoom box size in NativeMML output.
|
|
|
* `#835 <https://github.com/mathjax/MathJax/issues/835>`__ Fix zoom for equations extending beyond their bounding box.
|
|
|
* `#893 <https://github.com/mathjax/MathJax/issues/893>`__ Fix outdated ARIA values for HTML-CSS and SVG output.
|
|
|
* `#860 <https://github.com/mathjax/MathJax/issues/860>`__, `#502 <https://github.com/mathjax/MathJax/issues/502>`__ Preserve RDFa, microdata, aria labels, and other attributes in HTML-CSS and SVG output.
|
|
|
* `#935 <https://github.com/mathjax/MathJax/issues/935>`__ Escape special characters in TeX annotations.
|
|
|
* `#912 <https://github.com/mathjax/MathJax/issues/912>`__ Fix missing ``mstyle`` attributes in `toMathML` output.
|
|
|
|
|
|
Line-breaking
|
|
|
-------------
|
... | ... | @@ -35,15 +41,20 @@ HTML-CSS/SVG/nativeMML display |
|
|
|
|
|
* `#863 <https://github.com/mathjax/MathJax/issues/863>`__ Fix broken MathML preview in MathML pre-processor.
|
|
|
* `#891 <https://github.com/mathjax/MathJax/issues/891>`__ Fix deprecated regexp affecting mtable alignment.
|
|
|
* `#845 <https://github.com/mathjax/MathJax/issues/845>`__ Fix webfont bug in Safari 7.
|
|
|
* `#323 <https://github.com/mathjax/MathJax/issues/323>`__ Improve MathPlayer compatibility on Internet Explorer 10+.
|
|
|
* `#826 <https://github.com/mathjax/MathJax/issues/826>`__ Scale content in fallback fonts.
|
|
|
* `#898 <https://github.com/mathjax/MathJax/issues/898>`__ Fix invalid SVG output when using fallback characters.
|
|
|
* `#800 <https://github.com/mathjax/MathJax/issues/800>`__ Fix misplaced background color for stretched mphantom elements in SVG output.
|
|
|
* `#490 <https://github.com/mathjax/MathJax/issues/490>`__ Fix ``\overline`` issues in combination with text-style limits.
|
|
|
* `#829 <https://github.com/mathjax/MathJax/issues/829>`__ Implement ``\delimitershortfall``, ``\delimiterfactor``.
|
|
|
* `#775 <https://github.com/mathjax/MathJax/issues/75>`__ Fix lost text content in SVG output.
|
|
|
|
|
|
* `#775 <https://github.com/mathjax/MathJax/issues/775>`__ Fix lost text content in SVG output.
|
|
|
* `#917 <https://github.com/mathjax/MathJax/issues/>`__ Fix cases of incorrect bounding boxes in HTML-CSS output.
|
|
|
* `#807 <https://github.com/mathjax/MathJax/issues/807>`__ Fix clipping of table columns in HTML-CSS output.
|
|
|
* `#804 <https://github.com/mathjax/MathJax/issues/804>`__ Fix cases of uneven subscripts.
|
|
|
* `#944 <https://github.com/mathjax/MathJax/issues/944>`__ Fix rendering error when scaling-all-math of labeled equations.
|
|
|
* `#930 <https://github.com/mathjax/MathJax/issues/930>`__ Fix SVG output failure when ``<math>`` element has inline styles with border or padding.
|
|
|
* `#931 <https://github.com/mathjax/MathJax/issues/931>`__ Fix baseline alignment in Safari 6.2/7.1/8.0.
|
|
|
* `#937 <https://github.com/mathjax/MathJax/issues/937>`__ Fix incorrect width in MathJax font data affecting underlining.
|
|
|
|
|
|
TeX emulation
|
|
|
-------------
|
... | ... | @@ -75,12 +86,13 @@ MathML Handling |
|
|
* `#805 <https://github.com/mathjax/MathJax/issues/805>`__ Prevent empty annotation elements from causing math processing errors.
|
|
|
* `#769 <https://github.com/mathjax/MathJax/issues/769>`__ Update ``indentshift`` implementation to meet clarified MathML specification.
|
|
|
* `#768 <https://github.com/mathjax/MathJax/issues/768>`__ Fix processing of percentage values for ``indenshift``.
|
|
|
* `#839 <https://github.com/mathjax/MathJax/issues/839>`__ Update inheritance of ``displaystyle`` in ``mtable`` to meet clarified MathML specification.
|
|
|
|
|
|
Fonts
|
|
|
-----
|
|
|
|
|
|
|
|
|
|
|
|
* `#845 <https://github.com/mathjax/MathJax/issues/845>`__ Fix webfont bug in Safari 7.
|
|
|
* `#950 <https://github.com/mathjax/MathJax/issues/950>`__ Fix webfont bug in IE 11.
|
|
|
Localization
|
|
|
------------
|
|
|
|
... | ... | |