Add aria attributes for the normal and assistive output.

This commit is contained in:
Davide P. Cervone 2015-07-24 07:20:10 -04:00
parent 1dff53daa8
commit 8d38947024

View File

@ -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++;
}