axe-core
Version:
Accessibility engine for automated Web UI testing
19 lines (18 loc) • 321 B
JSON
{
"id": "html-has-lang",
"selector": "html",
"tags": [
"cat.language",
"wcag2a",
"wcag311"
],
"metadata": {
"description": "Ensures every HTML document has a lang attribute",
"help": "<html> element must have a lang attribute"
},
"all": [],
"any": [
"has-lang"
],
"none": []
}