| { | |
| "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": [] | |
| } |