All WCAG criteria
WCAG 3.2.2 · UnderstandableLevel A

3.2.2On Input

Changing the setting of a UI component must not trigger a context change unless the user has been advised of the behavior beforehand.

Common failures

Patterns that fail this criterion.

  • 01Dropdown that submits the form on selection change
  • 02Checkbox that immediately navigates away
How to test

Testing approach: manual.

Manual — change every dropdown, checkbox, radio; confirm nothing unexpected happens.

How to fix

Remediation steps.

  1. 1

    Add an explicit Apply/Submit button

    Let users make all their selections, then commit.

  2. 2

    If immediate action is required

    Warn beforehand: "Changing this setting will reload the page."

Scan for WCAG 3.2.2 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.2 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