lighthouse 11.7.0-dev.20240416 → 11.7.0-dev.20240417
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/cli/bin.js +0 -7
- package/cli/cli-flags.d.ts +1 -5
- package/cli/cli-flags.js +1 -5
- package/cli/test/smokehouse/core-tests.js +0 -2
- package/core/audits/byte-efficiency/render-blocking-resources.js +3 -1
- package/core/audits/byte-efficiency/unminified-css.js +2 -2
- package/core/audits/byte-efficiency/unused-css-rules.js +3 -1
- package/core/audits/font-display.js +2 -2
- package/core/audits/resource-summary.d.ts +2 -0
- package/core/audits/resource-summary.js +5 -4
- package/core/computed/resource-summary.d.ts +10 -12
- package/core/computed/resource-summary.js +12 -19
- package/core/computed/unused-css.d.ts +3 -1
- package/core/computed/unused-css.js +6 -5
- package/core/config/config-helpers.js +0 -4
- package/core/config/constants.js +0 -1
- package/core/config/default-config.js +1 -14
- package/core/gather/gatherers/css-usage.d.ts +0 -21
- package/core/gather/gatherers/css-usage.js +9 -119
- package/core/gather/gatherers/stylesheets.d.ts +26 -0
- package/core/gather/gatherers/stylesheets.js +138 -0
- package/core/lib/i18n/i18n.d.ts +0 -1
- package/core/lib/i18n/i18n.js +0 -2
- package/core/runner.js +0 -1
- package/dist/report/bundle.esm.js +2 -19
- package/dist/report/flow.js +5 -22
- package/dist/report/standalone.js +3 -20
- package/package.json +1 -1
- package/readme.md +2 -2
- package/report/assets/styles.css +0 -17
- package/report/renderer/components.js +1 -1
- package/report/renderer/dom.d.ts +1 -1
- package/report/renderer/dom.js +1 -1
- package/report/renderer/performance-category-renderer.js +0 -21
- package/shared/localization/locales/ar-XB.json +61 -91
- package/shared/localization/locales/ar.json +61 -91
- package/shared/localization/locales/bg.json +61 -91
- package/shared/localization/locales/ca.json +61 -91
- package/shared/localization/locales/cs.json +61 -91
- package/shared/localization/locales/da.json +61 -91
- package/shared/localization/locales/de.json +61 -91
- package/shared/localization/locales/el.json +61 -91
- package/shared/localization/locales/en-GB.json +61 -91
- package/shared/localization/locales/en-US.json +0 -30
- package/shared/localization/locales/en-XA.json +61 -91
- package/shared/localization/locales/en-XL.json +0 -30
- package/shared/localization/locales/es-419.json +61 -91
- package/shared/localization/locales/es.json +61 -91
- package/shared/localization/locales/fi.json +61 -91
- package/shared/localization/locales/fil.json +60 -90
- package/shared/localization/locales/fr.json +61 -91
- package/shared/localization/locales/he.json +61 -91
- package/shared/localization/locales/hi.json +61 -91
- package/shared/localization/locales/hr.json +62 -92
- package/shared/localization/locales/hu.json +61 -91
- package/shared/localization/locales/id.json +61 -91
- package/shared/localization/locales/it.json +61 -91
- package/shared/localization/locales/ja.json +61 -91
- package/shared/localization/locales/ko.json +61 -91
- package/shared/localization/locales/lt.json +61 -91
- package/shared/localization/locales/lv.json +61 -91
- package/shared/localization/locales/nl.json +61 -91
- package/shared/localization/locales/no.json +61 -91
- package/shared/localization/locales/pl.json +60 -90
- package/shared/localization/locales/pt-PT.json +61 -91
- package/shared/localization/locales/pt.json +63 -93
- package/shared/localization/locales/ro.json +61 -91
- package/shared/localization/locales/ru.json +61 -91
- package/shared/localization/locales/sk.json +61 -91
- package/shared/localization/locales/sl.json +61 -91
- package/shared/localization/locales/sr-Latn.json +61 -91
- package/shared/localization/locales/sr.json +61 -91
- package/shared/localization/locales/sv.json +61 -91
- package/shared/localization/locales/ta.json +60 -90
- package/shared/localization/locales/te.json +61 -91
- package/shared/localization/locales/th.json +61 -91
- package/shared/localization/locales/tr.json +61 -91
- package/shared/localization/locales/uk.json +61 -91
- package/shared/localization/locales/vi.json +60 -90
- package/shared/localization/locales/zh-HK.json +61 -91
- package/shared/localization/locales/zh-TW.json +60 -90
- package/shared/localization/locales/zh.json +61 -91
- package/tsconfig.json +0 -1
- package/types/artifacts.d.ts +3 -1
- package/types/externs.d.ts +0 -2
- package/types/lh.d.ts +0 -2
- package/types/lhr/settings.d.ts +0 -4
- package/core/audits/performance-budget.d.ts +0 -39
- package/core/audits/performance-budget.js +0 -154
- package/core/audits/timing-budget.d.ts +0 -43
- package/core/audits/timing-budget.js +0 -175
- package/core/config/budget.d.ts +0 -74
- package/core/config/budget.js +0 -340
- package/types/lhr/budget.d.ts +0 -60
|
@@ -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-aria.js | description": {
|
|
240
|
-
"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.
|
|
240
|
+
"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)."
|
|
241
241
|
},
|
|
242
242
|
"core/audits/accessibility/duplicate-id-aria.js | failureTitle": {
|
|
243
243
|
"message": "ARIA IDs are not unique"
|
|
@@ -246,7 +246,7 @@
|
|
|
246
246
|
"message": "ARIA IDs are unique"
|
|
247
247
|
},
|
|
248
248
|
"core/audits/accessibility/empty-heading.js | description": {
|
|
249
|
-
"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.
|
|
249
|
+
"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)."
|
|
250
250
|
},
|
|
251
251
|
"core/audits/accessibility/empty-heading.js | failureTitle": {
|
|
252
252
|
"message": "Heading elements do not contain content."
|
|
@@ -255,7 +255,7 @@
|
|
|
255
255
|
"message": "All heading elements contain content."
|
|
256
256
|
},
|
|
257
257
|
"core/audits/accessibility/form-field-multiple-labels.js | description": {
|
|
258
|
-
"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.
|
|
258
|
+
"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)."
|
|
259
259
|
},
|
|
260
260
|
"core/audits/accessibility/form-field-multiple-labels.js | failureTitle": {
|
|
261
261
|
"message": "Form fields have multiple labels"
|
|
@@ -264,7 +264,7 @@
|
|
|
264
264
|
"message": "No form fields have multiple labels"
|
|
265
265
|
},
|
|
266
266
|
"core/audits/accessibility/frame-title.js | description": {
|
|
267
|
-
"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.
|
|
267
|
+
"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)."
|
|
268
268
|
},
|
|
269
269
|
"core/audits/accessibility/frame-title.js | failureTitle": {
|
|
270
270
|
"message": "`<frame>` or `<iframe>` elements do not have a title"
|
|
@@ -273,7 +273,7 @@
|
|
|
273
273
|
"message": "`<frame>` or `<iframe>` elements have a title"
|
|
274
274
|
},
|
|
275
275
|
"core/audits/accessibility/heading-order.js | description": {
|
|
276
|
-
"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.
|
|
276
|
+
"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)."
|
|
277
277
|
},
|
|
278
278
|
"core/audits/accessibility/heading-order.js | failureTitle": {
|
|
279
279
|
"message": "Heading elements are not in a sequentially-descending order"
|
|
@@ -282,7 +282,7 @@
|
|
|
282
282
|
"message": "Heading elements appear in a sequentially-descending order"
|
|
283
283
|
},
|
|
284
284
|
"core/audits/accessibility/html-has-lang.js | description": {
|
|
285
|
-
"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.
|
|
285
|
+
"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)."
|
|
286
286
|
},
|
|
287
287
|
"core/audits/accessibility/html-has-lang.js | failureTitle": {
|
|
288
288
|
"message": "`<html>` element does not have a `[lang]` attribute"
|
|
@@ -291,7 +291,7 @@
|
|
|
291
291
|
"message": "`<html>` element has a `[lang]` attribute"
|
|
292
292
|
},
|
|
293
293
|
"core/audits/accessibility/html-lang-valid.js | description": {
|
|
294
|
-
"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.
|
|
294
|
+
"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)."
|
|
295
295
|
},
|
|
296
296
|
"core/audits/accessibility/html-lang-valid.js | failureTitle": {
|
|
297
297
|
"message": "`<html>` element does not have a valid value for its `[lang]` attribute."
|
|
@@ -300,7 +300,7 @@
|
|
|
300
300
|
"message": "`<html>` element has a valid value for its `[lang]` attribute"
|
|
301
301
|
},
|
|
302
302
|
"core/audits/accessibility/html-xml-lang-mismatch.js | description": {
|
|
303
|
-
"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.
|
|
303
|
+
"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)."
|
|
304
304
|
},
|
|
305
305
|
"core/audits/accessibility/html-xml-lang-mismatch.js | failureTitle": {
|
|
306
306
|
"message": "`<html>` element does not have an `[xml:lang]` attribute with the same base language as the `[lang]` attribute."
|
|
@@ -309,7 +309,7 @@
|
|
|
309
309
|
"message": "`<html>` element has an `[xml:lang]` attribute with the same base language as the `[lang]` attribute."
|
|
310
310
|
},
|
|
311
311
|
"core/audits/accessibility/identical-links-same-purpose.js | description": {
|
|
312
|
-
"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.
|
|
312
|
+
"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)."
|
|
313
313
|
},
|
|
314
314
|
"core/audits/accessibility/identical-links-same-purpose.js | failureTitle": {
|
|
315
315
|
"message": "Identical links do not have the same purpose."
|
|
@@ -318,7 +318,7 @@
|
|
|
318
318
|
"message": "Identical links have the same purpose."
|
|
319
319
|
},
|
|
320
320
|
"core/audits/accessibility/image-alt.js | description": {
|
|
321
|
-
"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.
|
|
321
|
+
"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)."
|
|
322
322
|
},
|
|
323
323
|
"core/audits/accessibility/image-alt.js | failureTitle": {
|
|
324
324
|
"message": "Image elements do not have `[alt]` attributes"
|
|
@@ -327,7 +327,7 @@
|
|
|
327
327
|
"message": "Image elements have `[alt]` attributes"
|
|
328
328
|
},
|
|
329
329
|
"core/audits/accessibility/image-redundant-alt.js | description": {
|
|
330
|
-
"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.
|
|
330
|
+
"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)."
|
|
331
331
|
},
|
|
332
332
|
"core/audits/accessibility/image-redundant-alt.js | failureTitle": {
|
|
333
333
|
"message": "Image elements have `[alt]` attributes that are redundant text."
|
|
@@ -336,7 +336,7 @@
|
|
|
336
336
|
"message": "Image elements do not have `[alt]` attributes that are redundant text."
|
|
337
337
|
},
|
|
338
338
|
"core/audits/accessibility/input-button-name.js | description": {
|
|
339
|
-
"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.
|
|
339
|
+
"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)."
|
|
340
340
|
},
|
|
341
341
|
"core/audits/accessibility/input-button-name.js | failureTitle": {
|
|
342
342
|
"message": "Input buttons do not have discernible text."
|
|
@@ -345,7 +345,7 @@
|
|
|
345
345
|
"message": "Input buttons have discernible text."
|
|
346
346
|
},
|
|
347
347
|
"core/audits/accessibility/input-image-alt.js | description": {
|
|
348
|
-
"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.
|
|
348
|
+
"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)."
|
|
349
349
|
},
|
|
350
350
|
"core/audits/accessibility/input-image-alt.js | failureTitle": {
|
|
351
351
|
"message": "`<input type=\"image\">` elements do not have `[alt]` text"
|
|
@@ -354,7 +354,7 @@
|
|
|
354
354
|
"message": "`<input type=\"image\">` elements have `[alt]` text"
|
|
355
355
|
},
|
|
356
356
|
"core/audits/accessibility/label-content-name-mismatch.js | description": {
|
|
357
|
-
"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.
|
|
357
|
+
"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)."
|
|
358
358
|
},
|
|
359
359
|
"core/audits/accessibility/label-content-name-mismatch.js | failureTitle": {
|
|
360
360
|
"message": "Elements with visible text labels do not have matching accessible names."
|
|
@@ -363,7 +363,7 @@
|
|
|
363
363
|
"message": "Elements with visible text labels have matching accessible names."
|
|
364
364
|
},
|
|
365
365
|
"core/audits/accessibility/label.js | description": {
|
|
366
|
-
"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.
|
|
366
|
+
"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)."
|
|
367
367
|
},
|
|
368
368
|
"core/audits/accessibility/label.js | failureTitle": {
|
|
369
369
|
"message": "Form elements do not have associated labels"
|
|
@@ -372,7 +372,7 @@
|
|
|
372
372
|
"message": "Form elements have associated labels"
|
|
373
373
|
},
|
|
374
374
|
"core/audits/accessibility/landmark-one-main.js | description": {
|
|
375
|
-
"message": "One main landmark helps screen reader users navigate a web page. [Learn more about landmarks](https://dequeuniversity.com/rules/axe/4.
|
|
375
|
+
"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)."
|
|
376
376
|
},
|
|
377
377
|
"core/audits/accessibility/landmark-one-main.js | failureTitle": {
|
|
378
378
|
"message": "Document does not have a main landmark."
|
|
@@ -381,7 +381,7 @@
|
|
|
381
381
|
"message": "Document has a main landmark."
|
|
382
382
|
},
|
|
383
383
|
"core/audits/accessibility/link-in-text-block.js | description": {
|
|
384
|
-
"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.
|
|
384
|
+
"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)."
|
|
385
385
|
},
|
|
386
386
|
"core/audits/accessibility/link-in-text-block.js | failureTitle": {
|
|
387
387
|
"message": "Links rely on color to be distinguishable."
|
|
@@ -390,7 +390,7 @@
|
|
|
390
390
|
"message": "Links are distinguishable without relying on color."
|
|
391
391
|
},
|
|
392
392
|
"core/audits/accessibility/link-name.js | description": {
|
|
393
|
-
"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.
|
|
393
|
+
"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)."
|
|
394
394
|
},
|
|
395
395
|
"core/audits/accessibility/link-name.js | failureTitle": {
|
|
396
396
|
"message": "Links do not have a discernible name"
|
|
@@ -399,7 +399,7 @@
|
|
|
399
399
|
"message": "Links have a discernible name"
|
|
400
400
|
},
|
|
401
401
|
"core/audits/accessibility/list.js | description": {
|
|
402
|
-
"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.
|
|
402
|
+
"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)."
|
|
403
403
|
},
|
|
404
404
|
"core/audits/accessibility/list.js | failureTitle": {
|
|
405
405
|
"message": "Lists do not contain only `<li>` elements and script supporting elements (`<script>` and `<template>`)."
|
|
@@ -408,7 +408,7 @@
|
|
|
408
408
|
"message": "Lists contain only `<li>` elements and script supporting elements (`<script>` and `<template>`)."
|
|
409
409
|
},
|
|
410
410
|
"core/audits/accessibility/listitem.js | description": {
|
|
411
|
-
"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.
|
|
411
|
+
"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)."
|
|
412
412
|
},
|
|
413
413
|
"core/audits/accessibility/listitem.js | failureTitle": {
|
|
414
414
|
"message": "List items (`<li>`) are not contained within `<ul>`, `<ol>` or `<menu>` parent elements."
|
|
@@ -417,7 +417,7 @@
|
|
|
417
417
|
"message": "List items (`<li>`) are contained within `<ul>`, `<ol>` or `<menu>` parent elements"
|
|
418
418
|
},
|
|
419
419
|
"core/audits/accessibility/meta-refresh.js | description": {
|
|
420
|
-
"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.
|
|
420
|
+
"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)."
|
|
421
421
|
},
|
|
422
422
|
"core/audits/accessibility/meta-refresh.js | failureTitle": {
|
|
423
423
|
"message": "The document uses `<meta http-equiv=\"refresh\">`"
|
|
@@ -426,7 +426,7 @@
|
|
|
426
426
|
"message": "The document does not use `<meta http-equiv=\"refresh\">`"
|
|
427
427
|
},
|
|
428
428
|
"core/audits/accessibility/meta-viewport.js | description": {
|
|
429
|
-
"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.
|
|
429
|
+
"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)."
|
|
430
430
|
},
|
|
431
431
|
"core/audits/accessibility/meta-viewport.js | failureTitle": {
|
|
432
432
|
"message": "`[user-scalable=\"no\"]` is used in the `<meta name=\"viewport\">` element or the `[maximum-scale]` attribute is less than 5."
|
|
@@ -435,7 +435,7 @@
|
|
|
435
435
|
"message": "`[user-scalable=\"no\"]` is not used in the `<meta name=\"viewport\">` element and the `[maximum-scale]` attribute is not less than 5."
|
|
436
436
|
},
|
|
437
437
|
"core/audits/accessibility/object-alt.js | description": {
|
|
438
|
-
"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.
|
|
438
|
+
"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)."
|
|
439
439
|
},
|
|
440
440
|
"core/audits/accessibility/object-alt.js | failureTitle": {
|
|
441
441
|
"message": "`<object>` elements do not have alternate text"
|
|
@@ -444,7 +444,7 @@
|
|
|
444
444
|
"message": "`<object>` elements have alternate text"
|
|
445
445
|
},
|
|
446
446
|
"core/audits/accessibility/select-name.js | description": {
|
|
447
|
-
"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.
|
|
447
|
+
"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)."
|
|
448
448
|
},
|
|
449
449
|
"core/audits/accessibility/select-name.js | failureTitle": {
|
|
450
450
|
"message": "Select elements do not have associated label elements."
|
|
@@ -453,7 +453,7 @@
|
|
|
453
453
|
"message": "Select elements have associated label elements."
|
|
454
454
|
},
|
|
455
455
|
"core/audits/accessibility/skip-link.js | description": {
|
|
456
|
-
"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.
|
|
456
|
+
"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)."
|
|
457
457
|
},
|
|
458
458
|
"core/audits/accessibility/skip-link.js | failureTitle": {
|
|
459
459
|
"message": "Skip links are not focusable."
|
|
@@ -462,7 +462,7 @@
|
|
|
462
462
|
"message": "Skip links are focusable."
|
|
463
463
|
},
|
|
464
464
|
"core/audits/accessibility/tabindex.js | description": {
|
|
465
|
-
"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.
|
|
465
|
+
"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)."
|
|
466
466
|
},
|
|
467
467
|
"core/audits/accessibility/tabindex.js | failureTitle": {
|
|
468
468
|
"message": "Some elements have a `[tabindex]` value greater than 0"
|
|
@@ -471,7 +471,7 @@
|
|
|
471
471
|
"message": "No element has a `[tabindex]` value greater than 0"
|
|
472
472
|
},
|
|
473
473
|
"core/audits/accessibility/table-duplicate-name.js | description": {
|
|
474
|
-
"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.
|
|
474
|
+
"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)."
|
|
475
475
|
},
|
|
476
476
|
"core/audits/accessibility/table-duplicate-name.js | failureTitle": {
|
|
477
477
|
"message": "Tables have the same content in the summary attribute and `<caption>.`"
|
|
@@ -480,7 +480,7 @@
|
|
|
480
480
|
"message": "Tables have different content in the summary attribute and `<caption>`."
|
|
481
481
|
},
|
|
482
482
|
"core/audits/accessibility/table-fake-caption.js | description": {
|
|
483
|
-
"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.
|
|
483
|
+
"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)."
|
|
484
484
|
},
|
|
485
485
|
"core/audits/accessibility/table-fake-caption.js | failureTitle": {
|
|
486
486
|
"message": "Tables do not use `<caption>` instead of cells with the `[colspan]` attribute to indicate a caption."
|
|
@@ -489,7 +489,7 @@
|
|
|
489
489
|
"message": "Tables use `<caption>` instead of cells with the `[colspan]` attribute to indicate a caption."
|
|
490
490
|
},
|
|
491
491
|
"core/audits/accessibility/target-size.js | description": {
|
|
492
|
-
"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.
|
|
492
|
+
"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)."
|
|
493
493
|
},
|
|
494
494
|
"core/audits/accessibility/target-size.js | failureTitle": {
|
|
495
495
|
"message": "Touch targets do not have sufficient size or spacing."
|
|
@@ -498,7 +498,7 @@
|
|
|
498
498
|
"message": "Touch targets have sufficient size and spacing."
|
|
499
499
|
},
|
|
500
500
|
"core/audits/accessibility/td-has-header.js | description": {
|
|
501
|
-
"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.
|
|
501
|
+
"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)."
|
|
502
502
|
},
|
|
503
503
|
"core/audits/accessibility/td-has-header.js | failureTitle": {
|
|
504
504
|
"message": "`<td>` elements in a large `<table>` do not have table headers."
|
|
@@ -507,7 +507,7 @@
|
|
|
507
507
|
"message": "`<td>` elements in a large `<table>` have one or more table headers."
|
|
508
508
|
},
|
|
509
509
|
"core/audits/accessibility/td-headers-attr.js | description": {
|
|
510
|
-
"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.
|
|
510
|
+
"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)."
|
|
511
511
|
},
|
|
512
512
|
"core/audits/accessibility/td-headers-attr.js | failureTitle": {
|
|
513
513
|
"message": "Cells in a `<table>` element that use the `[headers]` attribute refer to an element `id` not found within the same table."
|
|
@@ -516,7 +516,7 @@
|
|
|
516
516
|
"message": "Cells in a `<table>` element that use the `[headers]` attribute refer to table cells within the same table."
|
|
517
517
|
},
|
|
518
518
|
"core/audits/accessibility/th-has-data-cells.js | description": {
|
|
519
|
-
"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.
|
|
519
|
+
"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)."
|
|
520
520
|
},
|
|
521
521
|
"core/audits/accessibility/th-has-data-cells.js | failureTitle": {
|
|
522
522
|
"message": "`<th>` elements and elements with `[role=\"columnheader\"/\"rowheader\"]` do not have data cells they describe."
|
|
@@ -525,7 +525,7 @@
|
|
|
525
525
|
"message": "`<th>` elements and elements with `[role=\"columnheader\"/\"rowheader\"]` have data cells they describe."
|
|
526
526
|
},
|
|
527
527
|
"core/audits/accessibility/valid-lang.js | description": {
|
|
528
|
-
"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.
|
|
528
|
+
"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)."
|
|
529
529
|
},
|
|
530
530
|
"core/audits/accessibility/valid-lang.js | failureTitle": {
|
|
531
531
|
"message": "`[lang]` attributes do not have a valid value"
|
|
@@ -534,7 +534,7 @@
|
|
|
534
534
|
"message": "`[lang]` attributes have a valid value"
|
|
535
535
|
},
|
|
536
536
|
"core/audits/accessibility/video-caption.js | description": {
|
|
537
|
-
"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.
|
|
537
|
+
"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)."
|
|
538
538
|
},
|
|
539
539
|
"core/audits/accessibility/video-caption.js | failureTitle": {
|
|
540
540
|
"message": "`<video>` elements do not contain a `<track>` element with `[kind=\"captions\"]`."
|
|
@@ -1160,15 +1160,6 @@
|
|
|
1160
1160
|
"core/audits/non-composited-animations.js | unsupportedTimingParameters": {
|
|
1161
1161
|
"message": "Effect has unsupported timing parameters"
|
|
1162
1162
|
},
|
|
1163
|
-
"core/audits/performance-budget.js | description": {
|
|
1164
|
-
"message": "Keep the quantity and size of network requests under the targets set by the provided performance budget. [Learn more about performance budgets](https://developers.google.com/web/tools/lighthouse/audits/budgets)."
|
|
1165
|
-
},
|
|
1166
|
-
"core/audits/performance-budget.js | requestCountOverBudget": {
|
|
1167
|
-
"message": "{count,plural, =1{1 request}zero{# requests}two{# requests}few{# requests}many{# requests}other{# requests}}"
|
|
1168
|
-
},
|
|
1169
|
-
"core/audits/performance-budget.js | title": {
|
|
1170
|
-
"message": "Performance budget"
|
|
1171
|
-
},
|
|
1172
1163
|
"core/audits/preload-fonts.js | description": {
|
|
1173
1164
|
"message": "Preload `optional` fonts so first-time visitors may use them. [Learn more about preloading fonts](https://web.dev/articles/preload-optional-fonts)"
|
|
1174
1165
|
},
|
|
@@ -1403,18 +1394,6 @@
|
|
|
1403
1394
|
"core/audits/third-party-summary.js | title": {
|
|
1404
1395
|
"message": "Minimize third-party usage"
|
|
1405
1396
|
},
|
|
1406
|
-
"core/audits/timing-budget.js | columnMeasurement": {
|
|
1407
|
-
"message": "Measurement"
|
|
1408
|
-
},
|
|
1409
|
-
"core/audits/timing-budget.js | columnTimingMetric": {
|
|
1410
|
-
"message": "Metric"
|
|
1411
|
-
},
|
|
1412
|
-
"core/audits/timing-budget.js | description": {
|
|
1413
|
-
"message": "Set a timing budget to help you keep an eye on the performance of your site. Performant sites load fast and respond to user input events quickly. [Learn more about performance budgets](https://developers.google.com/web/tools/lighthouse/audits/budgets)."
|
|
1414
|
-
},
|
|
1415
|
-
"core/audits/timing-budget.js | title": {
|
|
1416
|
-
"message": "Timing budget"
|
|
1417
|
-
},
|
|
1418
1397
|
"core/audits/unsized-images.js | description": {
|
|
1419
1398
|
"message": "Set an explicit width and height on image elements to reduce layout shifts and improve CLS. [Learn how to set image dimensions](https://web.dev/articles/optimize-cls#images_without_dimensions)"
|
|
1420
1399
|
},
|
|
@@ -1509,7 +1488,7 @@
|
|
|
1509
1488
|
"message": "Presentation delay"
|
|
1510
1489
|
},
|
|
1511
1490
|
"core/audits/work-during-interaction.js | processingDuration": {
|
|
1512
|
-
"message": "Processing
|
|
1491
|
+
"message": "Processing duration"
|
|
1513
1492
|
},
|
|
1514
1493
|
"core/audits/work-during-interaction.js | title": {
|
|
1515
1494
|
"message": "Minimizes work during key interaction"
|
|
@@ -1586,12 +1565,6 @@
|
|
|
1586
1565
|
"core/config/default-config.js | bestPracticesUXGroupTitle": {
|
|
1587
1566
|
"message": "User Experience"
|
|
1588
1567
|
},
|
|
1589
|
-
"core/config/default-config.js | budgetsGroupDescription": {
|
|
1590
|
-
"message": "Performance budgets set standards for the performance of your site."
|
|
1591
|
-
},
|
|
1592
|
-
"core/config/default-config.js | budgetsGroupTitle": {
|
|
1593
|
-
"message": "Budgets"
|
|
1594
|
-
},
|
|
1595
1568
|
"core/config/default-config.js | diagnosticsGroupDescription": {
|
|
1596
1569
|
"message": "More information about the performance of your application. These numbers don't [directly affect](https://developer.chrome.com/docs/lighthouse/performance/performance-scoring/) the Performance score."
|
|
1597
1570
|
},
|
|
@@ -2285,9 +2258,6 @@
|
|
|
2285
2258
|
"core/lib/i18n/i18n.js | columnName": {
|
|
2286
2259
|
"message": "Name"
|
|
2287
2260
|
},
|
|
2288
|
-
"core/lib/i18n/i18n.js | columnOverBudget": {
|
|
2289
|
-
"message": "Over Budget"
|
|
2290
|
-
},
|
|
2291
2261
|
"core/lib/i18n/i18n.js | columnRequests": {
|
|
2292
2262
|
"message": "Requests"
|
|
2293
2263
|
},
|