landmark-no-duplicate-main.json 359 B

123456789101112
  1. {
  2. "id": "landmark-no-duplicate-main",
  3. "selector": "main:not([role]), [role=main]",
  4. "tags": ["cat.semantics", "best-practice"],
  5. "metadata": {
  6. "description": "Ensures the document has at most one main landmark",
  7. "help": "Document should not have more than one main landmark"
  8. },
  9. "all": [],
  10. "any": ["page-no-duplicate-main"],
  11. "none": []
  12. }