landmark-unique.json 550 B

12345678910111213
  1. {
  2. "id": "landmark-unique",
  3. "selector": "[role=banner], [role=complementary], [role=contentinfo], [role=main], [role=navigation], [role=region], [role=search], [role=form], form, footer, header, aside, main, nav, section",
  4. "tags": ["cat.semantics", "best-practice"],
  5. "metadata": {
  6. "help": "Ensures landmarks are unique",
  7. "description": "Landmarks should have a unique role or role/label/title (i.e. accessible name) combination"
  8. },
  9. "matches": "landmark-unique-matches",
  10. "all": [],
  11. "any": ["landmark-is-unique"],
  12. "none": []
  13. }