Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expose "math" object attribute in ATK/IA2 for math #2355

Open
aleventhal opened this issue Oct 15, 2024 · 0 comments
Open

Expose "math" object attribute in ATK/IA2 for math #2355

aleventhal opened this issue Oct 15, 2024 · 0 comments
Assignees

Comments

@aleventhal
Copy link
Contributor

Currently JAWS and NVDA support math on ROLE_SYSTEM_EQUATION objects by using ISimpleDOMNode::get_innerHtml().
In the interests of deprecating and removing ISimpleDOMNode (for performance/memory reasons), browsers should also expose math on these objects via the object attribute "math", and it should contain the innerHTML of the math subtree.

This mapping is relevant for both MathML subtree roots and role="math".

Chromium has added support for this in recent Canary builds.
Mozilla issue: https://bugzilla.mozilla.org/show_bug.cgi?id=1924832
NVDA issue: nvaccess/nvda#17296

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant