landmark-no-duplicate-contentinfo.json 396 B

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