axe-core
Version:
Accessibility engine for automated Web UI testing
18 lines (17 loc) • 517 B
JSON
{
"id": "focus-order-semantics",
"selector": "div, h1, h2, h3, h4, h5, h6, [role=heading], p, span",
"matches": "inserted-into-focus-order-matches.js",
"tags": [
"cat.keyboard",
"best-practice",
"experimental"
],
"metadata": {
"description": "Ensures elements in the focus order have an appropriate role",
"help": "Elements in the focus order need a role appropriate for interactive content"
},
"all": [],
"any": ["has-widget-role", "valid-scrollable-semantics"],
"none": []
}