forked from dequelabs/axe-core
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlabel.json
More file actions
36 lines (36 loc) · 694 Bytes
/
Copy pathlabel.json
File metadata and controls
36 lines (36 loc) · 694 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"id": "label",
"impact": "critical",
"selector": "input, textarea",
"matches": "label-matches",
"tags": [
"cat.forms",
"wcag2a",
"wcag412",
"section508",
"section508.22.n",
"TTv5",
"TT5.c",
"EN-301-549",
"EN-9.4.1.2",
"ACT",
"RGAAv4",
"RGAA-11.1.1"
],
"actIds": ["e086e5"],
"metadata": {
"description": "Ensure every form element has a label",
"help": "Form elements must have labels"
},
"all": [],
"any": [
"implicit-label",
"explicit-label",
"aria-label",
"aria-labelledby",
"non-empty-title",
"non-empty-placeholder",
"presentational-role"
],
"none": ["hidden-explicit-label"]
}