valid-lang.json 359 B

1234567891011121314
  1. {
  2. "id": "valid-lang",
  3. "evaluate": "valid-lang-evaluate",
  4. "options": {
  5. "attributes": ["lang", "xml:lang"]
  6. },
  7. "metadata": {
  8. "impact": "serious",
  9. "messages": {
  10. "pass": "Value of lang attribute is included in the list of valid languages",
  11. "fail": "Value of lang attribute not included in the list of valid languages"
  12. }
  13. }
  14. }