forked from dequelabs/axe-core
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinput-button-name.json
More file actions
37 lines (37 loc) · 804 Bytes
/
Copy pathinput-button-name.json
File metadata and controls
37 lines (37 loc) · 804 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
37
{
"id": "input-button-name",
"impact": "critical",
"selector": "input[type=\"button\"], input[type=\"submit\"], input[type=\"reset\"]",
"matches": "no-explicit-name-required-matches",
"tags": [
"cat.name-role-value",
"wcag2a",
"wcag412",
"section508",
"section508.22.a",
"TTv5",
"TT5.c",
"EN-301-549",
"EN-9.4.1.2",
"ACT",
"RGAAv4",
"RGAA-11.9.1"
],
"actIds": ["97a4e1"],
"metadata": {
"description": "Ensure input buttons have discernible text",
"help": "Input buttons must have discernible text"
},
"all": [],
"any": [
"non-empty-if-present",
"non-empty-value",
"aria-label",
"aria-labelledby",
"non-empty-title",
"implicit-label",
"explicit-label",
"presentational-role"
],
"none": []
}