Focus State
Focus State refers to the visual indication that an element, such as a button or form field, is currently selected or has the user’s attention. Focus states are crucial for keyboard navigation, ensuring that users can clearly see which element they are interacting with. Focus states help guide users through tasks by providing visual feedback on where their actions are directed.
Focus states are the most commonly removed accessibility feature in web design — developers suppress the default browser outline because it looks ugly, without replacing it with a better alternative. For keyboard-only users (people with motor disabilities, power users, people with broken mice), removing focus states makes a product completely unusable. WCAG 2.1 requires visible focus indicators, and building custom ones that look polished is a 30-minute task with significant accessibility impact.