axe-core
Version:
Accessibility engine for automated Web UI testing
19 lines (18 loc) • 356 B
JSON
{
"id": "skip-link",
"selector": "a[href]",
"matches": "skip-link-matches.js",
"tags": [
"cat.keyboard",
"best-practice"
],
"metadata": {
"description": "Ensure all skip links have a focusable target",
"help": "The skip-link target should exist and be focusable"
},
"all": [],
"any": [
"skip-link"
],
"none": []
}