• Success Criterion 3.2.1
  • Conformance level A

Radio Button That Selects Itself Just From Receiving Focus

3.2.1 — On Focus

Scenario

Setting

A weather app's forecast screen

What’s wrong

A control is activated or selected merely by receiving keyboard focus — e.g., radio buttons that auto-select while the user tabs through them — changing values the user never chose.

Example

On a weather app's forecast screen: a control is activated or selected merely by receiving keyboard focus — e.g., radio buttons that auto-select while the user tabs through them — changing values the user never chose.

Why it matters

Keyboard and screen-reader users, and people who are easily disoriented by surprise UI changes. The practical effect on a weather app's forecast screen: they can't predict where to find the same feature.

How to test

Tab to a radio button or option and stop (don't press Enter or Space): if it becomes selected merely from receiving focus, it fails.

How to fix

Receiving keyboard focus must cause no change — no activation, selection, navigation, popup, or focus jump.

Outcome

That one change on a weather app's forecast screen means they move confidently between pages.

Who is affected

Keyboard and screen-reader users, and people who are easily disoriented by surprise UI changes.

Learn more