scrollable-region-focusable.json 399 B

123456789101112
  1. {
  2. "id": "scrollable-region-focusable",
  3. "matches": "scrollable-region-focusable-matches",
  4. "tags": ["cat.keyboard", "wcag2a", "wcag211"],
  5. "metadata": {
  6. "description": "Elements that have scrollable content must be accessible by keyboard",
  7. "help": "Ensure that scrollable region has keyboard access"
  8. },
  9. "all": [],
  10. "any": ["focusable-content", "focusable-element"],
  11. "none": []
  12. }