Skip to main content
WCAG success criterion · Understandable

3.2.2 On Input

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

ADA compliance guide

What this criterion requires

Changing a form control's value must not automatically cause a change of context, unless the user was told beforehand.

Who it helps

Screen reader users, who lose their place when pages change unexpectedly.

Example: fails vs passes

Fails
<select onchange="this.form.submit()">
Passes
<select id="country"> ... </select>
    <button type="submit">Update</button>

Changing a value must not change context. Keyboard users change select values with arrows - each press would submit.

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.2?

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