Incorrect focus management upon using book navigation #3462
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 users are navigating through books, there are many instances where the focus starts at the bottom of the page rather than the top. After tabbing one time, the focus indicator focuses on the bottom element for Next Page, skipping all elements at the top banner. This also happens when users are opening the book for the first time.
EXPECTED BEHAVIOR:
When navigating between pages/chapters in a book, the focus should land at the top of the new page rather than the bottom. When opening the book for the first time, the focus should go to the "Menu" element as it is the first focusable element in the page and will allow users to explore the elements in the banner.
Beta Was this translation helpful? Give feedback.
All reactions