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

aria-disabled should be focusable #13

Open
kee-oth opened this issue Aug 5, 2021 · 0 comments
Open

aria-disabled should be focusable #13

kee-oth opened this issue Aug 5, 2021 · 0 comments

Comments

@kee-oth
Copy link

kee-oth commented Aug 5, 2021

Currently, focus-trap doesn't allow for focusing of elements with aria-disabled=true. For accessibility reasons, aria-disabled=true is often used instead of disabled to allow for the element to be tabbed to. Can we at least get an opt-in option to not consider elements with aria-disabled=true when determining whether it can be focused?

Thanks!

|| ($elem.hasAttribute("aria-disabled") && $elem.getAttribute("aria-disabled") !== "false");

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