blob: 5d0c6001c9a3e6823aae4c768f15999ef20104a7 [file]
{
"id": "aria-treeitem-name",
"selector": "[role=\"treeitem\"]",
"matches": "no-naming-method-matches",
"tags": ["cat.aria", "best-practice"],
"metadata": {
"description": "Ensures every ARIA treeitem node has an accessible name",
"help": "ARIA treeitem nodes must have an accessible name"
},
"all": [],
"any": [
"has-visible-text",
"aria-labelledby",
"aria-label",
"non-empty-title"
],
"none": []
}