axe-core
Version:
Accessibility engine for automated Web UI testing
20 lines (19 loc) • 367 B
JSON
{
"id": "aria-required-attr",
"selector": "[role]",
"tags": [
"cat.aria",
"wcag2a",
"wcag411",
"wcag412"
],
"metadata": {
"description": "Ensures elements with ARIA roles have all required ARIA attributes",
"help": "Required ARIA attributes must be provided"
},
"all": [],
"any": [
"aria-required-attr"
],
"none": []
}