We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
role='tablist
role='tab'
Running a a11yAudit with popular ember-a11y-testing addon fails with a aria-required-children rule violation.
a11yAudit
ember-a11y-testing
aria-required-children
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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 arole='tab'
https://dequeuniversity.com/rules/axe/3.5/aria-required-children?application=axeAPI.Running a
a11yAudit
with popularember-a11y-testing
addon fails with aaria-required-children
rule violation.The text was updated successfully, but these errors were encountered: