forked from GSA/code-gov-style
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.pa11yci
44 lines (44 loc) · 1.94 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
36
37
38
39
40
41
42
43
44
{
"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:4000",
"http://localhost:4000/code-gov-style/components/autocomplete",
"http://localhost:4000/code-gov-style/components/banners",
"http://localhost:4000/code-gov-style/components/blocks",
"http://localhost:4000/code-gov-style/components/breadcrumbs",
"http://localhost:4000/code-gov-style/components/breaks",
"http://localhost:4000/code-gov-style/components/buttons",
"http://localhost:4000/code-gov-style/components/cards",
"http://localhost:4000/code-gov-style/components/corner_tags",
"http://localhost:4000/code-gov-style/components/dividers",
"http://localhost:4000/code-gov-style/components/filter_tag",
"http://localhost:4000/code-gov-style/components/filter",
"http://localhost:4000/code-gov-style/components/footers",
"http://localhost:4000/code-gov-style/components/forms",
"http://localhost:4000/code-gov-style/components/icons",
"http://localhost:4000/code-gov-style/components/inputs",
"http://localhost:4000/code-gov-style/components/links",
"http://localhost:4000/code-gov-style/components/mobile_menu",
"http://localhost:4000/code-gov-style/components/navbars",
"http://localhost:4000/code-gov-style/components/popover",
"http://localhost:4000/code-gov-style/components/quotes",
"http://localhost:4000/code-gov-style/components/scroll_indicator",
"http://localhost:4000/code-gov-style/components/sidebars",
"http://localhost:4000/code-gov-style/components/tables",
"http://localhost:4000/code-gov-style/components/widths"
]
}