-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
Rustdoc doesn't have "Skip Navigation" links #151420
Copy link
Copy link
Closed
Labels
A-a11yArea: Anything to do with accessibilityArea: Anything to do with accessibilityC-bugCategory: This is a bug.Category: This is a bug.E-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.Relevant to the rustdoc team, which will review and decide on the PR/issue.
Metadata
Metadata
Assignees
Labels
A-a11yArea: Anything to do with accessibilityArea: Anything to do with accessibilityC-bugCategory: This is a bug.Category: This is a bug.E-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.Relevant to the rustdoc team, which will review and decide on the PR/issue.
Type
Fields
Give feedbackNo fields configured for issues without a type.
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