WCAG 3.2.1: On Focus
Success Criterion 3.2.1 — Level A
Quick Answer
Moving keyboard focus to a component must not automatically trigger a context change.
Why It Matters
Auto-submitting forms or navigating away when a field is focused traps and confuses keyboard users.
How to Audit
Run an automated accessibility scan to detect common On Focus failures. Then manually verify with: keyboard-only navigation, a screen reader (VoiceOver on Mac, NVDA on Windows), and browser developer tools. Automated tools catch approximately 40% of On Focus issues — manual testing is essential.
How to Fix
Only trigger actions on explicit user activation (Enter/Space/click), not on focus.
Frequently Asked Questions
What is WCAG 3.2.1 On Focus?
Moving keyboard focus to a component must not automatically trigger a context change.
Is WCAG 3.2.1 required for ADA compliance?
WCAG 2.1 Level A is the minimum baseline for ADA website compliance. Courts have upheld WCAG 2.1 AA as the standard for ADA Title III lawsuits.
How do I fix WCAG 3.2.1 violations?
Only trigger actions on explicit user activation (Enter/Space/click), not on focus.
Scan Your Site for WCAG 3.2.1 Issues
Get a free automated accessibility report including all WCAG 2.1 AA violations.
Run Free Accessibility Scan