Incorrect: Focus must be visible
When you are using the keyboard, you need to be able to see what element has focus, so you can select it. Try to select the links at the bottom of this page only using your keyboard.
Incorrect Code
a { outline: none; }
Resources
- "Functionality is Available from the Keyboard", W3C Accessibility Principles
- "Keyboard and Visual Focus", W3C Test & Evaluate: Easy Checks
- Caitlin Geier, "Give Your Site Some Focus! Tips for Designing Useful and Usable Focus Indicators", Deque Blog, June 29, 2016.
- "Outline", MDN Web Docs, August 13, 2019.