Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What’s changed
Fixes the following accessibility issues discovered when using Notify's tech docs with a keyboard:
Identifying a user need
Something always needs to be in focus when using the keyboard, so you know what you're interacting with. These issues directly affect keyboard users by breaking that in a few places.
What happens to focus when you close the toc dialog
Before
toc_dialog_close_focus_issue_before.mov
After
toc_dialog_close_focus_issue_after.mov
Main content area being focusable on mobile
Before
main_content_area_focusable_on_mobile_before.mov
After
main_content_area_focusable_on_mobile_after.mov
Main area focus style
Before
main_content_area_focus_fix_before.mov
After
main_content_focus_fix_after.mov
Notes for reviewers
Better to read this commit-by-commit.