valid-lang.json 336 B

12345678910111213
  1. {
  2. "id": "valid-lang",
  3. "selector": "[lang], [xml\\:lang]",
  4. "matches": "not-html-matches",
  5. "tags": ["cat.language", "wcag2aa", "wcag312"],
  6. "metadata": {
  7. "description": "Ensures lang attributes have valid values",
  8. "help": "lang attribute must have a valid value"
  9. },
  10. "all": [],
  11. "any": [],
  12. "none": ["valid-lang"]
  13. }