Focus ring
A focus ring is the visible outline showing which element currently has keyboard focus.
Why it matters
Removing it globally with outline none is the most damaging single line in CSS for keyboard users.
How it is measured
Tab through the page and confirm every actionable element shows a visible ring in visual order.
Checks that involve focus ring
Related terms
Questions
What is focus ring?
A focus ring is the visible outline showing which element currently has keyboard focus.
Why does focus ring matter?
Removing it globally with outline none is the most damaging single line in CSS for keyboard users.
How is focus ring measured?
Tab through the page and confirm every actionable element shows a visible ring in visual order.