All WCAG criteria
WCAG 3.2.1 · UnderstandableLevel A

3.2.1On Focus

Focusing on a component must not trigger a context change (new window, form submission, focus shift, major content change).

Common failures

Patterns that fail this criterion.

  • 01Form input that auto-submits on focus
  • 02Tab that automatically opens content in a popup
  • 03Focus that scrolls the viewport unexpectedly
How to test

Testing approach: manual.

Manual — Tab to every focusable element; confirm nothing unexpected happens just from focus.

How to fix

Remediation steps.

  1. 1

    Reserve actions for explicit user input

    Click, key press, form submit — yes. Mere focus — no.

Scan for WCAG 3.2.1 on your site

Find every violation in 42 seconds.

AccessProof runs axe-core 4.9.1 against your site and flags every WCAG criterion with the offending element selector. WCAG 3.2.1 is one of 49 criteria we check on every scan.

Related criteria

Often appears with…

All 50 WCAG 2.1 Level A + AA success criteria explained.

View the full checklist