document-title.json 386 B

12345678910111213
  1. {
  2. "id": "document-title",
  3. "selector": "html",
  4. "matches": "is-initiator-matches",
  5. "tags": ["cat.text-alternatives", "wcag2a", "wcag242", "ACT"],
  6. "metadata": {
  7. "description": "Ensures each HTML document contains a non-empty <title> element",
  8. "help": "Documents must have <title> element to aid in navigation"
  9. },
  10. "all": [],
  11. "any": ["doc-has-title"],
  12. "none": []
  13. }