diff --git a/unpacked/jax/output/HTML-CSS/jax.js b/unpacked/jax/output/HTML-CSS/jax.js index 8d3099598..e21f4c7ca 100644 --- a/unpacked/jax/output/HTML-CSS/jax.js +++ b/unpacked/jax/output/HTML-CSS/jax.js @@ -2826,7 +2826,7 @@ var alttext = this.Get("alttext"); if (alttext && !span.getAttribute("aria-label")) span.setAttribute("aria-label",alttext); if (!span.getAttribute("role")) span.setAttribute("role","math"); - span.setAttribute("tabindex",0); +// span.setAttribute("tabindex",0); // causes focus outline, so disable for now var stack = HTMLCSS.createStack(span), box = HTMLCSS.createBox(stack), math; // Move font-size from outer span to stack to avoid line separation // problem in strict HTML mode diff --git a/unpacked/jax/output/SVG/jax.js b/unpacked/jax/output/SVG/jax.js index 303528eb0..e89fb7037 100644 --- a/unpacked/jax/output/SVG/jax.js +++ b/unpacked/jax/output/SVG/jax.js @@ -2083,7 +2083,7 @@ var alttext = this.Get("alttext"); if (alttext && !svg.element.getAttribute("aria-label")) span.setAttribute("aria-label",alttext); if (!svg.element.getAttribute("role")) span.setAttribute("role","math"); - span.setAttribute("tabindex",0); +// span.setAttribute("tabindex",0); // causes focus outline, so disable for now span.appendChild(svg.element); svg.element = null; // // Handle indentalign and indentshift for single-line displays