• Success Criterion 3.2.2
  • Conformance level A

3.2.2 · On Input

Lesson overview · On Input

In plain language

Changing a field's value (typing, selecting, checking) must not unexpectedly navigate or submit.

Who it affects

Keyboard and screen-reader users, and people who need predictable form behavior.

How to check

Change dropdowns, radios, checkboxes without pressing a button: the page must not jump elsewhere or submit unless it warned you first.

Common misconception

A dropdown that navigates on selection (a “jump menu”) is a classic, well-intentioned convenience feature that actually breaks this rule, since changing a value shouldn't trigger navigation without warning.

Learn more

Scenarios in this lesson