axe-core
Version:
Accessibility engine for automated Web UI testing
13 lines (12 loc) • 336 B
JSON
{
"id": "aria-text",
"selector": "[role=text]",
"tags": ["cat.aria", "best-practice"],
"metadata": {
"description": "Ensures \"role=text\" is used on elements with no focusable descendants",
"help": "\"role=text\" should have no focusable descendants"
},
"all": [],
"any": ["no-focusable-content"],
"none": []
}