aria-dialog-name.json 439 Bytes
{
	"id": "aria-dialog-name",
	"selector": "[role=\"dialog\"], [role=\"alertdialog\"]",
	"matches": "no-naming-method-matches",
	"tags": ["cat.aria", "best-practice"],
	"metadata": {
		"description": "Ensures every ARIA dialog and alertdialog node has an accessible name",
		"help": "ARIA dialog and alertdialog nodes must have an accessible name"
	},
	"all": [],
	"any": ["aria-label", "aria-labelledby", "non-empty-title"],
	"none": []
}