WCAG 2.0 · Level A · Operable
WCAG 2.4.1 — Bypass Blocks
Provide a way to skip repeated blocks like navigation — typically a “skip to content” link.
WCAG 2.4.1 at a glance
Level A · Principle: Operable · Added in WCAG 2.0. Level A is the minimum — failing it blocks some users entirely.
What it means
Provide a way to skip repeated blocks like navigation — typically a “skip to content” link.
Who it helps
Keyboard and screen-reader users who would otherwise tab through the menu on every page.
Common failures
- No skip link and no landmarks/headings to jump by
How to meet WCAG 2.4.1
- Add a skip-to-content link
- Use landmark regions and headings
How to test it
Partly automatable (skip link / landmarks presence); confirm it works manually.