Goal
Avoid unexpected changes of context across the site.
Loading ...
Success Criterion · WCAG 3.2.5
Changes of context are initiated only by user request or a mechanism is available to turn off such changes.
Goal
Avoid unexpected changes of context across the site.
What to do
Only change context (open windows, navigate, submit) when the user requests it.
Why it matters
Unexpected context changes are disorienting and can cause users to lose their place.
Success criterion
Summarized directly from the official Understanding document so teams can quote the requirement accurately.
Changes of context are initiated only by user request or a mechanism is available to turn off such changes.
Intent
Benefits
Why it matters
Summaries drawn from the Understanding document help you socialize impact statements with product stakeholders.
Automatic redirects or popups can interrupt tasks and cause loss of work.
Users may not understand why they moved to a different page/state.
This AAA criterion extends predictability: context changes should occur only when users explicitly request them, or users can disable automatic context changes.
Reference: All summaries and highlights originate from Understanding WCAG 3.2.5 and the W3C quick reference.
Examples
Share pass/fail snapshots to coach designers, engineers, QA, and content authors.
Pass
Redirect occurs only after user clicks “Continue”.
Fail
Page redirects after 5 seconds with no user request.
Pass
New window opens only when user clicks “Open in new window”.
Fail
New window opens automatically on page load.
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