xml-lang-mismatch.json 301 B

1234567891011
  1. {
  2. "id": "xml-lang-mismatch",
  3. "evaluate": "xml-lang-mismatch-evaluate",
  4. "metadata": {
  5. "impact": "moderate",
  6. "messages": {
  7. "pass": "Lang and xml:lang attributes have the same base language",
  8. "fail": "Lang and xml:lang attributes do not have the same base language"
  9. }
  10. }
  11. }