axe-core
Version:
Accessibility engine for automated Web UI testing
29 lines (28 loc) • 541 B
JSON
{
"id": "link-name",
"selector": "a[href], [role=link][href]",
"matches": "role-not-button-matches.js",
"tags": [
"cat.name-role-value",
"wcag2a",
"wcag412",
"wcag244",
"section508",
"section508.22.a"
],
"metadata": {
"description": "Ensures links have discernible text",
"help": "Links must have discernible text"
},
"all": [],
"any": [
"has-visible-text",
"aria-label",
"aria-labelledby",
"role-presentation",
"role-none"
],
"none": [
"focusable-no-name"
]
}