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