axe-core
Version:
Accessibility engine for automated Web UI testing
14 lines (13 loc) • 367 B
JSON
{
"id": "form-field-multiple-labels",
"selector": "input, select, textarea",
"matches": "label-matches.js",
"tags": ["cat.forms", "wcag2a", "wcag332"],
"metadata": {
"description": "Ensures form field does not have multiple label elements",
"help": "Form field must not have multiple label elements"
},
"all": [],
"any": [],
"none": ["multiple-label"]
}