axe-core
Version:
Accessibility engine for automated Web UI testing
13 lines (12 loc) • 343 B
JSON
{
"id": "page-has-heading-one",
"selector": "html",
"tags": ["cat.semantics", "best-practice"],
"metadata": {
"description": "Ensure that the page, or at least one of its frames contains a level-one heading",
"help": "Page should contain a level-one heading"
},
"all": ["page-has-heading-one"],
"any": [],
"none": []
}