Goal
Prevent unexpected context changes when users input data.
Loading ...
Success Criterion · WCAG 3.2.2
Changing the setting of any user interface component does not automatically cause a change of context unless the user has been advised of the behavior before using the component.
Goal
Prevent unexpected context changes when users input data.
What to do
Changing a setting or field value should not automatically cause navigation or major changes without user confirmation.
Why it matters
Users may make selections accidentally; unexpected changes can cause confusion or data loss.
Success criterion
Summarized directly from the official Understanding document so teams can quote the requirement accurately.
Changing the setting of any user interface component does not automatically cause a change of context unless the user has been advised of the behavior before using the component.
Intent
Benefits
Why it matters
Summaries drawn from the Understanding document help you socialize impact statements with product stakeholders.
Selecting an option in a dropdown may unexpectedly load a new page.
Users may lose unsaved form data due to auto-submit.
Exception guidelines
Document the rationale for each exception and note which alternative support you provide.
Auto context change is allowed if users are advised beforehand.
Requirement
Provide clear, persistent notice before interaction.
When users change a control (like selecting an option), it must not automatically navigate, submit, or significantly change context unless users are clearly informed in advance. Prefer explicit submit buttons or confirmations.
Reference: All summaries and highlights originate from Understanding WCAG 3.2.2 and the W3C quick reference.
Examples
Share pass/fail snapshots to coach designers, engineers, QA, and content authors.
Pass
User picks destination then activates “Go” button.
Fail
Selecting an option immediately navigates with no warning.
Pass
Filters update results and UI indicates “Results updated” without navigation.
Fail
Changing a filter submits and reloads page unexpectedly without notice.
Evidence to keep
Capture artifacts for VPATs, procurement reviews, and regression testing.
Official resources
Keep these links handy when writing acceptance criteria or responding to audits.
Implementation checklist
Testing ideas
Related success criteria