landmark-one-main.json 292 B

123456789101112
  1. {
  2. "id": "landmark-one-main",
  3. "selector": "html",
  4. "tags": ["cat.semantics", "best-practice"],
  5. "metadata": {
  6. "description": "Ensures the document has a main landmark",
  7. "help": "Document should have one main landmark"
  8. },
  9. "all": ["page-has-main"],
  10. "any": [],
  11. "none": []
  12. }