axe-core
Version:
Accessibility engine for automated Web UI testing
14 lines (13 loc) • 362 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": []
}