region.json 296 B

123456789101112
  1. {
  2. "id": "region",
  3. "selector": "body *",
  4. "tags": ["cat.keyboard", "best-practice"],
  5. "metadata": {
  6. "description": "Ensures all page content is contained by landmarks",
  7. "help": "All page content should be contained by landmarks"
  8. },
  9. "all": [],
  10. "any": ["region"],
  11. "none": []
  12. }