Incorrect focus management upon collapsing Contents #3464
rhoadsstevens
started this conversation in
Accessibility
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Priority level 1 (out of 3) from UW Accessible Technologies
WCAG mapping: 2.4.3 Focus Order
STEPS TO REPRODUCE:
OBSERVED BEHAVIOR:
When the Esc key is used, the focus indicator disappears. This also occurs when you tab to the CONTENTS dropdown button when it is expanded and use enter/spacebar to collapse it.
In Chrome, there is still no focus indicator, and when you tab, it takes you to the first focusable element within the text.
In Firefox, there is still no focus indicator, and when you tab, it takes you to the "Skip to Main content" button.
EXPECTED BEHAVIOR:
The Esc key should bring you out of the dropdown menu and back to the main banner, specifically to the "Contents" button as that is where the focus initially was before the dropdown was opened.
Beta Was this translation helpful? Give feedback.
All reactions