axe-core
Version:
Accessibility engine for automated Web UI testing
13 lines (12 loc) • 399 B
JSON
{
"id": "scrollable-region-focusable",
"matches": "scrollable-region-focusable-matches",
"tags": ["cat.keyboard", "wcag2a", "wcag211"],
"metadata": {
"description": "Elements that have scrollable content must be accessible by keyboard",
"help": "Ensure that scrollable region has keyboard access"
},
"all": [],
"any": ["focusable-content", "focusable-element"],
"none": []
}