Goal
Prevent unexpected context changes when elements receive focus.
Loading ...
Success Criterion · WCAG 3.2.1
When any user interface component receives focus, it does not initiate a change of context.
Goal
Prevent unexpected context changes when elements receive focus.
What to do
Do not trigger navigation, submission, or major changes just by focusing a control.
Why it matters
Keyboard and screen reader users move focus to explore; unexpected changes can cause disorientation and data loss.
Success criterion
Summarized directly from the official Understanding document so teams can quote the requirement accurately.
When any user interface component receives focus, it does not initiate a change of context.
Intent
Benefits
Why it matters
Summaries drawn from the Understanding document help you socialize impact statements with product stakeholders.
Users may be redirected when tabbing to a dropdown.
Forms may submit unexpectedly when focus lands on a control.
Moving focus to an element must not automatically submit forms, open new pages, or significantly change content. Users should explicitly activate controls (Enter/Space/click) to trigger changes.
Reference: All summaries and highlights originate from Understanding WCAG 3.2.1 and the W3C quick reference.
Examples
Share pass/fail snapshots to coach designers, engineers, QA, and content authors.
Pass
Changing selection requires user action and explicit submit.
Fail
Focusing the select navigates to the selected page automatically.
Pass
Dialog opens when user activates a button, not when it receives focus.
Fail
Dialog opens immediately on focus.
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