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

Tab Component lacks accessible role="tab" #1169

Open
hergaiety opened this issue Oct 15, 2020 · 0 comments
Open

Tab Component lacks accessible role="tab" #1169

hergaiety opened this issue Oct 15, 2020 · 0 comments

Comments

@hergaiety
Copy link

The ember-paper Tabs component renders a wrapper element with a role='tablist, which is a superb start. However, an element with this role requires a child element to have a role='tab' https://dequeuniversity.com/rules/axe/3.5/aria-required-children?application=axeAPI.

Running a a11yAudit with popular ember-a11y-testing addon fails with a aria-required-children rule violation.

Screenshot_2020-10-15_14-42-20

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