axe-core
Version:
Accessibility engine for automated Web UI testing
19 lines (18 loc) • 426 B
JSON
{
"id": "landmark-banner-is-top-level",
"selector": "header:not([role]), [role=banner]",
"matches": "landmark-has-body-context.js",
"tags": [
"cat.semantics",
"best-practice"
],
"metadata": {
"description": "The banner landmark should not be contained in another landmark",
"help": "Banner landmark must be at top level"
},
"all": [],
"any": [
"landmark-is-top-level"
],
"none": []
}