forked from dequelabs/axe-core
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbypass.json
More file actions
27 lines (27 loc) · 679 Bytes
/
Copy pathbypass.json
File metadata and controls
27 lines (27 loc) · 679 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
{
"id": "bypass",
"impact": "serious",
"selector": "html",
"pageLevel": true,
"matches": "bypass-matches",
"reviewOnFail": true,
"tags": [
"cat.keyboard",
"wcag2a",
"wcag241",
"section508",
"section508.22.o",
"TTv5",
"TT9.a",
"EN-301-549",
"EN-9.2.4.1"
],
"actIds": ["cf77f2", "047fe0", "b40fd1", "3e12e1", "ye5d6e"],
"metadata": {
"description": "Ensure each page has at least one mechanism for a user to bypass navigation and jump straight to the content",
"help": "Page must have means to bypass repeated blocks"
},
"all": [],
"any": ["internal-link-present", "header-present", "landmark"],
"none": []
}