• Success Criterion 2.4.1
  • Conformance level A

No Skip Link, Landmarks, or Headings to Bypass Navigation

2.4.1 — Bypass Blocks

Scenario

Setting

A crowdfunding platform's campaign page

What’s wrong

No skip link, no landmarks (coded page regions), no headings — repeated header/nav must be traversed on every page.

Example

Consider a crowdfunding platform's campaign page: no skip link, no landmarks (coded page regions), no headings — repeated header/nav must be traversed on every page.

Why it matters

Keyboard and screen-reader users who otherwise re-traverse repeated headers on every page. On a crowdfunding platform's campaign page, that means they lose track of where they are on the page.

How to test

Press Tab once on page load: check whether any skip link, landmark navigation, or heading-based bypass exists at all — absence of all three fails.

How to fix

A working bypass (a skip link visible on focus, landmarks (coded page regions), or headings) must let users jump straight to the main content.

Outcome

With the fix in place on a crowdfunding platform's campaign page, they reach and operate the control without a mouse.

Who is affected

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

Learn more