html-has-lang.json 341 B

12345678910111213
  1. {
  2. "id": "html-has-lang",
  3. "selector": "html",
  4. "matches": "is-initiator-matches",
  5. "tags": ["cat.language", "wcag2a", "wcag311", "ACT"],
  6. "metadata": {
  7. "description": "Ensures every HTML document has a lang attribute",
  8. "help": "<html> element must have a lang attribute"
  9. },
  10. "all": [],
  11. "any": ["has-lang"],
  12. "none": []
  13. }