aria-labels

Installation
SKILL.md

Provide accessible names for all interactive elements

Interactive elements are the core of web navigation; without names, they become 'mystery meat' that users cannot confidently interact with.

Quick Reference

  • Buttons, links, and other controls must have a discernable name
  • Names should be concise and describe the action or destination
  • Avoid generic names like 'Click Here' or 'More'

Check

Audit all interactive elements (buttons, links, widgets) for missing or unhelpful accessible names.

Fix

Add descriptive text content or aria-label attributes to all interactive elements.

Explain

Installs
1
GitHub Stars
73.0K
First Seen
7 days ago
aria-labels — thedaviddias/front-end-checklist