-
Notifications
You must be signed in to change notification settings - Fork 130
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
Reconsider using aria-hidden instead of aria-modal #408
Comments
Hello Tommy, thank you for opening an issue. That’s certainly a little inconvenient… The thing with the That being said, you can still use version 6. It’s fine, it works and it will rely on In the meantime, I can add this limitation to the known issues documentation page so it’s made clear. What do you think? |
@fymmot FYI, you can easily address this issue by hooking a library like aria-hidden to the |
@KittyGiraudel But with that said, |
@fymmot Thank you for coming back to me and for sharing you experience with usability testing. At this stage, I would recommend authoring significant documentation about this limitation, as you suggested. I will also recommend the workaround from @chalkygames123, since I feel like it’s a great and rather un-intrusive solution to this problem. |
@KittyGiraudel |
Addressed in #409. I would love your eyes on this though. :) |
First of all, thank you for your great work with this project!
But I noticed that v7.0 dropped the use of
aria-hidden
in favor ofaria-modal
. Would you be open to reconsider that decision?Aria-modal
still has very limited support in Talkback and iOS VoiceOver, meaning that it is possible to access the background content when swiping through the modal. This can lead to pretty confusing experience for mobile screen reader users. See the following screenshot:Here is the a11ysupport page for the
aria-modal
technique: https://a11ysupport.io/tech/aria/aria-modal_attributeThe text was updated successfully, but these errors were encountered: