forked from GSA/code-gov-front-end
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.pa11yci
35 lines (35 loc) · 1.22 KB
/
.pa11yci
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
{
"defaults": {
"timeout": 20000,
"wait": 1000,
"standard": "WCAG2AA",
"ignore": [
"notice",
"warning",
"WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Fail",
"WCAG2AA.Principle3.Guideline3_2.3_2_2.H32.2"
],
"viewport": {
"width": 1000,
"height": 1000
}
},
"urls": [
"http://localhost:8080/projects/gsa_18f_1_10x_product_market_research",
"http://localhost:8080/projects/nsa_1_atomicwatch",
"http://localhost:8080/projects/dod_nci_agency_1_anet",
"http://localhost:8080/browse-projects",
"http://localhost:8080/about/overview/introduction",
"http://localhost:8080/about/overview/tracking-progress",
"http://localhost:8080/open-tasks",
"http://localhost:8080/about/compliance/dashboard",
"http://localhost:8080/about/compliance/procurement",
"http://localhost:8080/about/compliance/inventory-code",
"http://localhost:8080/about/open-source/introduction",
"http://localhost:8080/about/open-source/resources",
"http://localhost:8080/about/open-source/measuring-code",
"http://localhost:8080/about/open-source/licensing",
"http://localhost:8080/policy-guide/introduction",
"http://localhost:8080/policy-guide/objectives"
]
}