Skip to main content
WCAG success criterion · Understandable

3.2.1 On Focus

Guideline 3.2 Predictable. Level A, part of WCAG 2.0 and every later version.

ADA compliance guide

What this criterion requires

Merely focusing an element must not trigger a change of context: no navigation, form submission, focus jump or new window just because something received focus.

Who it helps

Keyboard and screen reader users who must be able to explore safely.

Example: fails vs passes

Fails
input.addEventListener('focus', () => location.href = '/search');
Passes
/* focusing only highlights; navigation happens on explicit activation */

Focus must be safe. Nothing may navigate, submit or move focus just because an element was reached.

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 3.2.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