www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 3fa5b2d2ad4856fbac4023002bde6767f92f4641
parent 49e0852d36310f05a23b47068902d51a373a9cc5
Author: Davide P. Cervone <dpvc@union.edu>
Date:   Sat, 12 Sep 2015 17:33:56 -0400

Don't let svg element be focusable in IE.

Diffstat:
Munpacked/jax/output/SVG/jax.js | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/unpacked/jax/output/SVG/jax.js b/unpacked/jax/output/SVG/jax.js @@ -2103,6 +2103,7 @@ 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); // causes focus outline, so disable for now + svg.element.setAttribute("focusable","false"); span.appendChild(svg.element); svg.element = null; //