:::
What Is a Focus Indicator? Showing Keyboard Users Where They Are
A focus indicator shows keyboard users where they are. If focus styles are removed or weak, users can get lost.
Key Takeaways
- Focus indicators orient keyboard users.
- Do not remove focus with outline: none unless you provide an accessible replacement.
- Focus states should be visible, stable, and not rely on color alone.
How to check
Use Tab through every interactive control and confirm each focused element is clearly visible.
Frequently Asked Questions
Can I remove the browser default outline?
Yes, but only if you provide an equally clear or better replacement.
Related Pages
- Accesserty DevCheck
Run browser-based checks for web accessibility, WCAG, ARIA, keyboard access, and visual contexts.
- WCAG testing checklist
- Keyboard accessibility testing guide