axe-core
Version:
Accessibility engine for automated Web UI testing
21 lines • 383 B
JSON
{
"id": "aria-roles",
"selector": "[role]",
"tags": [
"cat.aria",
"wcag2a",
"wcag131",
"wcag411",
"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": [
"invalidrole",
"abstractrole"
]
}