WCAG 2.4.7: Focus Visible
Success Criterion 2.4.7 — Level AA
Quick Answer
Keyboard focus indicator must be visible when navigating the interface.
Why It Matters
Without visible focus, keyboard users cannot see which element is currently active.
How to Audit
Run an automated accessibility scan to detect common Focus Visible failures. Then manually verify with: keyboard-only navigation, a screen reader (VoiceOver on Mac, NVDA on Windows), and browser developer tools. Automated tools catch approximately 40% of Focus Visible issues — manual testing is essential.
How to Fix
Never remove the focus outline without replacing it with a visible custom focus style.
Frequently Asked Questions
What is WCAG 2.4.7 Focus Visible?
Keyboard focus indicator must be visible when navigating the interface.
Is WCAG 2.4.7 required for ADA compliance?
WCAG 2.1 Level AA is the standard referenced in most ADA website lawsuits and DOJ guidance. All Level AA criteria including this one are relevant to legal compliance.
How do I fix WCAG 2.4.7 violations?
Never remove the focus outline without replacing it with a visible custom focus style.
Scan Your Site for WCAG 2.4.7 Issues
Get a free automated accessibility report including all WCAG 2.1 AA violations.
Run Free Accessibility Scan