forked from GSA/openacr-editor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.pa11yci
28 lines (28 loc) · 850 Bytes
/
.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
{
"defaults": {
"concurrency": 1,
"standard": "WCAG2AA",
"runners": ["axe"],
"ignore": [
"color-contrast",
"nested-interactive"
]
},
"urls": [
"http://localhost:10001/",
"http://localhost:10001/about",
"http://localhost:10001/acknowledgements",
"http://localhost:10001/glossary",
{
"url": "http://localhost:10001/report",
"timeout": 50000
},
"http://localhost:10001/chapter/success_criteria_level_a",
"http://localhost:10001/chapter/success_criteria_level_aa",
"http://localhost:10001/chapter/success_criteria_level_aaa",
"http://localhost:10001/chapter/functional_performance_criteria",
"http://localhost:10001/chapter/hardware",
"http://localhost:10001/chapter/software",
"http://localhost:10001/chapter/support_documentation_and_services"
]
}