[a11y] challeng-the-default page contains aria-hidden elements that are still keyboard focusable #15137
Labels
a11y
Issues related to accessibility
Bug 🐛
Something's not working the way it should
Help wanted 👋
Community contributions welcome
P3
Third level priority - Nice to have
Description
Describe the issue that you're seeing.
Steps to reproduce
I tested this using VoiceOver on macOS:
This creates a confusing state: https://dequeuniversity.com/rules/axe/4.10/aria-hidden-focus
Expected result
If an element contains
aria-hidden
then it should also be removed from the keyboard focus index. The down-side to this is that these "easter eggs" then also become click only.The other option is to remove
aria-hidden
and then try and make these things more accessible, but I question whether that would actually improve the experience for assisted technologies. It could make things even worse.Actual result
There are 4 elements where this problem occurs:
=^._.^=
) button.Environment
Firefox Nightly
macOS
The text was updated successfully, but these errors were encountered: