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

Gridcell has accessible name required #993

Closed
jnurthen opened this issue Jun 11, 2019 · 1 comment · Fixed by #1004
Closed

Gridcell has accessible name required #993

jnurthen opened this issue Jun 11, 2019 · 1 comment · Fixed by #1004
Labels
Milestone

Comments

@jnurthen
Copy link
Member

If they are empty they don't (and probably shouldn't) have an accessible name.

@jnurthen jnurthen added this to the ARIA 1.2 milestone Jun 13, 2019
@schne324
Copy link
Contributor

schne324 commented Jun 14, 2019

Question from call on 06/13/19:

Do validators raise violations for elements with an Accessible name required role and no accessible name?

Digging into axe-core, it looks like it isn't black and white. For this example, role=gridcell, axe will not raise a violation for one with no name (an empty cell). But it will (obviously) raise a violation given a role=button element with no accessible name.

Axe's approach follows wcag so it will enforce Accessible Name Required on all widget roles for example.

I can dig into other validators if need be 😄 just let me know!

@jnurthen jnurthen changed the title Cell and Gridcell have accessible name required Gridcell has accessible name required Jun 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants