axe-core
Version:
Accessibility engine for automated Web UI testing
20 lines (19 loc) • 399 B
JSON
{
"id": "document-title",
"selector": "html",
"matches": "window-is-top.js",
"tags": [
"cat.text-alternatives",
"wcag2a",
"wcag242"
],
"metadata": {
"description": "Ensures each HTML document contains a non-empty <title> element",
"help": "Documents must have <title> element to aid in navigation"
},
"all": [],
"any": [
"doc-has-title"
],
"none": []
}