axe-core
Version:
Accessibility engine for automated Web UI testing
14 lines (13 loc) • 502 B
JSON
{
"id": "presentation-role-conflict",
"matches": "has-implicit-chromium-role-matches",
"selector": "[role=\"none\"], [role=\"presentation\"]",
"tags": ["cat.aria", "best-practice"],
"metadata": {
"description": "Flags elements whose role is none or presentation and which cause the role conflict resolution to trigger.",
"help": "Elements of role none or presentation should be flagged"
},
"all": [],
"any": [],
"none": ["is-element-focusable", "has-global-aria-attribute"]
}