-
Notifications
You must be signed in to change notification settings - Fork 66
Expand file tree
/
Copy path.pa11yci.json
More file actions
44 lines (44 loc) · 1.38 KB
/
.pa11yci.json
File metadata and controls
44 lines (44 loc) · 1.38 KB
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
38
39
40
41
42
43
44
{
"defaults": {
"standard": "WCAG2AA",
"runners": ["axe", "htmlcs"],
"timeout": 60000,
"chromeLaunchConfig": {
"args": ["--no-sandbox", "--disable-setuid-sandbox", "--disable-dev-shm-usage"]
},
"hideElements": "#js-toc",
"ignore": []
},
"unused_urls": [
"http://website:8000/",
"http://website:8000/publications/",
"http://website:8000/people/",
"http://website:8000/member/jonfroehlich/",
"http://website:8000/member/lianghe/",
"http://website:8000/member/dhruvjain/",
"http://website:8000/projects/",
"http://website:8000/project/sidewalk/",
"http://website:8000/project/makerwear/",
"http://website:8000/project/handsight/",
"http://website:8000/news/",
"http://website:8000/news/1/",
"http://website:8000/news/2/",
"http://website:8000/news/3/"
],
"urls": [
"http://website:8000/",
"http://website:8000/publications/",
"http://website:8000/people/",
"http://website:8000/member/jonfroehlich/",
"http://website:8000/member/lianghe/",
"http://website:8000/member/dhruvjain/",
"http://website:8000/projects/",
"http://website:8000/project/sidewalk/",
"http://website:8000/project/makerwear/",
"http://website:8000/project/handsight/",
"http://website:8000/news/",
"http://website:8000/news/1/",
"http://website:8000/news/2/",
"http://website:8000/news/3/"
]
}