-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.pa11yci-axe
101 lines (101 loc) · 2.58 KB
/
.pa11yci-axe
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
{
"defaults": {
"chromeLaunchConfig": {
"args": ["--no-sandbox"],
"ignoreHTTPSErrors": true
},
"timeout": 20000,
"runners": [
"axe"
],
"ignore": [
"accesskeys",
"aria-valid-attr-value",
"aria-valid-attr",
"audio-caption",
"autocomplete-valid",
"avoid-inline-spacing",
"blink",
"bypass",
"checkboxgroup",
"duplicate-id-active",
"duplicate-id-aria",
"landmark-one-main",
"region",
"area-alt",
"aria-allowed-attr",
"aria-dpub-role-fallback",
"aria-hidden-body",
"aria-required-attr",
"aria-required-children",
"aria-required-parent",
"aria-roledescription",
"aria-roles",
"css-orientation-lock",
"definition-list",
"dlitem",
"focus-order-semantics",
"frame-tested",
"heading-order",
"hidden-content",
"html-xml-lang-mismatch",
"label-content-name-mismatch",
"label-title-only",
"landmark-banner-is-top-level",
"landmark-complementary-is-top-level",
"landmark-contentinfo-is-top-level",
"landmark-main-is-top-level",
"landmark-no-duplicate-banner",
"landmark-no-duplicate-contentinfo",
"landmark-no-duplicate-main",
"landmark-one-main",
"landmark-unique",
"layout-table",
"link-in-text-block",
"marquee",
"meta-refresh",
"meta-viewport-large",
"meta-viewport",
"object-alt",
"p-as-heading",
"page-has-heading-one",
"radiogroup",
"region",
"server-side-image-map",
"skip-link",
"tabindex",
"table-duplicate-name",
"table-fake-caption",
"td-has-header",
"th-has-data-cells",
"video-caption",
"video-description",
"svg-img-alt",
"identical-links-same-purpose",
"image-redundant-alt"
]
},
"urls": [
"http://localhost:8000/",
"http://localhost:8000/components/Alert",
"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"
]
}