has-lang.json 435 B

1234567891011121314151617
  1. {
  2. "id": "has-lang",
  3. "evaluate": "has-lang-evaluate",
  4. "options": {
  5. "attributes": ["lang", "xml:lang"]
  6. },
  7. "metadata": {
  8. "impact": "serious",
  9. "messages": {
  10. "pass": "The <html> element has a lang attribute",
  11. "fail": {
  12. "noXHTML": "The xml:lang attribute is not valid on HTML pages, use the lang attribute.",
  13. "noLang": "The <html> element does not have a lang attribute"
  14. }
  15. }
  16. }
  17. }