landmark-complementary-is-top-level.json 383 B

123456789101112
  1. {
  2. "id": "landmark-complementary-is-top-level",
  3. "selector": "aside:not([role]), [role=complementary]",
  4. "tags": ["cat.semantics", "best-practice"],
  5. "metadata": {
  6. "description": "Ensures the complementary landmark or aside is at top level",
  7. "help": "Aside should not be contained in another landmark"
  8. },
  9. "all": [],
  10. "any": ["landmark-is-top-level"],
  11. "none": []
  12. }