Merge pull request #1322 from mathjax/issue1235

Update AssistiveMML
This commit is contained in:
Davide P. Cervone 2015-12-08 18:03:47 -05:00
commit f60da6ff0e

View File

@ -98,8 +98,9 @@
isMathJax: true, className: "MJX_Assistive_MathML"
});
span.innerHTML = mml;
frame.setAttribute("role", "presentation");
frame.firstChild.setAttribute("aria-hidden","true");
span.setAttribute("aria-readonly","true");
span.setAttribute("role", "presentation");
}
state.i++;
}