axe-core
Version:
Accessibility engine for automated Web UI testing
30 lines (29 loc) • 539 B
JSON
{
"id": "label",
"selector": "input, select, textarea",
"matches": "label-matches.js",
"tags": [
"cat.forms",
"wcag2a",
"wcag332",
"wcag131",
"section508",
"section508.22.n"
],
"metadata": {
"description": "Ensures every form element has a label",
"help": "Form elements must have labels"
},
"all": [],
"any": [
"aria-label",
"aria-labelledby",
"implicit-label",
"explicit-label",
"non-empty-title"
],
"none": [
"help-same-as-label",
"multiple-label"
]
}