aria-tooltip-name.json 422 Bytes
{
	"id": "aria-tooltip-name",
	"selector": "[role=\"tooltip\"]",
	"matches": "no-naming-method-matches",
	"tags": ["cat.aria", "wcag2a", "wcag412"],
	"metadata": {
		"description": "Ensures every ARIA tooltip node has an accessible name",
		"help": "ARIA tooltip nodes must have an accessible name"
	},
	"all": [],
	"any": [
		"aria-label",
		"aria-labelledby",
		"non-empty-title",
		"has-visible-text"
	],
	"none": []
}