Skip to main content :::
:::

What Is an Accessible Name? The Name Assistive Technologies Announce

An accessible name is the name assistive technologies use to identify buttons, links, form fields, and interactive controls.


Key Takeaways

  • An accessible name answers: what is this control called?
  • Buttons, links, and form fields need clear names.
  • Prefer visible text and labels before aria-label or aria-labelledby.

Common sources

Accessible names can come from button text, link text, labels, alt text, aria-label, or aria-labelledby.

Frequently Asked Questions

Do icon-only buttons need accessible names?

Yes. Otherwise a screen reader user may only hear “button” without knowing its purpose.

Related Pages

References