bypass.json 532 B

123456789101112131415161718192021
  1. {
  2. "id": "bypass",
  3. "selector": "html",
  4. "pageLevel": true,
  5. "matches": "bypass-matches",
  6. "reviewOnFail": true,
  7. "tags": [
  8. "cat.keyboard",
  9. "wcag2a",
  10. "wcag241",
  11. "section508",
  12. "section508.22.o"
  13. ],
  14. "metadata": {
  15. "description": "Ensures each page has at least one mechanism for a user to bypass navigation and jump straight to the content",
  16. "help": "Page must have means to bypass repeated blocks"
  17. },
  18. "all": [],
  19. "any": ["internal-link-present", "header-present", "landmark"],
  20. "none": []
  21. }