lighthouse 11.7.0 → 11.7.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/core/audits/accessibility/accesskeys.js +1 -1
- package/core/audits/accessibility/aria-allowed-attr.js +1 -1
- package/core/audits/accessibility/aria-allowed-role.js +1 -1
- package/core/audits/accessibility/aria-command-name.js +1 -1
- package/core/audits/accessibility/aria-dialog-name.js +1 -1
- package/core/audits/accessibility/aria-hidden-body.js +1 -1
- package/core/audits/accessibility/aria-hidden-focus.js +1 -1
- package/core/audits/accessibility/aria-input-field-name.js +1 -1
- package/core/audits/accessibility/aria-meter-name.js +1 -1
- package/core/audits/accessibility/aria-progressbar-name.js +1 -1
- package/core/audits/accessibility/aria-required-attr.js +1 -1
- package/core/audits/accessibility/aria-required-children.js +1 -1
- package/core/audits/accessibility/aria-required-parent.js +1 -1
- package/core/audits/accessibility/aria-roles.js +1 -1
- package/core/audits/accessibility/aria-text.js +1 -1
- package/core/audits/accessibility/aria-toggle-field-name.js +1 -1
- package/core/audits/accessibility/aria-tooltip-name.js +1 -1
- package/core/audits/accessibility/aria-treeitem-name.js +1 -1
- package/core/audits/accessibility/aria-valid-attr-value.js +1 -1
- package/core/audits/accessibility/aria-valid-attr.js +1 -1
- package/core/audits/accessibility/button-name.js +1 -1
- package/core/audits/accessibility/bypass.js +1 -1
- package/core/audits/accessibility/color-contrast.js +1 -1
- package/core/audits/accessibility/definition-list.js +1 -1
- package/core/audits/accessibility/dlitem.js +1 -1
- package/core/audits/accessibility/document-title.js +1 -1
- package/core/audits/accessibility/duplicate-id-active.js +1 -1
- package/core/audits/accessibility/duplicate-id-aria.js +1 -1
- package/core/audits/accessibility/empty-heading.js +1 -1
- package/core/audits/accessibility/form-field-multiple-labels.js +1 -1
- package/core/audits/accessibility/frame-title.js +1 -1
- package/core/audits/accessibility/heading-order.js +1 -1
- package/core/audits/accessibility/html-has-lang.js +1 -1
- package/core/audits/accessibility/html-lang-valid.js +1 -1
- package/core/audits/accessibility/html-xml-lang-mismatch.js +1 -1
- package/core/audits/accessibility/identical-links-same-purpose.js +1 -1
- package/core/audits/accessibility/image-alt.js +1 -1
- package/core/audits/accessibility/image-redundant-alt.js +1 -1
- package/core/audits/accessibility/input-button-name.js +1 -1
- package/core/audits/accessibility/input-image-alt.js +1 -1
- package/core/audits/accessibility/label-content-name-mismatch.js +1 -1
- package/core/audits/accessibility/label.js +1 -1
- package/core/audits/accessibility/landmark-one-main.js +1 -1
- package/core/audits/accessibility/link-in-text-block.js +1 -1
- package/core/audits/accessibility/link-name.js +1 -1
- package/core/audits/accessibility/list.js +1 -1
- package/core/audits/accessibility/listitem.js +1 -1
- package/core/audits/accessibility/meta-refresh.js +1 -1
- package/core/audits/accessibility/meta-viewport.js +1 -1
- package/core/audits/accessibility/object-alt.js +1 -1
- package/core/audits/accessibility/select-name.js +1 -1
- package/core/audits/accessibility/skip-link.js +1 -1
- package/core/audits/accessibility/tabindex.js +1 -1
- package/core/audits/accessibility/table-duplicate-name.js +1 -1
- package/core/audits/accessibility/table-fake-caption.js +1 -1
- package/core/audits/accessibility/target-size.js +1 -1
- package/core/audits/accessibility/td-has-header.js +1 -1
- package/core/audits/accessibility/td-headers-attr.js +1 -1
- package/core/audits/accessibility/th-has-data-cells.js +1 -1
- package/core/audits/accessibility/valid-lang.js +1 -1
- package/core/audits/accessibility/video-caption.js +1 -1
- package/core/audits/layout-shifts.js +1 -1
- package/core/computed/metrics/cumulative-layout-shift.js +2 -2
- package/core/computed/trace-engine-result.js +1 -1
- package/core/gather/gatherers/trace-elements.d.ts +2 -1
- package/core/gather/gatherers/trace-elements.js +40 -10
- package/core/lib/network-request.js +1 -1
- package/core/lib/proto-preprocessor.js +24 -8
- package/core/lib/tracehouse/trace-processor.js +15 -2
- package/package.json +3 -3
- package/shared/localization/locales/en-US.json +61 -61
- package/shared/localization/locales/en-XL.json +61 -61
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"core/audits/accessibility/accesskeys.js | description": {
|
|
3
|
-
"message": "Access keys let users quickly focus a part of the page. For proper navigation, each access key must be unique. [Learn more about access keys](https://dequeuniversity.com/rules/axe/4.
|
|
3
|
+
"message": "Access keys let users quickly focus a part of the page. For proper navigation, each access key must be unique. [Learn more about access keys](https://dequeuniversity.com/rules/axe/4.9/accesskeys)."
|
|
4
4
|
},
|
|
5
5
|
"core/audits/accessibility/accesskeys.js | failureTitle": {
|
|
6
6
|
"message": "`[accesskey]` values are not unique"
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"message": "`[accesskey]` values are unique"
|
|
10
10
|
},
|
|
11
11
|
"core/audits/accessibility/aria-allowed-attr.js | description": {
|
|
12
|
-
"message": "Each ARIA `role` supports a specific subset of `aria-*` attributes. Mismatching these invalidates the `aria-*` attributes. [Learn how to match ARIA attributes to their roles](https://dequeuniversity.com/rules/axe/4.
|
|
12
|
+
"message": "Each ARIA `role` supports a specific subset of `aria-*` attributes. Mismatching these invalidates the `aria-*` attributes. [Learn how to match ARIA attributes to their roles](https://dequeuniversity.com/rules/axe/4.9/aria-allowed-attr)."
|
|
13
13
|
},
|
|
14
14
|
"core/audits/accessibility/aria-allowed-attr.js | failureTitle": {
|
|
15
15
|
"message": "`[aria-*]` attributes do not match their roles"
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"message": "`[aria-*]` attributes match their roles"
|
|
19
19
|
},
|
|
20
20
|
"core/audits/accessibility/aria-allowed-role.js | description": {
|
|
21
|
-
"message": "ARIA `role`s enable assistive technologies to know the role of each element on the web page. If the `role` values are misspelled, not existing ARIA `role` values, or abstract roles, then the purpose of the element will not be communicated to users of assistive technologies. [Learn more about ARIA roles](https://dequeuniversity.com/rules/axe/4.
|
|
21
|
+
"message": "ARIA `role`s enable assistive technologies to know the role of each element on the web page. If the `role` values are misspelled, not existing ARIA `role` values, or abstract roles, then the purpose of the element will not be communicated to users of assistive technologies. [Learn more about ARIA roles](https://dequeuniversity.com/rules/axe/4.9/aria-allowed-role)."
|
|
22
22
|
},
|
|
23
23
|
"core/audits/accessibility/aria-allowed-role.js | failureTitle": {
|
|
24
24
|
"message": "Values assigned to `role=\"\"` are not valid ARIA roles."
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"message": "Values assigned to `role=\"\"` are valid ARIA roles."
|
|
28
28
|
},
|
|
29
29
|
"core/audits/accessibility/aria-command-name.js | description": {
|
|
30
|
-
"message": "When an element doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. [Learn how to make command elements more accessible](https://dequeuniversity.com/rules/axe/4.
|
|
30
|
+
"message": "When an element doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. [Learn how to make command elements more accessible](https://dequeuniversity.com/rules/axe/4.9/aria-command-name)."
|
|
31
31
|
},
|
|
32
32
|
"core/audits/accessibility/aria-command-name.js | failureTitle": {
|
|
33
33
|
"message": "`button`, `link`, and `menuitem` elements do not have accessible names."
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"message": "`button`, `link`, and `menuitem` elements have accessible names"
|
|
37
37
|
},
|
|
38
38
|
"core/audits/accessibility/aria-dialog-name.js | description": {
|
|
39
|
-
"message": "ARIA dialog elements without accessible names may prevent screen readers users from discerning the purpose of these elements. [Learn how to make ARIA dialog elements more accessible](https://dequeuniversity.com/rules/axe/4.
|
|
39
|
+
"message": "ARIA dialog elements without accessible names may prevent screen readers users from discerning the purpose of these elements. [Learn how to make ARIA dialog elements more accessible](https://dequeuniversity.com/rules/axe/4.9/aria-dialog-name)."
|
|
40
40
|
},
|
|
41
41
|
"core/audits/accessibility/aria-dialog-name.js | failureTitle": {
|
|
42
42
|
"message": "Elements with `role=\"dialog\"` or `role=\"alertdialog\"` do not have accessible names."
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"message": "Elements with `role=\"dialog\"` or `role=\"alertdialog\"` have accessible names."
|
|
46
46
|
},
|
|
47
47
|
"core/audits/accessibility/aria-hidden-body.js | description": {
|
|
48
|
-
"message": "Assistive technologies, like screen readers, work inconsistently when `aria-hidden=\"true\"` is set on the document `<body>`. [Learn how `aria-hidden` affects the document body](https://dequeuniversity.com/rules/axe/4.
|
|
48
|
+
"message": "Assistive technologies, like screen readers, work inconsistently when `aria-hidden=\"true\"` is set on the document `<body>`. [Learn how `aria-hidden` affects the document body](https://dequeuniversity.com/rules/axe/4.9/aria-hidden-body)."
|
|
49
49
|
},
|
|
50
50
|
"core/audits/accessibility/aria-hidden-body.js | failureTitle": {
|
|
51
51
|
"message": "`[aria-hidden=\"true\"]` is present on the document `<body>`"
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"message": "`[aria-hidden=\"true\"]` is not present on the document `<body>`"
|
|
55
55
|
},
|
|
56
56
|
"core/audits/accessibility/aria-hidden-focus.js | description": {
|
|
57
|
-
"message": "Focusable descendents within an `[aria-hidden=\"true\"]` element prevent those interactive elements from being available to users of assistive technologies like screen readers. [Learn how `aria-hidden` affects focusable elements](https://dequeuniversity.com/rules/axe/4.
|
|
57
|
+
"message": "Focusable descendents within an `[aria-hidden=\"true\"]` element prevent those interactive elements from being available to users of assistive technologies like screen readers. [Learn how `aria-hidden` affects focusable elements](https://dequeuniversity.com/rules/axe/4.9/aria-hidden-focus)."
|
|
58
58
|
},
|
|
59
59
|
"core/audits/accessibility/aria-hidden-focus.js | failureTitle": {
|
|
60
60
|
"message": "`[aria-hidden=\"true\"]` elements contain focusable descendents"
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
"message": "`[aria-hidden=\"true\"]` elements do not contain focusable descendents"
|
|
64
64
|
},
|
|
65
65
|
"core/audits/accessibility/aria-input-field-name.js | description": {
|
|
66
|
-
"message": "When an input field doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. [Learn more about input field labels](https://dequeuniversity.com/rules/axe/4.
|
|
66
|
+
"message": "When an input field doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. [Learn more about input field labels](https://dequeuniversity.com/rules/axe/4.9/aria-input-field-name)."
|
|
67
67
|
},
|
|
68
68
|
"core/audits/accessibility/aria-input-field-name.js | failureTitle": {
|
|
69
69
|
"message": "ARIA input fields do not have accessible names"
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
"message": "ARIA input fields have accessible names"
|
|
73
73
|
},
|
|
74
74
|
"core/audits/accessibility/aria-meter-name.js | description": {
|
|
75
|
-
"message": "When a meter element doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. [Learn how to name `meter` elements](https://dequeuniversity.com/rules/axe/4.
|
|
75
|
+
"message": "When a meter element doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. [Learn how to name `meter` elements](https://dequeuniversity.com/rules/axe/4.9/aria-meter-name)."
|
|
76
76
|
},
|
|
77
77
|
"core/audits/accessibility/aria-meter-name.js | failureTitle": {
|
|
78
78
|
"message": "ARIA `meter` elements do not have accessible names."
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
"message": "ARIA `meter` elements have accessible names"
|
|
82
82
|
},
|
|
83
83
|
"core/audits/accessibility/aria-progressbar-name.js | description": {
|
|
84
|
-
"message": "When a `progressbar` element doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. [Learn how to label `progressbar` elements](https://dequeuniversity.com/rules/axe/4.
|
|
84
|
+
"message": "When a `progressbar` element doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. [Learn how to label `progressbar` elements](https://dequeuniversity.com/rules/axe/4.9/aria-progressbar-name)."
|
|
85
85
|
},
|
|
86
86
|
"core/audits/accessibility/aria-progressbar-name.js | failureTitle": {
|
|
87
87
|
"message": "ARIA `progressbar` elements do not have accessible names."
|
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
"message": "ARIA `progressbar` elements have accessible names"
|
|
91
91
|
},
|
|
92
92
|
"core/audits/accessibility/aria-required-attr.js | description": {
|
|
93
|
-
"message": "Some ARIA roles have required attributes that describe the state of the element to screen readers. [Learn more about roles and required attributes](https://dequeuniversity.com/rules/axe/4.
|
|
93
|
+
"message": "Some ARIA roles have required attributes that describe the state of the element to screen readers. [Learn more about roles and required attributes](https://dequeuniversity.com/rules/axe/4.9/aria-required-attr)."
|
|
94
94
|
},
|
|
95
95
|
"core/audits/accessibility/aria-required-attr.js | failureTitle": {
|
|
96
96
|
"message": "`[role]`s do not have all required `[aria-*]` attributes"
|
|
@@ -99,7 +99,7 @@
|
|
|
99
99
|
"message": "`[role]`s have all required `[aria-*]` attributes"
|
|
100
100
|
},
|
|
101
101
|
"core/audits/accessibility/aria-required-children.js | description": {
|
|
102
|
-
"message": "Some ARIA parent roles must contain specific child roles to perform their intended accessibility functions. [Learn more about roles and required children elements](https://dequeuniversity.com/rules/axe/4.
|
|
102
|
+
"message": "Some ARIA parent roles must contain specific child roles to perform their intended accessibility functions. [Learn more about roles and required children elements](https://dequeuniversity.com/rules/axe/4.9/aria-required-children)."
|
|
103
103
|
},
|
|
104
104
|
"core/audits/accessibility/aria-required-children.js | failureTitle": {
|
|
105
105
|
"message": "Elements with an ARIA `[role]` that require children to contain a specific `[role]` are missing some or all of those required children."
|
|
@@ -108,7 +108,7 @@
|
|
|
108
108
|
"message": "Elements with an ARIA `[role]` that require children to contain a specific `[role]` have all required children."
|
|
109
109
|
},
|
|
110
110
|
"core/audits/accessibility/aria-required-parent.js | description": {
|
|
111
|
-
"message": "Some ARIA child roles must be contained by specific parent roles to properly perform their intended accessibility functions. [Learn more about ARIA roles and required parent element](https://dequeuniversity.com/rules/axe/4.
|
|
111
|
+
"message": "Some ARIA child roles must be contained by specific parent roles to properly perform their intended accessibility functions. [Learn more about ARIA roles and required parent element](https://dequeuniversity.com/rules/axe/4.9/aria-required-parent)."
|
|
112
112
|
},
|
|
113
113
|
"core/audits/accessibility/aria-required-parent.js | failureTitle": {
|
|
114
114
|
"message": "`[role]`s are not contained by their required parent element"
|
|
@@ -117,7 +117,7 @@
|
|
|
117
117
|
"message": "`[role]`s are contained by their required parent element"
|
|
118
118
|
},
|
|
119
119
|
"core/audits/accessibility/aria-roles.js | description": {
|
|
120
|
-
"message": "ARIA roles must have valid values in order to perform their intended accessibility functions. [Learn more about valid ARIA roles](https://dequeuniversity.com/rules/axe/4.
|
|
120
|
+
"message": "ARIA roles must have valid values in order to perform their intended accessibility functions. [Learn more about valid ARIA roles](https://dequeuniversity.com/rules/axe/4.9/aria-roles)."
|
|
121
121
|
},
|
|
122
122
|
"core/audits/accessibility/aria-roles.js | failureTitle": {
|
|
123
123
|
"message": "`[role]` values are not valid"
|
|
@@ -126,7 +126,7 @@
|
|
|
126
126
|
"message": "`[role]` values are valid"
|
|
127
127
|
},
|
|
128
128
|
"core/audits/accessibility/aria-text.js | description": {
|
|
129
|
-
"message": "Adding `role=text` around a text node split by markup enables VoiceOver to treat it as one phrase, but the element's focusable descendents will not be announced. [Learn more about the `role=text` attribute](https://dequeuniversity.com/rules/axe/4.
|
|
129
|
+
"message": "Adding `role=text` around a text node split by markup enables VoiceOver to treat it as one phrase, but the element's focusable descendents will not be announced. [Learn more about the `role=text` attribute](https://dequeuniversity.com/rules/axe/4.9/aria-text)."
|
|
130
130
|
},
|
|
131
131
|
"core/audits/accessibility/aria-text.js | failureTitle": {
|
|
132
132
|
"message": "Elements with the `role=text` attribute do have focusable descendents."
|
|
@@ -135,7 +135,7 @@
|
|
|
135
135
|
"message": "Elements with the `role=text` attribute do not have focusable descendents."
|
|
136
136
|
},
|
|
137
137
|
"core/audits/accessibility/aria-toggle-field-name.js | description": {
|
|
138
|
-
"message": "When a toggle field doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. [Learn more about toggle fields](https://dequeuniversity.com/rules/axe/4.
|
|
138
|
+
"message": "When a toggle field doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. [Learn more about toggle fields](https://dequeuniversity.com/rules/axe/4.9/aria-toggle-field-name)."
|
|
139
139
|
},
|
|
140
140
|
"core/audits/accessibility/aria-toggle-field-name.js | failureTitle": {
|
|
141
141
|
"message": "ARIA toggle fields do not have accessible names"
|
|
@@ -144,7 +144,7 @@
|
|
|
144
144
|
"message": "ARIA toggle fields have accessible names"
|
|
145
145
|
},
|
|
146
146
|
"core/audits/accessibility/aria-tooltip-name.js | description": {
|
|
147
|
-
"message": "When a tooltip element doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. [Learn how to name `tooltip` elements](https://dequeuniversity.com/rules/axe/4.
|
|
147
|
+
"message": "When a tooltip element doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. [Learn how to name `tooltip` elements](https://dequeuniversity.com/rules/axe/4.9/aria-tooltip-name)."
|
|
148
148
|
},
|
|
149
149
|
"core/audits/accessibility/aria-tooltip-name.js | failureTitle": {
|
|
150
150
|
"message": "ARIA `tooltip` elements do not have accessible names."
|
|
@@ -153,7 +153,7 @@
|
|
|
153
153
|
"message": "ARIA `tooltip` elements have accessible names"
|
|
154
154
|
},
|
|
155
155
|
"core/audits/accessibility/aria-treeitem-name.js | description": {
|
|
156
|
-
"message": "When a `treeitem` element doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. [Learn more about labeling `treeitem` elements](https://dequeuniversity.com/rules/axe/4.
|
|
156
|
+
"message": "When a `treeitem` element doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. [Learn more about labeling `treeitem` elements](https://dequeuniversity.com/rules/axe/4.9/aria-treeitem-name)."
|
|
157
157
|
},
|
|
158
158
|
"core/audits/accessibility/aria-treeitem-name.js | failureTitle": {
|
|
159
159
|
"message": "ARIA `treeitem` elements do not have accessible names."
|
|
@@ -162,7 +162,7 @@
|
|
|
162
162
|
"message": "ARIA `treeitem` elements have accessible names"
|
|
163
163
|
},
|
|
164
164
|
"core/audits/accessibility/aria-valid-attr-value.js | description": {
|
|
165
|
-
"message": "Assistive technologies, like screen readers, can't interpret ARIA attributes with invalid values. [Learn more about valid values for ARIA attributes](https://dequeuniversity.com/rules/axe/4.
|
|
165
|
+
"message": "Assistive technologies, like screen readers, can't interpret ARIA attributes with invalid values. [Learn more about valid values for ARIA attributes](https://dequeuniversity.com/rules/axe/4.9/aria-valid-attr-value)."
|
|
166
166
|
},
|
|
167
167
|
"core/audits/accessibility/aria-valid-attr-value.js | failureTitle": {
|
|
168
168
|
"message": "`[aria-*]` attributes do not have valid values"
|
|
@@ -171,7 +171,7 @@
|
|
|
171
171
|
"message": "`[aria-*]` attributes have valid values"
|
|
172
172
|
},
|
|
173
173
|
"core/audits/accessibility/aria-valid-attr.js | description": {
|
|
174
|
-
"message": "Assistive technologies, like screen readers, can't interpret ARIA attributes with invalid names. [Learn more about valid ARIA attributes](https://dequeuniversity.com/rules/axe/4.
|
|
174
|
+
"message": "Assistive technologies, like screen readers, can't interpret ARIA attributes with invalid names. [Learn more about valid ARIA attributes](https://dequeuniversity.com/rules/axe/4.9/aria-valid-attr)."
|
|
175
175
|
},
|
|
176
176
|
"core/audits/accessibility/aria-valid-attr.js | failureTitle": {
|
|
177
177
|
"message": "`[aria-*]` attributes are not valid or misspelled"
|
|
@@ -183,7 +183,7 @@
|
|
|
183
183
|
"message": "Failing Elements"
|
|
184
184
|
},
|
|
185
185
|
"core/audits/accessibility/button-name.js | description": {
|
|
186
|
-
"message": "When a button doesn't have an accessible name, screen readers announce it as \"button\", making it unusable for users who rely on screen readers. [Learn how to make buttons more accessible](https://dequeuniversity.com/rules/axe/4.
|
|
186
|
+
"message": "When a button doesn't have an accessible name, screen readers announce it as \"button\", making it unusable for users who rely on screen readers. [Learn how to make buttons more accessible](https://dequeuniversity.com/rules/axe/4.9/button-name)."
|
|
187
187
|
},
|
|
188
188
|
"core/audits/accessibility/button-name.js | failureTitle": {
|
|
189
189
|
"message": "Buttons do not have an accessible name"
|
|
@@ -192,7 +192,7 @@
|
|
|
192
192
|
"message": "Buttons have an accessible name"
|
|
193
193
|
},
|
|
194
194
|
"core/audits/accessibility/bypass.js | description": {
|
|
195
|
-
"message": "Adding ways to bypass repetitive content lets keyboard users navigate the page more efficiently. [Learn more about bypass blocks](https://dequeuniversity.com/rules/axe/4.
|
|
195
|
+
"message": "Adding ways to bypass repetitive content lets keyboard users navigate the page more efficiently. [Learn more about bypass blocks](https://dequeuniversity.com/rules/axe/4.9/bypass)."
|
|
196
196
|
},
|
|
197
197
|
"core/audits/accessibility/bypass.js | failureTitle": {
|
|
198
198
|
"message": "The page does not contain a heading, skip link, or landmark region"
|
|
@@ -201,7 +201,7 @@
|
|
|
201
201
|
"message": "The page contains a heading, skip link, or landmark region"
|
|
202
202
|
},
|
|
203
203
|
"core/audits/accessibility/color-contrast.js | description": {
|
|
204
|
-
"message": "Low-contrast text is difficult or impossible for many users to read. [Learn how to provide sufficient color contrast](https://dequeuniversity.com/rules/axe/4.
|
|
204
|
+
"message": "Low-contrast text is difficult or impossible for many users to read. [Learn how to provide sufficient color contrast](https://dequeuniversity.com/rules/axe/4.9/color-contrast)."
|
|
205
205
|
},
|
|
206
206
|
"core/audits/accessibility/color-contrast.js | failureTitle": {
|
|
207
207
|
"message": "Background and foreground colors do not have a sufficient contrast ratio."
|
|
@@ -210,7 +210,7 @@
|
|
|
210
210
|
"message": "Background and foreground colors have a sufficient contrast ratio"
|
|
211
211
|
},
|
|
212
212
|
"core/audits/accessibility/definition-list.js | description": {
|
|
213
|
-
"message": "When definition lists are not properly marked up, screen readers may produce confusing or inaccurate output. [Learn how to structure definition lists correctly](https://dequeuniversity.com/rules/axe/4.
|
|
213
|
+
"message": "When definition lists are not properly marked up, screen readers may produce confusing or inaccurate output. [Learn how to structure definition lists correctly](https://dequeuniversity.com/rules/axe/4.9/definition-list)."
|
|
214
214
|
},
|
|
215
215
|
"core/audits/accessibility/definition-list.js | failureTitle": {
|
|
216
216
|
"message": "`<dl>`'s do not contain only properly-ordered `<dt>` and `<dd>` groups, `<script>`, `<template>` or `<div>` elements."
|
|
@@ -219,7 +219,7 @@
|
|
|
219
219
|
"message": "`<dl>`'s contain only properly-ordered `<dt>` and `<dd>` groups, `<script>`, `<template>` or `<div>` elements."
|
|
220
220
|
},
|
|
221
221
|
"core/audits/accessibility/dlitem.js | description": {
|
|
222
|
-
"message": "Definition list items (`<dt>` and `<dd>`) must be wrapped in a parent `<dl>` element to ensure that screen readers can properly announce them. [Learn how to structure definition lists correctly](https://dequeuniversity.com/rules/axe/4.
|
|
222
|
+
"message": "Definition list items (`<dt>` and `<dd>`) must be wrapped in a parent `<dl>` element to ensure that screen readers can properly announce them. [Learn how to structure definition lists correctly](https://dequeuniversity.com/rules/axe/4.9/dlitem)."
|
|
223
223
|
},
|
|
224
224
|
"core/audits/accessibility/dlitem.js | failureTitle": {
|
|
225
225
|
"message": "Definition list items are not wrapped in `<dl>` elements"
|
|
@@ -228,7 +228,7 @@
|
|
|
228
228
|
"message": "Definition list items are wrapped in `<dl>` elements"
|
|
229
229
|
},
|
|
230
230
|
"core/audits/accessibility/document-title.js | description": {
|
|
231
|
-
"message": "The title gives screen reader users an overview of the page, and search engine users rely on it heavily to determine if a page is relevant to their search. [Learn more about document titles](https://dequeuniversity.com/rules/axe/4.
|
|
231
|
+
"message": "The title gives screen reader users an overview of the page, and search engine users rely on it heavily to determine if a page is relevant to their search. [Learn more about document titles](https://dequeuniversity.com/rules/axe/4.9/document-title)."
|
|
232
232
|
},
|
|
233
233
|
"core/audits/accessibility/document-title.js | failureTitle": {
|
|
234
234
|
"message": "Document doesn't have a `<title>` element"
|
|
@@ -237,7 +237,7 @@
|
|
|
237
237
|
"message": "Document has a `<title>` element"
|
|
238
238
|
},
|
|
239
239
|
"core/audits/accessibility/duplicate-id-active.js | description": {
|
|
240
|
-
"message": "All focusable elements must have a unique `id` to ensure that they're visible to assistive technologies. [Learn how to fix duplicate `id`s](https://dequeuniversity.com/rules/axe/4.
|
|
240
|
+
"message": "All focusable elements must have a unique `id` to ensure that they're visible to assistive technologies. [Learn how to fix duplicate `id`s](https://dequeuniversity.com/rules/axe/4.9/duplicate-id-active)."
|
|
241
241
|
},
|
|
242
242
|
"core/audits/accessibility/duplicate-id-active.js | failureTitle": {
|
|
243
243
|
"message": "`[id]` attributes on active, focusable elements are not unique"
|
|
@@ -246,7 +246,7 @@
|
|
|
246
246
|
"message": "`[id]` attributes on active, focusable elements are unique"
|
|
247
247
|
},
|
|
248
248
|
"core/audits/accessibility/duplicate-id-aria.js | description": {
|
|
249
|
-
"message": "The value of an ARIA ID must be unique to prevent other instances from being overlooked by assistive technologies. [Learn how to fix duplicate ARIA IDs](https://dequeuniversity.com/rules/axe/4.
|
|
249
|
+
"message": "The value of an ARIA ID must be unique to prevent other instances from being overlooked by assistive technologies. [Learn how to fix duplicate ARIA IDs](https://dequeuniversity.com/rules/axe/4.9/duplicate-id-aria)."
|
|
250
250
|
},
|
|
251
251
|
"core/audits/accessibility/duplicate-id-aria.js | failureTitle": {
|
|
252
252
|
"message": "ARIA IDs are not unique"
|
|
@@ -255,7 +255,7 @@
|
|
|
255
255
|
"message": "ARIA IDs are unique"
|
|
256
256
|
},
|
|
257
257
|
"core/audits/accessibility/empty-heading.js | description": {
|
|
258
|
-
"message": "A heading with no content or inaccessible text prevent screen reader users from accessing information on the page's structure. [Learn more about headings](https://dequeuniversity.com/rules/axe/4.
|
|
258
|
+
"message": "A heading with no content or inaccessible text prevent screen reader users from accessing information on the page's structure. [Learn more about headings](https://dequeuniversity.com/rules/axe/4.9/empty-heading)."
|
|
259
259
|
},
|
|
260
260
|
"core/audits/accessibility/empty-heading.js | failureTitle": {
|
|
261
261
|
"message": "Heading elements do not contain content."
|
|
@@ -264,7 +264,7 @@
|
|
|
264
264
|
"message": "All heading elements contain content."
|
|
265
265
|
},
|
|
266
266
|
"core/audits/accessibility/form-field-multiple-labels.js | description": {
|
|
267
|
-
"message": "Form fields with multiple labels can be confusingly announced by assistive technologies like screen readers which use either the first, the last, or all of the labels. [Learn how to use form labels](https://dequeuniversity.com/rules/axe/4.
|
|
267
|
+
"message": "Form fields with multiple labels can be confusingly announced by assistive technologies like screen readers which use either the first, the last, or all of the labels. [Learn how to use form labels](https://dequeuniversity.com/rules/axe/4.9/form-field-multiple-labels)."
|
|
268
268
|
},
|
|
269
269
|
"core/audits/accessibility/form-field-multiple-labels.js | failureTitle": {
|
|
270
270
|
"message": "Form fields have multiple labels"
|
|
@@ -273,7 +273,7 @@
|
|
|
273
273
|
"message": "No form fields have multiple labels"
|
|
274
274
|
},
|
|
275
275
|
"core/audits/accessibility/frame-title.js | description": {
|
|
276
|
-
"message": "Screen reader users rely on frame titles to describe the contents of frames. [Learn more about frame titles](https://dequeuniversity.com/rules/axe/4.
|
|
276
|
+
"message": "Screen reader users rely on frame titles to describe the contents of frames. [Learn more about frame titles](https://dequeuniversity.com/rules/axe/4.9/frame-title)."
|
|
277
277
|
},
|
|
278
278
|
"core/audits/accessibility/frame-title.js | failureTitle": {
|
|
279
279
|
"message": "`<frame>` or `<iframe>` elements do not have a title"
|
|
@@ -282,7 +282,7 @@
|
|
|
282
282
|
"message": "`<frame>` or `<iframe>` elements have a title"
|
|
283
283
|
},
|
|
284
284
|
"core/audits/accessibility/heading-order.js | description": {
|
|
285
|
-
"message": "Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. [Learn more about heading order](https://dequeuniversity.com/rules/axe/4.
|
|
285
|
+
"message": "Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. [Learn more about heading order](https://dequeuniversity.com/rules/axe/4.9/heading-order)."
|
|
286
286
|
},
|
|
287
287
|
"core/audits/accessibility/heading-order.js | failureTitle": {
|
|
288
288
|
"message": "Heading elements are not in a sequentially-descending order"
|
|
@@ -291,7 +291,7 @@
|
|
|
291
291
|
"message": "Heading elements appear in a sequentially-descending order"
|
|
292
292
|
},
|
|
293
293
|
"core/audits/accessibility/html-has-lang.js | description": {
|
|
294
|
-
"message": "If a page doesn't specify a `lang` attribute, a screen reader assumes that the page is in the default language that the user chose when setting up the screen reader. If the page isn't actually in the default language, then the screen reader might not announce the page's text correctly. [Learn more about the `lang` attribute](https://dequeuniversity.com/rules/axe/4.
|
|
294
|
+
"message": "If a page doesn't specify a `lang` attribute, a screen reader assumes that the page is in the default language that the user chose when setting up the screen reader. If the page isn't actually in the default language, then the screen reader might not announce the page's text correctly. [Learn more about the `lang` attribute](https://dequeuniversity.com/rules/axe/4.9/html-has-lang)."
|
|
295
295
|
},
|
|
296
296
|
"core/audits/accessibility/html-has-lang.js | failureTitle": {
|
|
297
297
|
"message": "`<html>` element does not have a `[lang]` attribute"
|
|
@@ -300,7 +300,7 @@
|
|
|
300
300
|
"message": "`<html>` element has a `[lang]` attribute"
|
|
301
301
|
},
|
|
302
302
|
"core/audits/accessibility/html-lang-valid.js | description": {
|
|
303
|
-
"message": "Specifying a valid [BCP 47 language](https://www.w3.org/International/questions/qa-choosing-language-tags#question) helps screen readers announce text properly. [Learn how to use the `lang` attribute](https://dequeuniversity.com/rules/axe/4.
|
|
303
|
+
"message": "Specifying a valid [BCP 47 language](https://www.w3.org/International/questions/qa-choosing-language-tags#question) helps screen readers announce text properly. [Learn how to use the `lang` attribute](https://dequeuniversity.com/rules/axe/4.9/html-lang-valid)."
|
|
304
304
|
},
|
|
305
305
|
"core/audits/accessibility/html-lang-valid.js | failureTitle": {
|
|
306
306
|
"message": "`<html>` element does not have a valid value for its `[lang]` attribute."
|
|
@@ -309,7 +309,7 @@
|
|
|
309
309
|
"message": "`<html>` element has a valid value for its `[lang]` attribute"
|
|
310
310
|
},
|
|
311
311
|
"core/audits/accessibility/html-xml-lang-mismatch.js | description": {
|
|
312
|
-
"message": "If the webpage does not specify a consistent language, then the screen reader might not announce the page's text correctly. [Learn more about the `lang` attribute](https://dequeuniversity.com/rules/axe/4.
|
|
312
|
+
"message": "If the webpage does not specify a consistent language, then the screen reader might not announce the page's text correctly. [Learn more about the `lang` attribute](https://dequeuniversity.com/rules/axe/4.9/html-xml-lang-mismatch)."
|
|
313
313
|
},
|
|
314
314
|
"core/audits/accessibility/html-xml-lang-mismatch.js | failureTitle": {
|
|
315
315
|
"message": "`<html>` element does not have an `[xml:lang]` attribute with the same base language as the `[lang]` attribute."
|
|
@@ -318,7 +318,7 @@
|
|
|
318
318
|
"message": "`<html>` element has an `[xml:lang]` attribute with the same base language as the `[lang]` attribute."
|
|
319
319
|
},
|
|
320
320
|
"core/audits/accessibility/identical-links-same-purpose.js | description": {
|
|
321
|
-
"message": "Links with the same destination should have the same description, to help users understand the link's purpose and decide whether to follow it. [Learn more about identical links](https://dequeuniversity.com/rules/axe/4.
|
|
321
|
+
"message": "Links with the same destination should have the same description, to help users understand the link's purpose and decide whether to follow it. [Learn more about identical links](https://dequeuniversity.com/rules/axe/4.9/identical-links-same-purpose)."
|
|
322
322
|
},
|
|
323
323
|
"core/audits/accessibility/identical-links-same-purpose.js | failureTitle": {
|
|
324
324
|
"message": "Identical links do not have the same purpose."
|
|
@@ -327,7 +327,7 @@
|
|
|
327
327
|
"message": "Identical links have the same purpose."
|
|
328
328
|
},
|
|
329
329
|
"core/audits/accessibility/image-alt.js | description": {
|
|
330
|
-
"message": "Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. [Learn more about the `alt` attribute](https://dequeuniversity.com/rules/axe/4.
|
|
330
|
+
"message": "Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. [Learn more about the `alt` attribute](https://dequeuniversity.com/rules/axe/4.9/image-alt)."
|
|
331
331
|
},
|
|
332
332
|
"core/audits/accessibility/image-alt.js | failureTitle": {
|
|
333
333
|
"message": "Image elements do not have `[alt]` attributes"
|
|
@@ -336,7 +336,7 @@
|
|
|
336
336
|
"message": "Image elements have `[alt]` attributes"
|
|
337
337
|
},
|
|
338
338
|
"core/audits/accessibility/image-redundant-alt.js | description": {
|
|
339
|
-
"message": "Informative elements should aim for short, descriptive alternative text. Alternative text that is exactly the same as the text adjacent to the link or image is potentially confusing for screen reader users, because the text will be read twice. [Learn more about the `alt` attribute](https://dequeuniversity.com/rules/axe/4.
|
|
339
|
+
"message": "Informative elements should aim for short, descriptive alternative text. Alternative text that is exactly the same as the text adjacent to the link or image is potentially confusing for screen reader users, because the text will be read twice. [Learn more about the `alt` attribute](https://dequeuniversity.com/rules/axe/4.9/image-redundant-alt)."
|
|
340
340
|
},
|
|
341
341
|
"core/audits/accessibility/image-redundant-alt.js | failureTitle": {
|
|
342
342
|
"message": "Image elements have `[alt]` attributes that are redundant text."
|
|
@@ -345,7 +345,7 @@
|
|
|
345
345
|
"message": "Image elements do not have `[alt]` attributes that are redundant text."
|
|
346
346
|
},
|
|
347
347
|
"core/audits/accessibility/input-button-name.js | description": {
|
|
348
|
-
"message": "Adding discernable and accessible text to input buttons may help screen reader users understand the purpose of the input button. [Learn more about input buttons](https://dequeuniversity.com/rules/axe/4.
|
|
348
|
+
"message": "Adding discernable and accessible text to input buttons may help screen reader users understand the purpose of the input button. [Learn more about input buttons](https://dequeuniversity.com/rules/axe/4.9/input-button-name)."
|
|
349
349
|
},
|
|
350
350
|
"core/audits/accessibility/input-button-name.js | failureTitle": {
|
|
351
351
|
"message": "Input buttons do not have discernible text."
|
|
@@ -354,7 +354,7 @@
|
|
|
354
354
|
"message": "Input buttons have discernible text."
|
|
355
355
|
},
|
|
356
356
|
"core/audits/accessibility/input-image-alt.js | description": {
|
|
357
|
-
"message": "When an image is being used as an `<input>` button, providing alternative text can help screen reader users understand the purpose of the button. [Learn about input image alt text](https://dequeuniversity.com/rules/axe/4.
|
|
357
|
+
"message": "When an image is being used as an `<input>` button, providing alternative text can help screen reader users understand the purpose of the button. [Learn about input image alt text](https://dequeuniversity.com/rules/axe/4.9/input-image-alt)."
|
|
358
358
|
},
|
|
359
359
|
"core/audits/accessibility/input-image-alt.js | failureTitle": {
|
|
360
360
|
"message": "`<input type=\"image\">` elements do not have `[alt]` text"
|
|
@@ -363,7 +363,7 @@
|
|
|
363
363
|
"message": "`<input type=\"image\">` elements have `[alt]` text"
|
|
364
364
|
},
|
|
365
365
|
"core/audits/accessibility/label-content-name-mismatch.js | description": {
|
|
366
|
-
"message": "Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. [Learn more about accessible names](https://dequeuniversity.com/rules/axe/4.
|
|
366
|
+
"message": "Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. [Learn more about accessible names](https://dequeuniversity.com/rules/axe/4.9/label-content-name-mismatch)."
|
|
367
367
|
},
|
|
368
368
|
"core/audits/accessibility/label-content-name-mismatch.js | failureTitle": {
|
|
369
369
|
"message": "Elements with visible text labels do not have matching accessible names."
|
|
@@ -372,7 +372,7 @@
|
|
|
372
372
|
"message": "Elements with visible text labels have matching accessible names."
|
|
373
373
|
},
|
|
374
374
|
"core/audits/accessibility/label.js | description": {
|
|
375
|
-
"message": "Labels ensure that form controls are announced properly by assistive technologies, like screen readers. [Learn more about form element labels](https://dequeuniversity.com/rules/axe/4.
|
|
375
|
+
"message": "Labels ensure that form controls are announced properly by assistive technologies, like screen readers. [Learn more about form element labels](https://dequeuniversity.com/rules/axe/4.9/label)."
|
|
376
376
|
},
|
|
377
377
|
"core/audits/accessibility/label.js | failureTitle": {
|
|
378
378
|
"message": "Form elements do not have associated labels"
|
|
@@ -381,7 +381,7 @@
|
|
|
381
381
|
"message": "Form elements have associated labels"
|
|
382
382
|
},
|
|
383
383
|
"core/audits/accessibility/landmark-one-main.js | description": {
|
|
384
|
-
"message": "One main landmark helps screen reader users navigate a web page. [Learn more about landmarks](https://dequeuniversity.com/rules/axe/4.
|
|
384
|
+
"message": "One main landmark helps screen reader users navigate a web page. [Learn more about landmarks](https://dequeuniversity.com/rules/axe/4.9/landmark-one-main)."
|
|
385
385
|
},
|
|
386
386
|
"core/audits/accessibility/landmark-one-main.js | failureTitle": {
|
|
387
387
|
"message": "Document does not have a main landmark."
|
|
@@ -390,7 +390,7 @@
|
|
|
390
390
|
"message": "Document has a main landmark."
|
|
391
391
|
},
|
|
392
392
|
"core/audits/accessibility/link-in-text-block.js | description": {
|
|
393
|
-
"message": "Low-contrast text is difficult or impossible for many users to read. Link text that is discernible improves the experience for users with low vision. [Learn how to make links distinguishable](https://dequeuniversity.com/rules/axe/4.
|
|
393
|
+
"message": "Low-contrast text is difficult or impossible for many users to read. Link text that is discernible improves the experience for users with low vision. [Learn how to make links distinguishable](https://dequeuniversity.com/rules/axe/4.9/link-in-text-block)."
|
|
394
394
|
},
|
|
395
395
|
"core/audits/accessibility/link-in-text-block.js | failureTitle": {
|
|
396
396
|
"message": "Links rely on color to be distinguishable."
|
|
@@ -399,7 +399,7 @@
|
|
|
399
399
|
"message": "Links are distinguishable without relying on color."
|
|
400
400
|
},
|
|
401
401
|
"core/audits/accessibility/link-name.js | description": {
|
|
402
|
-
"message": "Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. [Learn how to make links accessible](https://dequeuniversity.com/rules/axe/4.
|
|
402
|
+
"message": "Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. [Learn how to make links accessible](https://dequeuniversity.com/rules/axe/4.9/link-name)."
|
|
403
403
|
},
|
|
404
404
|
"core/audits/accessibility/link-name.js | failureTitle": {
|
|
405
405
|
"message": "Links do not have a discernible name"
|
|
@@ -408,7 +408,7 @@
|
|
|
408
408
|
"message": "Links have a discernible name"
|
|
409
409
|
},
|
|
410
410
|
"core/audits/accessibility/list.js | description": {
|
|
411
|
-
"message": "Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. [Learn more about proper list structure](https://dequeuniversity.com/rules/axe/4.
|
|
411
|
+
"message": "Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. [Learn more about proper list structure](https://dequeuniversity.com/rules/axe/4.9/list)."
|
|
412
412
|
},
|
|
413
413
|
"core/audits/accessibility/list.js | failureTitle": {
|
|
414
414
|
"message": "Lists do not contain only `<li>` elements and script supporting elements (`<script>` and `<template>`)."
|
|
@@ -417,7 +417,7 @@
|
|
|
417
417
|
"message": "Lists contain only `<li>` elements and script supporting elements (`<script>` and `<template>`)."
|
|
418
418
|
},
|
|
419
419
|
"core/audits/accessibility/listitem.js | description": {
|
|
420
|
-
"message": "Screen readers require list items (`<li>`) to be contained within a parent `<ul>`, `<ol>` or `<menu>` to be announced properly. [Learn more about proper list structure](https://dequeuniversity.com/rules/axe/4.
|
|
420
|
+
"message": "Screen readers require list items (`<li>`) to be contained within a parent `<ul>`, `<ol>` or `<menu>` to be announced properly. [Learn more about proper list structure](https://dequeuniversity.com/rules/axe/4.9/listitem)."
|
|
421
421
|
},
|
|
422
422
|
"core/audits/accessibility/listitem.js | failureTitle": {
|
|
423
423
|
"message": "List items (`<li>`) are not contained within `<ul>`, `<ol>` or `<menu>` parent elements."
|
|
@@ -426,7 +426,7 @@
|
|
|
426
426
|
"message": "List items (`<li>`) are contained within `<ul>`, `<ol>` or `<menu>` parent elements"
|
|
427
427
|
},
|
|
428
428
|
"core/audits/accessibility/meta-refresh.js | description": {
|
|
429
|
-
"message": "Users do not expect a page to refresh automatically, and doing so will move focus back to the top of the page. This may create a frustrating or confusing experience. [Learn more about the refresh meta tag](https://dequeuniversity.com/rules/axe/4.
|
|
429
|
+
"message": "Users do not expect a page to refresh automatically, and doing so will move focus back to the top of the page. This may create a frustrating or confusing experience. [Learn more about the refresh meta tag](https://dequeuniversity.com/rules/axe/4.9/meta-refresh)."
|
|
430
430
|
},
|
|
431
431
|
"core/audits/accessibility/meta-refresh.js | failureTitle": {
|
|
432
432
|
"message": "The document uses `<meta http-equiv=\"refresh\">`"
|
|
@@ -435,7 +435,7 @@
|
|
|
435
435
|
"message": "The document does not use `<meta http-equiv=\"refresh\">`"
|
|
436
436
|
},
|
|
437
437
|
"core/audits/accessibility/meta-viewport.js | description": {
|
|
438
|
-
"message": "Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. [Learn more about the viewport meta tag](https://dequeuniversity.com/rules/axe/4.
|
|
438
|
+
"message": "Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. [Learn more about the viewport meta tag](https://dequeuniversity.com/rules/axe/4.9/meta-viewport)."
|
|
439
439
|
},
|
|
440
440
|
"core/audits/accessibility/meta-viewport.js | failureTitle": {
|
|
441
441
|
"message": "`[user-scalable=\"no\"]` is used in the `<meta name=\"viewport\">` element or the `[maximum-scale]` attribute is less than 5."
|
|
@@ -444,7 +444,7 @@
|
|
|
444
444
|
"message": "`[user-scalable=\"no\"]` is not used in the `<meta name=\"viewport\">` element and the `[maximum-scale]` attribute is not less than 5."
|
|
445
445
|
},
|
|
446
446
|
"core/audits/accessibility/object-alt.js | description": {
|
|
447
|
-
"message": "Screen readers cannot translate non-text content. Adding alternate text to `<object>` elements helps screen readers convey meaning to users. [Learn more about alt text for `object` elements](https://dequeuniversity.com/rules/axe/4.
|
|
447
|
+
"message": "Screen readers cannot translate non-text content. Adding alternate text to `<object>` elements helps screen readers convey meaning to users. [Learn more about alt text for `object` elements](https://dequeuniversity.com/rules/axe/4.9/object-alt)."
|
|
448
448
|
},
|
|
449
449
|
"core/audits/accessibility/object-alt.js | failureTitle": {
|
|
450
450
|
"message": "`<object>` elements do not have alternate text"
|
|
@@ -453,7 +453,7 @@
|
|
|
453
453
|
"message": "`<object>` elements have alternate text"
|
|
454
454
|
},
|
|
455
455
|
"core/audits/accessibility/select-name.js | description": {
|
|
456
|
-
"message": "Form elements without effective labels can create frustrating experiences for screen reader users. [Learn more about the `select` element](https://dequeuniversity.com/rules/axe/4.
|
|
456
|
+
"message": "Form elements without effective labels can create frustrating experiences for screen reader users. [Learn more about the `select` element](https://dequeuniversity.com/rules/axe/4.9/select-name)."
|
|
457
457
|
},
|
|
458
458
|
"core/audits/accessibility/select-name.js | failureTitle": {
|
|
459
459
|
"message": "Select elements do not have associated label elements."
|
|
@@ -462,7 +462,7 @@
|
|
|
462
462
|
"message": "Select elements have associated label elements."
|
|
463
463
|
},
|
|
464
464
|
"core/audits/accessibility/skip-link.js | description": {
|
|
465
|
-
"message": "Including a skip link can help users skip to the main content to save time. [Learn more about skip links](https://dequeuniversity.com/rules/axe/4.
|
|
465
|
+
"message": "Including a skip link can help users skip to the main content to save time. [Learn more about skip links](https://dequeuniversity.com/rules/axe/4.9/skip-link)."
|
|
466
466
|
},
|
|
467
467
|
"core/audits/accessibility/skip-link.js | failureTitle": {
|
|
468
468
|
"message": "Skip links are not focusable."
|
|
@@ -471,7 +471,7 @@
|
|
|
471
471
|
"message": "Skip links are focusable."
|
|
472
472
|
},
|
|
473
473
|
"core/audits/accessibility/tabindex.js | description": {
|
|
474
|
-
"message": "A value greater than 0 implies an explicit navigation ordering. Although technically valid, this often creates frustrating experiences for users who rely on assistive technologies. [Learn more about the `tabindex` attribute](https://dequeuniversity.com/rules/axe/4.
|
|
474
|
+
"message": "A value greater than 0 implies an explicit navigation ordering. Although technically valid, this often creates frustrating experiences for users who rely on assistive technologies. [Learn more about the `tabindex` attribute](https://dequeuniversity.com/rules/axe/4.9/tabindex)."
|
|
475
475
|
},
|
|
476
476
|
"core/audits/accessibility/tabindex.js | failureTitle": {
|
|
477
477
|
"message": "Some elements have a `[tabindex]` value greater than 0"
|
|
@@ -480,7 +480,7 @@
|
|
|
480
480
|
"message": "No element has a `[tabindex]` value greater than 0"
|
|
481
481
|
},
|
|
482
482
|
"core/audits/accessibility/table-duplicate-name.js | description": {
|
|
483
|
-
"message": "The summary attribute should describe the table structure, while `<caption>` should have the onscreen title. Accurate table mark-up helps users of screen readers. [Learn more about summary and caption](https://dequeuniversity.com/rules/axe/4.
|
|
483
|
+
"message": "The summary attribute should describe the table structure, while `<caption>` should have the onscreen title. Accurate table mark-up helps users of screen readers. [Learn more about summary and caption](https://dequeuniversity.com/rules/axe/4.9/table-duplicate-name)."
|
|
484
484
|
},
|
|
485
485
|
"core/audits/accessibility/table-duplicate-name.js | failureTitle": {
|
|
486
486
|
"message": "Tables have the same content in the summary attribute and `<caption>.`"
|
|
@@ -489,7 +489,7 @@
|
|
|
489
489
|
"message": "Tables have different content in the summary attribute and `<caption>`."
|
|
490
490
|
},
|
|
491
491
|
"core/audits/accessibility/table-fake-caption.js | description": {
|
|
492
|
-
"message": "Screen readers have features to make navigating tables easier. Ensuring that tables use the actual caption element instead of cells with the `[colspan]` attribute may improve the experience for screen reader users. [Learn more about captions](https://dequeuniversity.com/rules/axe/4.
|
|
492
|
+
"message": "Screen readers have features to make navigating tables easier. Ensuring that tables use the actual caption element instead of cells with the `[colspan]` attribute may improve the experience for screen reader users. [Learn more about captions](https://dequeuniversity.com/rules/axe/4.9/table-fake-caption)."
|
|
493
493
|
},
|
|
494
494
|
"core/audits/accessibility/table-fake-caption.js | failureTitle": {
|
|
495
495
|
"message": "Tables do not use `<caption>` instead of cells with the `[colspan]` attribute to indicate a caption."
|
|
@@ -498,7 +498,7 @@
|
|
|
498
498
|
"message": "Tables use `<caption>` instead of cells with the `[colspan]` attribute to indicate a caption."
|
|
499
499
|
},
|
|
500
500
|
"core/audits/accessibility/target-size.js | description": {
|
|
501
|
-
"message": "Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. [Learn more about touch targets](https://dequeuniversity.com/rules/axe/4.
|
|
501
|
+
"message": "Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. [Learn more about touch targets](https://dequeuniversity.com/rules/axe/4.9/target-size)."
|
|
502
502
|
},
|
|
503
503
|
"core/audits/accessibility/target-size.js | failureTitle": {
|
|
504
504
|
"message": "Touch targets do not have sufficient size or spacing."
|
|
@@ -507,7 +507,7 @@
|
|
|
507
507
|
"message": "Touch targets have sufficient size and spacing."
|
|
508
508
|
},
|
|
509
509
|
"core/audits/accessibility/td-has-header.js | description": {
|
|
510
|
-
"message": "Screen readers have features to make navigating tables easier. Ensuring that `<td>` elements in a large table (3 or more cells in width and height) have an associated table header may improve the experience for screen reader users. [Learn more about table headers](https://dequeuniversity.com/rules/axe/4.
|
|
510
|
+
"message": "Screen readers have features to make navigating tables easier. Ensuring that `<td>` elements in a large table (3 or more cells in width and height) have an associated table header may improve the experience for screen reader users. [Learn more about table headers](https://dequeuniversity.com/rules/axe/4.9/td-has-header)."
|
|
511
511
|
},
|
|
512
512
|
"core/audits/accessibility/td-has-header.js | failureTitle": {
|
|
513
513
|
"message": "`<td>` elements in a large `<table>` do not have table headers."
|
|
@@ -516,7 +516,7 @@
|
|
|
516
516
|
"message": "`<td>` elements in a large `<table>` have one or more table headers."
|
|
517
517
|
},
|
|
518
518
|
"core/audits/accessibility/td-headers-attr.js | description": {
|
|
519
|
-
"message": "Screen readers have features to make navigating tables easier. Ensuring `<td>` cells using the `[headers]` attribute only refer to other cells in the same table may improve the experience for screen reader users. [Learn more about the `headers` attribute](https://dequeuniversity.com/rules/axe/4.
|
|
519
|
+
"message": "Screen readers have features to make navigating tables easier. Ensuring `<td>` cells using the `[headers]` attribute only refer to other cells in the same table may improve the experience for screen reader users. [Learn more about the `headers` attribute](https://dequeuniversity.com/rules/axe/4.9/td-headers-attr)."
|
|
520
520
|
},
|
|
521
521
|
"core/audits/accessibility/td-headers-attr.js | failureTitle": {
|
|
522
522
|
"message": "Cells in a `<table>` element that use the `[headers]` attribute refer to an element `id` not found within the same table."
|
|
@@ -525,7 +525,7 @@
|
|
|
525
525
|
"message": "Cells in a `<table>` element that use the `[headers]` attribute refer to table cells within the same table."
|
|
526
526
|
},
|
|
527
527
|
"core/audits/accessibility/th-has-data-cells.js | description": {
|
|
528
|
-
"message": "Screen readers have features to make navigating tables easier. Ensuring table headers always refer to some set of cells may improve the experience for screen reader users. [Learn more about table headers](https://dequeuniversity.com/rules/axe/4.
|
|
528
|
+
"message": "Screen readers have features to make navigating tables easier. Ensuring table headers always refer to some set of cells may improve the experience for screen reader users. [Learn more about table headers](https://dequeuniversity.com/rules/axe/4.9/th-has-data-cells)."
|
|
529
529
|
},
|
|
530
530
|
"core/audits/accessibility/th-has-data-cells.js | failureTitle": {
|
|
531
531
|
"message": "`<th>` elements and elements with `[role=\"columnheader\"/\"rowheader\"]` do not have data cells they describe."
|
|
@@ -534,7 +534,7 @@
|
|
|
534
534
|
"message": "`<th>` elements and elements with `[role=\"columnheader\"/\"rowheader\"]` have data cells they describe."
|
|
535
535
|
},
|
|
536
536
|
"core/audits/accessibility/valid-lang.js | description": {
|
|
537
|
-
"message": "Specifying a valid [BCP 47 language](https://www.w3.org/International/questions/qa-choosing-language-tags#question) on elements helps ensure that text is pronounced correctly by a screen reader. [Learn how to use the `lang` attribute](https://dequeuniversity.com/rules/axe/4.
|
|
537
|
+
"message": "Specifying a valid [BCP 47 language](https://www.w3.org/International/questions/qa-choosing-language-tags#question) on elements helps ensure that text is pronounced correctly by a screen reader. [Learn how to use the `lang` attribute](https://dequeuniversity.com/rules/axe/4.9/valid-lang)."
|
|
538
538
|
},
|
|
539
539
|
"core/audits/accessibility/valid-lang.js | failureTitle": {
|
|
540
540
|
"message": "`[lang]` attributes do not have a valid value"
|
|
@@ -543,7 +543,7 @@
|
|
|
543
543
|
"message": "`[lang]` attributes have a valid value"
|
|
544
544
|
},
|
|
545
545
|
"core/audits/accessibility/video-caption.js | description": {
|
|
546
|
-
"message": "When a video provides a caption it is easier for deaf and hearing impaired users to access its information. [Learn more about video captions](https://dequeuniversity.com/rules/axe/4.
|
|
546
|
+
"message": "When a video provides a caption it is easier for deaf and hearing impaired users to access its information. [Learn more about video captions](https://dequeuniversity.com/rules/axe/4.9/video-caption)."
|
|
547
547
|
},
|
|
548
548
|
"core/audits/accessibility/video-caption.js | failureTitle": {
|
|
549
549
|
"message": "`<video>` elements do not contain a `<track>` element with `[kind=\"captions\"]`."
|