Tab navigation improvement for the docs sidebar. #85
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.
A few usability boosts for the documents sidebar.
This does not make sense to do for documentation that contains multiple tab stops, as it would put the "open in new tab" button after every tab stop in the page. This is because the documentation, including the go back button, is an iframe and injecting a tab stop for open in new tab would be a bigger piece of work. I have however improved the focus outlines for this case.
Keyboard navigation help
Before
Screen.Recording.2025-07-14.at.15.58.53.mov
(pressing shift-tab to reach the button)
After
Screen.Recording.2025-07-14.at.16.01.17.mov
(pressing tab to reach the button)
Block Reference help
Before
Screen.Recording.2025-07-14.at.15.59.13.mov
After
Screen.Recording.2025-07-14.at.16.01.46.mov