3.2 Predictable · Understandable
WCAG 3.2.2 On Input
Level A
Changing the value of a control must not automatically change context unless the user has been warned.
Common failures
- Selecting a country option auto-submits and reloads the page.
How to fix
- Require an explicit Submit button after value changes.
- Or warn the user before binding a context change to value change.
Related criteria
- WCAG 3.2.1 On Focus Level A