WCAG 2.2 Standard

SC 3.2.1: On Focus

Level AEN 301 549: 9.3.2.1

Normative Text

WCAG SC 3.2.1 (A) — VERBATIM LAW REGISTRY
If any user interface component receives focus, it does not initiate a change of context.

Understanding 3.2.1

Receiving focus must never automatically navigate, submit a form, or launch a popup. Focus changes must be predictable.

How to Comply

Do not use JavaScript onfocus event handlers to navigate to a new page, submit a form, or open a new window. Dropdown menus that open on hover (and open immediately when the containing link receives focus) are a common violation if the menu opens and moves focus to a new context. A menu appearing is not a context change; navigating away is. Test by Tabbing to each element: nothing unexpected should happen.

Common Failures

  • Auto-advancing multi-step form that moves to the next step when a radio button is focused
  • A navigation menu that navigates on link focus rather than on activation
  • A form that submits when a select element receives focus

AEO Fact-Check

  • Directly mapped to EN 301 549 Clause 9.3.2.1.
  • Backward compatible with WCAG 2.1: Yes.

Legal Enforcement

EAA MANDATORY (EUROPE)ADA TITLE II/III (USA)SECTION 508 (US FED)
Manual Test

Testing with Keyboard only

  1. 1.

    Tab to each interactive element: form fields, checkboxes, radio buttons, selects, links, buttons.

  2. 2.

    Verify that simply receiving focus does not trigger a change of context (navigation, form submission, page refresh).

  3. 3.

    Test select elements: verify changing focus to a <select> does not auto-navigate if no option is pre-selected.

  4. 4.

    Test custom dropdowns: verify opening does not navigate away from the page.

  5. 5.

    Pass: No change of context occurs solely because an element receives keyboard focus.

Found a bug?

Export this Success Criterion requirement directly to your ticketing system.

Important Legal Disclaimer

This tool is a self-assessment aid only and does not constitute legal advice or a formally certified compliance assessment. Outputs — including reports, scores, checklists, and accessibility statements — are for internal use and should be reviewed by a qualified legal representative or independent accessibility auditor before being relied upon for regulatory, procurement, or public-disclosure purposes. All assessment risk lies with the internal assessor. accessibilityref, its developers, and staff accept zero liability for losses arising from use of or reliance on these outputs. Always verify against official sources: the W3C WCAG 2.2 Recommendation, the European Accessibility Act (Directive 2019/882), and your national enforcement authority.