You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
317 B
14 lines
317 B
{
|
|
"id": "html-has-lang",
|
|
"selector": "html",
|
|
"matches": "window-is-top.js",
|
|
"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": []
|
|
}
|