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

inactive elements in the focus order - accessibility issue #2110

Open
vamshienumula opened this issue May 2, 2024 Discussed in #1133 · 0 comments
Open

inactive elements in the focus order - accessibility issue #2110

vamshienumula opened this issue May 2, 2024 Discussed in #1133 · 0 comments

Comments

@vamshienumula
Copy link

By default the "wrapper" div is focusable via Tab because it has tabIndex = 0. Also the wrapper div doesn't have any aria-label property. So if it has tabIndex = 0 and is focused then the narrator is silent and the user will be confused in such case and won't know where the focus is.

Actually the focus should be on first interactive element. We should remove tab index from non-interactive elements.

@gpbl Can you please help us in fixing this.

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