Try tabbing through this button (no focus indicator visible):
Keyboard users can't see where focus is.
WCAG 2.4.7 (Focus Visible) | CSS removes outline or default focus styling (outline: none).
Try tabbing through this button (no focus indicator visible):
Keyboard users can't see where focus is.
This disables focus on all elements, breaking keyboard navigation visibility.
Even with an outline, if it's the same color as the background or too thin, it won't be visible. HAL ensures at least 3:1 contrast ratio for focus indicators.