• Success Criterion 2.4.1
  • Conformance level A

2.4.1 · Bypass Blocks

Lesson overview · Bypass Blocks

In plain language

There must be a way to skip repeated blocks (header/nav) — usually a 'Skip to main content' link.

Who it affects

Keyboard and screen-reader users who otherwise re-traverse repeated headers on every page.

How to check

Press Tab once on page load: a skip link should appear; activate it and confirm focus lands on the main content.

Common misconception

Adding a skip link satisfies this rule only if it actually works, many implementations point to an id that doesn't exist, or the target isn't focusable, so the link does nothing when activated.

Learn more

Scenarios in this lesson