Chapter: testability
Rule: unnamedDialog
Spec: Unnamed dialog
The dialog has no accessible name. Screen readers say “dialog” with no title, and inspect cannot tell two modals apart.
aria-label, aria-labelledby pointing at the title, or a data-testid on the dialog host is enough.
This id is stable. Reports link here so T/V/Q classes do not shuffle when a soak ranks differently.