axe-core
Version:
Accessibility engine for automated Web UI testing
18 lines (17 loc) • 377 B
JSON
{
"id": "landmark-no-duplicate-contentinfo",
"selector": "html",
"tags": [
"cat.semantics",
"best-practice"
],
"metadata": {
"description": "Ensures the document has no more than one contentinfo landmark",
"help": "Document contain at most one contentinfo landmark"
},
"all": [],
"any": [
"page-no-duplicate-contentinfo"
],
"none": []
}