Add aria attributes for the normal and assistive output.
This commit is contained in:
parent
1dff53daa8
commit
8d38947024
|
@ -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++;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user