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

Update AXAPI mapping for aria-label, aria-labelledby to use AXTitle #215

Open
rahimabdi opened this issue Dec 13, 2023 · 0 comments
Open
Assignees

Comments

@rahimabdi
Copy link
Contributor

rahimabdi commented Dec 13, 2023

In the current core-aam 1.2 mappings for aria-labelledby, AX API maps it as such:

  • Property: AXDescription: if the value is not exposed visually
  • Property: AXTitle: if the value is exposed visually
  • Property: AXTitleUIElement points to accessible node matching IDREF, if there is a single referenced element that is in the accessibility tree

And aria-label maps to:

  • Property: AXDescription

@cookiecrook confirmed that moving forward, AXTitle is the proper mapping in all cases for aria-label and aria-labelledby so it should be updated for AX API.

@rahimabdi rahimabdi self-assigned this Dec 13, 2023
@rahimabdi rahimabdi changed the title Update AXAPI mapping for aria-label, /aria-labelledby to use AXTitle Update AXAPI mapping for aria-label, aria-labelledby to use AXTitle Dec 13, 2023
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

Successfully merging a pull request may close this issue.

1 participant