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

fix(name-rules): ignore when explicit roles don't require a name #2629

Merged
merged 2 commits into from
Nov 9, 2020

Conversation

WilcoFiers
Copy link
Contributor

@WilcoFiers WilcoFiers commented Nov 9, 2020

Accessible name rules for native elements (image-alt, button-name, etc.) should be inapplicable if the role is changed to a role that does not require an accessible name, but only if that element is not focusable. This does not include link-name /area-alt because even with tabindex="-1", these can be focused with click / touch.

Closes issue: #2578

Reviewer checks

Required fields, to be filled out by PR reviewer(s)

  • Follows the commit message policy, appropriate for next version
  • Code is reviewed for security

@WilcoFiers WilcoFiers requested a review from a team as a code owner November 9, 2020 12:57
doc/standards-object.md Outdated Show resolved Hide resolved
@WilcoFiers WilcoFiers merged commit 52fb138 into develop Nov 9, 2020
@WilcoFiers WilcoFiers deleted the no-name-required-matcher branch November 9, 2020 16:04
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 this pull request may close these issues.

2 participants