www

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

commit 8d38947024039a2833eaa155a47d8cbc8ed3a8c3
parent 1dff53daa8447c5f4f250879e614ca531c34c51a
Author: Davide P. Cervone <dpvc@union.edu>
Date:   Fri, 24 Jul 2015 07:20:10 -0400

Add aria attributes for the normal and assistive output.

Diffstat:
Munpacked/extensions/AssistiveMML.js | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/unpacked/extensions/AssistiveMML.js b/unpacked/extensions/AssistiveMML.js @@ -101,6 +101,8 @@ isMathJax: true, className: "MJX_Assistive_MathML" }); span.innerHTML = mml; + frame.firstChild.setAttribute("aria-hidden","true"); + span.setAttribute("aria-readonly","true"); } state.i++; }