Skip to content

Commit 44ff6bc

Browse files
committed
Merge branch 'v3.2-latest'
2 parents 1ac57ad + 58cf5ae commit 44ff6bc

File tree

4 files changed

+11
-30
lines changed

4 files changed

+11
-30
lines changed

basic/mathematics.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ for more).
5353
<html>
5454
<head>
5555
<title>MathJax TeX Test Page</title>
56-
<script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
5756
<script type="text/javascript" id="MathJax-script" async
5857
src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml.js">
5958
</script>
@@ -125,7 +124,6 @@ for more).
125124
<html>
126125
<head>
127126
<title>MathJax MathML Test Page</title>
128-
<script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
129127
<script type="text/javascript" id="MathJax-script" async
130128
src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/mml-chtml.js">
131129
</script>
@@ -222,7 +220,6 @@ Here is a complete sample page containing AsciiMath notation:
222220
loader: {load: ['input/asciimath', 'output/chtml']}
223221
}
224222
</script>
225-
<script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
226223
<script type="text/javascript" id="MathJax-script" async
227224
src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/startup.js">
228225
</script>

misc/faq.rst

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -86,14 +86,9 @@ details.
8686
If the MathJax site *does* render properly, this indicates that there
8787
may be something wrong with the webpage you were trying to view
8888
initially. If you manage that website, then make sure that it is
89-
using :ref:`the latest version of MathJax <mathjax-CDN>`, and that you have
90-
included the line
91-
92-
<script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
93-
94-
before the script that loads MathJax itself. If you *don't* manage
95-
the website yourself, you may have to report the issue to the
96-
maintainers of the site in order to have it resolved.
89+
using :ref:`the latest version of MathJax <mathjax-CDN>`. If you
90+
*don't* manage the website yourself, you may have to report the issue
91+
to the maintainers of the site in order to have it resolved.
9792

9893

9994
.. _faq-ie-meta:

output/browser.rst

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,7 @@ IE6), MathJax version 3 relies on more modern browser features, and so
1212
older browsers are no longer supported.
1313

1414
The CommonHTML and SVG output supports all modern browsers (Chrome, Safari,
15-
Firefox, Edge), and most mobile browsers. Include the
16-
`polyfill <https://polyfill.io/v3/>`__ library in order to support
17-
earlier browser versions (see their `browser support
18-
<https://polyfill.io/v3/supported-browsers/>`__ page for details).
19-
In particular, to allow MathJax version 3 to work with IE11, include the line
20-
21-
.. code-block:: html
22-
23-
<script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
24-
25-
before the script that loads MathJax.
15+
Firefox, Edge), and most mobile browsers.
2616

2717
Please `file issues on GitHub
2818
<https://github.com/mathjax/MathJax/issues>`__ if you notice

web/start.rst

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -196,18 +196,17 @@ to get the same file.
196196
Browser Compatibility
197197
---------------------
198198

199-
MathJax supports all modern browsers (Chrome, Safari,
200-
Firefox, Edge), and most mobile browsers. Include the
201-
`polyfill <https://polyfill.io/v3/>`__ library in order to support
202-
earlier browser versions (see their `browser support
203-
<https://polyfill.io/v3/supported-browsers/>`__ page for details).
204-
In particular, to allow MathJax version 3 to work with IE11, include the line
199+
MathJax supports all modern browsers (Chrome, Safari, Firefox, Edge),
200+
and most mobile browsers. Include the ``polyfill`` library in order
201+
to support earlier browser versions. In particular, to allow MathJax
202+
version 3 to work with IE11, include the line
205203

206204
.. code-block:: html
207205

208-
<script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
206+
<script src="https://cdnjs.cloudflare.com/polyfill/v3/polyfill.min.js?features=es6"></script>
209207

210-
before the script that loads MathJax.
208+
before the script that loads MathJax. Support for IE11 is not
209+
guaranteed, and may be dropped in the future.
211210

212211
-----
213212

0 commit comments

Comments
 (0)