| { | |
| "id": "aria-roles", | |
| "selector": "[role]", | |
| "matches": "no-empty-role-matches", | |
| "tags": ["cat.aria", "wcag2a", "wcag412"], | |
| "metadata": { | |
| "description": "Ensures all elements with a role attribute use a valid value", | |
| "help": "ARIA roles used must conform to valid values" | |
| }, | |
| "all": [], | |
| "any": [], | |
| "none": ["fallbackrole", "invalidrole", "abstractrole", "unsupportedrole"] | |
| } |