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

9.3 Presentational Roles Conflict Resolution: Change focusable to focused #1645

Open
JAWS-test opened this issue Nov 14, 2021 · 0 comments
Open
Milestone

Comments

@JAWS-test
Copy link
Contributor

Presentational Roles Conflict Resolution:

If an element is focusable ... user agents MUST ignore the presentation role and expose the element with its implicit role, in order to ensure that the element is operable.

I suggest changing "focusable" to "focused" since role=presentation should only be ignored if the element receives focus. The fact that it is focusable should not cause role=presentation to be ignored, as this can cause errors as long as the element does not receive focus. E.g. that their entire text content is used as a group label.

See: FreedomScientific/standards-support#497 and FreedomScientific/standards-support#507

@pkra pkra added this to the ARIA 1.3 milestone Jun 28, 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

No branches or pull requests

2 participants