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

AXMathSubscripts/AXMathSupscripts and ignored accessibility nodes #17

Open
fred-wang opened this issue Sep 28, 2021 · 0 comments
Open

Comments

@fred-wang
Copy link
Contributor

Currently, AXMathSubscripts/AXMathSupscripts returns an array of subscript/superscript pairs, each pair represented by a dictionnary of keys AXMathSubscript/AXMathSupscript.

It seems WebKit allows key to be optional, they are not present if the child corresponds to an "ignored" accessibility node: https://webkit-search.igalia.com/webkit/source/Source/WebCore/accessibility/mac/WebAccessibilityObjectWrapperBase.mm#244

I'm not sure how it works. I imagine it happens if someone uses a <mspace> (not mapped). Maybe it's to handle <none> (see #12 )?

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