From a998afbee0e07ad8386896e1946203cd0f6ed065 Mon Sep 17 00:00:00 2001 From: zorkow Date: Sat, 27 Jun 2020 18:36:30 +0100 Subject: [PATCH] Switches off assistiveMML. --- unpacked/MathJax.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unpacked/MathJax.js b/unpacked/MathJax.js index 32c0414d78..93b742496a 100644 --- a/unpacked/MathJax.js +++ b/unpacked/MathJax.js @@ -1933,7 +1933,7 @@ MathJax.Hub = { mpMouse: false, // true means pass mouse events to MathPlayer in IE texHints: true, // include class names for TeXAtom elements FastPreview: null, // use PreviewHTML output as preview? - assistiveMML: null, // include hidden MathML for screen readers? + assistiveMML: false, // include hidden MathML for screen readers? inTabOrder: true, // set to false if math elements should be included in the tabindex semantics: false // add semantics tag with original form in MathML output },