www

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

commit f60da6ff0e7938bf3946be7e5cc3e4f17b1010db
parent b231a0537c936e365db9681bd2f8c9f28281133e
Author: Davide P. Cervone <dpvc@union.edu>
Date:   Tue,  8 Dec 2015 18:03:47 -0500

Merge pull request #1322 from mathjax/issue1235

Update AssistiveMML
Diffstat:
Munpacked/extensions/AssistiveMML.js | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/unpacked/extensions/AssistiveMML.js b/unpacked/extensions/AssistiveMML.js @@ -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++; }