html-lang-valid.json 370 B

123456789101112
  1. {
  2. "id": "html-lang-valid",
  3. "selector": "html[lang], html[xml\\:lang]",
  4. "tags": ["cat.language", "wcag2a", "wcag311", "ACT"],
  5. "metadata": {
  6. "description": "Ensures the lang attribute of the <html> element has a valid value",
  7. "help": "<html> element must have a valid value for the lang attribute"
  8. },
  9. "all": [],
  10. "any": [],
  11. "none": ["valid-lang"]
  12. }