You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Skip navigation links allow users using keyboard navigation (i.e. the Tab key) to be able to skip long repeated sections and get directly to the main content. Currently, while using Tab navigation, one has to get past the entire left contents bar, before being able to access the main content (see video demo below). WCAG Success Criterion 2.4.1 (Level A) states
A mechanism is available to bypass blocks of content that are repeated on multiple web pages.
This feature is currently missing within rustdoc, making keyboard navigation a pain to work with on large crates.
Problem Synopsis
Skip navigation links allow users using keyboard navigation (i.e. the
Tabkey) to be able to skip long repeated sections and get directly to the main content. Currently, while usingTabnavigation, one has to get past the entire left contents bar, before being able to access the main content (see video demo below). WCAG Success Criterion 2.4.1 (Level A) statesThis feature is currently missing within
rustdoc, making keyboard navigation a pain to work with on large crates.Useful links
Additional Details
Screen.Recording.2026-01-20.at.11.14.42.PM.mov