forked from dequelabs/axe-core
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathimage-alt.json
More file actions
35 lines (35 loc) · 709 Bytes
/
Copy pathimage-alt.json
File metadata and controls
35 lines (35 loc) · 709 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
{
"id": "image-alt",
"impact": "critical",
"selector": "img",
"matches": "no-explicit-name-required-matches",
"tags": [
"cat.text-alternatives",
"wcag2a",
"wcag111",
"section508",
"section508.22.a",
"TTv5",
"TT7.a",
"TT7.b",
"EN-301-549",
"EN-9.1.1.1",
"ACT",
"RGAAv4",
"RGAA-1.1.1"
],
"actIds": ["23a2a8"],
"metadata": {
"description": "Ensure <img> elements have alternative text or a role of none or presentation",
"help": "Images must have alternative text"
},
"all": [],
"any": [
"has-alt",
"aria-label",
"aria-labelledby",
"non-empty-title",
"presentational-role"
],
"none": ["alt-space-value"]
}