# ARIA tooltip nodes must have an accessible name

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

Screen reader users are required to have access to understandable text within Aria `tooltip` elements. This text must define the destination, purpose, function, or action in a clear and concise manner.

Users of screen readers are unable to understand the function of elements that have the role of `tooltip` but do not have accessible names.

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

Performs a check on all elements that have the role `tooltip` to ensure that they have a name that can be understood and is accessible.
