Page must have a mechanism to bypass repeated blocks of content
navigable/bypass · WCAG 2.4.1 · Level A
Page must have a mechanism to bypass repeated blocks of content.
Keyboard users must be able to skip repetitive content like navigation. Provide a skip link at the top of the page that links to the main content (e.g., <a href="#main">Skip to main content</a>), or use a <main> landmark. Screen readers can jump directly to landmarks, so a properly marked-up <main> element satisfies this requirement.
Scan a page or repo for issues like this · All rules
Introduced in @accesslint/core v0.8.0