landmark-contentinfo-is-top-level.json 434 B

12345678910111213
  1. {
  2. "id": "landmark-contentinfo-is-top-level",
  3. "selector": "footer:not([role]), [role=contentinfo]",
  4. "matches": "landmark-has-body-context-matches",
  5. "tags": ["cat.semantics", "best-practice"],
  6. "metadata": {
  7. "description": "Ensures the contentinfo landmark is at top level",
  8. "help": "Contentinfo landmark should not be contained in another landmark"
  9. },
  10. "all": [],
  11. "any": ["landmark-is-top-level"],
  12. "none": []
  13. }