# Buttons must have discernible text

> Canonical HTML version: https://rocketvalidator.com/accessibility-validation/axe/4.9/button-name
> Attribution: Rocket Validator (https://rocketvalidator.com)
> License: CC BY 4.0 (https://creativecommons.org/licenses/by/4.0/)

For screen reader users, buttons must include recognizable text that specifies the destination, purpose, function, or action.

Users of screen readers are unable to determine the function of elements with the roles `role="link"`, `role="button"`, and `role="menuitem"` that lack an accessible name.

<h3>What this Accessibility Rule Checks</h3>

Verifies that each button has a distinguishable, accessible label.
