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

Accessibility Insights: listview - Focusable content should have tabindex='-1' or be removed from the DOM #1699

Open
RomanVakhterov opened this issue Dec 17, 2019 · 0 comments

Comments

@RomanVakhterov
Copy link

Title: WCAG 4.1.2,WCAG 1.3.1: ARIA hidden element must not contain focusable elements (div[aria-hidden="true"]:nth-child(1))
Tags: Accessibility, WCAG 4.1.2, WCAG 1.3.1, aria-hidden-focus​

Issue: ARIA hidden element must not contain focusable elements (aria-hidden-focus - https://dequeuniversity.com/rules/axe/3.3/aria-hidden-focus?application=msftAI)​

Element path: div[aria-hidden="true"]:nth-child(1)​

Snippet: ​<div tabindex="0" aria-hidden="true"></div>

How to fix: ​
Fix all of the following:​
Focusable content should have tabindex='-1' or be removed from the DOM​

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