Support "math" IA2 object attribute in Chrome and Firefox #17296
Labels
maintenance
p4
https://github.com/nvaccess/nvda/blob/master/projectDocs/issues/triage.md#priority
triaged
Has been triaged, issue is waiting for implementation.
Currently NVDA supports math on ROLE_SYSTEM_EQUATION objects by using ISimpleDOMNode::get_innerHtml().
In the interests of eventually being able to deprecate and remove ISimpleDOMNode support, NVDA should first check whether the "math" object attribute exists, and only use ISimpleDOMNode as a fallback.
Chromium has added support for this in recent Canary builds.
Here's a issue entry for this to also be supported by Mozilla: https://bugzilla.mozilla.org/show_bug.cgi?id=1924832
The text was updated successfully, but these errors were encountered: