123456789101112 |
- {
- "id": "region",
- "selector": "body *",
- "tags": ["cat.keyboard", "best-practice"],
- "metadata": {
- "description": "Ensures all page content is contained by landmarks",
- "help": "All page content should be contained by landmarks"
- },
- "all": [],
- "any": ["region"],
- "none": []
- }
|