Skip to main content
WCAG success criterion · Operable

2.4.1 Bypass Blocks

Guideline 2.4 Navigable. Level A, part of WCAG 2.0 and every later version.

ADA compliance guide

What this criterion requires

A mechanism must exist to skip blocks repeated across pages - typically a "skip to main content" link before the navigation.

Who it helps

Keyboard users, who otherwise tab through the whole menu on every page; screen reader users get extra value from landmarks.

Example: fails vs passes

Fails
Every page starts with 40 tab stops of navigation before the content.
Passes
<a class="skip-link" href="#main">Skip to main content</a>
    <!-- first focusable element, visible on focus -->

One skip link plus proper landmarks (header/nav/main/footer) satisfies this.

How to meet and fix it

Common failures auditors find

Automated scanning catches a share of these instantly - run a free check - and a manual audit covers the judgement calls a tool cannot make.

Sources

Last updated . Reviewed by the EqualWeb accessibility team.

Does your site pass 2.4.1?

Run a free automated check now, or have certified IAAP/CPWA auditors test every criterion and document the result.

Book a meeting Start Free Trial