axe-core
Version:
Accessibility engine for automated Web UI testing
19 lines (18 loc) • 444 B
JSON
{
"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": [
"has-visible-text",
"aria-label",
"aria-labelledby",
"non-empty-title"
],
"none": []
}