-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.pa11yci-htmlcs
64 lines (63 loc) · 2.51 KB
/
.pa11yci-htmlcs
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"defaults": {
"chromeLaunchConfig": {
"args": ["--no-sandbox"]
},
"timeout": 20000,
"runners": [
"htmlcs"
],
"ignore": [
"WCAG2AA.Principle1.Guideline1_3.1_3_1.H49.Center",
"WCAG2AA.Principle1.Guideline1_3.1_3_1.H49.AlignAttr",
"WCAG2AA.Principle1.Guideline1_1.1_1_1.H30.2",
"WCAG2AA.Principle1.Guideline1_3.1_3_1.H44.NotFormControl",
"WCAG2AA.Principle1.Guideline1_3.1_3_1.H71.3",
"WCAG2AA.Principle1.Guideline1_3.1_3_1.H71.2",
"WCAG2AA.Principle1.Guideline1_3.1_3_1.H43.HeadersRequired",
"WCAG2AA.Principle1.Guideline1_1.1_1_1.H30.2",
"WCAG2AA.Principle3.Guideline3_1.3_1_1.H57.3.XmlLang",
"WCAG2AA.Principle1.Guideline1_3.1_3_1.H43.HeadersRequired",
"WCAG2AA.Principle1.Guideline1_1.1_1_1.H36",
"WCAG2AA.Principle4.Guideline4_1.4_1_2.H91.Fieldset.Name",
"WCAG2AA.Principle1.Guideline1_1.1_1_1.H67.1",
"WCAG2AA.Principle4.Guideline4_1.4_1_2.H91.InputImage.Name",
"WCAG2AA.Principle1.Guideline1_1.1_1_1.H2.EG5",
"WCAG2AA.Principle1.Guideline1_1.1_1_1.H2.EG4",
"WCAG2AA.Principle1.Guideline1_1.1_1_1.H53ARIA6",
"WCAG2AA.Principle1.Guideline1_1.1_1_1.H37",
"WCAG2AA.Principle4.Guideline4_1.4_1_2.H91.A.NoContent",
"WCAG2AA.Principle2.Guideline2_4.2_4_1.G1G123G124.NoSuchID"
]
},
"urls": [
"http://localhost:8000/",
"http://localhost:8000/components/Alert",
{
"url": "http://localhost:8000/components/Alert",
"actions": [
"click element button[type=button]",
"wait for element div.Dialog--show to be visible"
]
},
"http://localhost:8000/components/Button",
"http://localhost:8000/components/Card",
"http://localhost:8000/components/Checkbox",
"http://localhost:8000/components/ClickOutsideListener",
"http://localhost:8000/components/Code",
"http://localhost:8000/components/ExpandCollapsePanel",
"http://localhost:8000/components/Icon",
"http://localhost:8000/components/Layout",
"http://localhost:8000/components/Link",
"http://localhost:8000/components/Loader",
"http://localhost:8000/components/Modal",
"http://localhost:8000/components/OptionsMenu",
"http://localhost:8000/components/Pointout",
"http://localhost:8000/components/RadioGroup",
"http://localhost:8000/components/Select",
"http://localhost:8000/components/TextField",
"http://localhost:8000/components/Toast",
"http://localhost:8000/components/Tooltip",
"http://localhost:8000/components/TopBarMenu"
]
}