Accessibility A-04
Every Interactive Element
Needs a Label
Screen reader hears: "Button"
×
Screen reader hears: "Delete item"
×
aria-label="Delete item"
LaunchYourVibe A-04
Icon buttons are invisible to screen readers without labels. Add aria-label to every icon-only button. Use aria-labelledby when a visible label exists nearby. The label should describe the action, not the icon.
View all cards