contentVercel
Icons Have Labels
MUST
MUST: Icon-only buttons have descriptive `aria-label`
Convey the same meaning with text for non-sighted users
Bad
Good
Why it matters
Icons aren't universally understood and are invisible to screen readers. Either show a visible text label alongside the icon, or provide an aria-label for icon-only buttons. The label should describe the action, not the icon itself.
References