# ARIA dialog and alertdialog nodes should have an accessible name

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

For screen reader users, Aria dialog items must include intelligible language that specifies the destination, purpose, function, or action in detail.

Elements with `role="dialog"` or `role="alertdialog"` that lack an accessible name cannot be understood by screen reader users.

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

Verifies that all objects with the `role="dialog"` or `role="alertdialog"` attribute have a clear, understandable name.
