ARIA dialogs must have an accessible name
labels-and-names/aria-dialog-name · WCAG 4.1.2 · Level A
ARIA dialogs must have an accessible name.
Dialog and alertdialog elements must have accessible names so screen reader users understand the dialog's purpose when it opens. Use aria-label or aria-labelledby pointing to the dialog's heading. Native <dialog> elements should also have an accessible name.
Scan a page or repo for issues like this · All rules
Introduced in @accesslint/core v0.8.0