axe-core
Version:
Accessibility engine for automated Web UI testing
17 lines • 360 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 must contain a level-one heading"
},
"all": [
"page-has-heading-one"
],
"any": [],
"none": []
}