blob: f0315bda68e3a3d32818a3f3ae303651000b4599 [file] [log] [blame]
{
"id": "html-has-lang",
"selector": "html",
"matches": "is-initiator-matches",
"tags": ["cat.language", "wcag2a", "wcag311", "ACT"],
"metadata": {
"description": "Ensures every HTML document has a lang attribute",
"help": "<html> element must have a lang attribute"
},
"all": [],
"any": ["has-lang"],
"none": []
}