forked from cloudscribe/cloudscribe
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.a11yrc
62 lines (61 loc) · 1.35 KB
/
.a11yrc
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
{
// See all rules at https://github.com/dequelabs/axe-core/blob/master/doc/rule-descriptions.md
"runOnly": {
"type": "rule",
"values": [
"accesskeys",
"area-alt",
"aria-allowed-attr",
"aria-required-attr",
"aria-required-children",
"aria-required-parent",
"aria-roles",
"aria-valid-attr-value",
"aria-valid-attr",
"audio-caption",
"blink",
"button-name",
"bypass",
"checkboxgroup",
"color-contrast",
"definition-list",
"dlitem",
"document-title",
"duplicate-id",
"empty-heading",
"frame-title",
"heading-order",
"html-has-lang",
"html-lang-valid",
"image-alt",
"image-redundant-alt",
"input-image-alt",
"label-title-only",
"label",
"layout-table",
"link-in-text-block",
"link-name",
"list",
"listitem",
"marquee",
"meta-refresh",
"meta-viewport-large",
"meta-viewport",
"object-alt",
"radiogroup",
"region",
"scope-attr-valid",
"server-side-image-map",
//"skip-link",
"tabindex",
"table-duplicate-name",
"table-fake-caption",
"td-has-header",
"td-headers-attr",
"th-has-data-cells",
"valid-lang",
"video-caption",
"video-description"
]
}
}