https://bugs.documentfoundation.org/show_bug.cgi?id=66287

Regina Henschel <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #3 from Regina Henschel <[email protected]> ---
On https://www.mathjax.org/#gettingstarted
I see <script
src="https://polyfill.io/v3/polyfill.min.js?features=es6";></script>
<script id="MathJax-script" async
src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js";></script>

Of cause for XHTML a value for the attribute is needed, that is:
<script src="https://polyfill.io/v3/polyfill.min.js?features=es6";></script>
<script id="MathJax-script" async="async"
src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js";></script>

What is the difference to
<script type="text/javascript" 
src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=MML_HTMLorMML";></script>
which is included in the patch?

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to