Skip to main content
WCAG success criterion · Operable

2.4.7 Focus Visible

Guideline 2.4 Navigable. Level AA, part of WCAG 2.0 and every later version.

ADA compliance guide

What this criterion requires

Any keyboard-operable interface must show a visible focus indicator, so users can see where they are.

Who it helps

Sighted keyboard users - without the indicator the keyboard is unusable.

Example: fails vs passes

Fails
*:focus { outline: none; }
Passes
:focus-visible { outline: 3px solid #00c0a8; outline-offset: 2px; }

Never remove the outline without a stronger replacement. Test every interactive element by tabbing.

How to meet and fix it

Common failures auditors find

Automated scanning catches a share of these instantly - run a free check - and a manual audit covers the judgement calls a tool cannot make.

Sources

Last updated . Reviewed by the EqualWeb accessibility team.

Does your site pass 2.4.7?

Run a free automated check now, or have certified IAAP/CPWA auditors test every criterion and document the result.

Book a meeting Start Free Trial