interactionsRAMS
Interactive Elements Missing ARIA Labels
MUST
MUST: Icon-only buttons must have aria-label describing the action. Decorative icons need aria-hidden="true". Screen readers cannot interpret visual icons.
Interactive elements without visible text need aria-label or aria-labelledby
Bad
Good
Why it matters
Rams ships this as a Critical checklist row, not prose. Our reading: screen readers announce the accessible name of interactive elements, so without one users hear only "button" with no indication of purpose. aria-label or aria-labelledby supplies that name.
References