html-xml-lang-mismatch.json 471 B

12345678910111213
  1. {
  2. "id": "html-xml-lang-mismatch",
  3. "selector": "html[lang][xml\\:lang]",
  4. "matches": "xml-lang-mismatch-matches",
  5. "tags": ["cat.language", "wcag2a", "wcag311", "ACT"],
  6. "metadata": {
  7. "description": "Ensure that HTML elements with both valid lang and xml:lang attributes agree on the base language of the page",
  8. "help": "HTML elements with lang and xml:lang must have the same base language"
  9. },
  10. "all": ["xml-lang-mismatch"],
  11. "any": [],
  12. "none": []
  13. }