|
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.8/aria-allowed-roles)." |
| 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.8/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."
|
|
605 | 605 | "core/audits/bf-cache.js | title": {
|
606 | 606 | "message": "Page didn't prevent back/forward cache restoration"
|
607 | 607 | },
|
| 608 | + "core/audits/bf-cache.js | warningHeadless": { |
| 609 | + "message": "Back/forward cache cannot be tested in old Headless Chrome (`--chrome-flags=\"--headless=old\"`). To see audit results, use the new Headless Chrome (`--chrome-flags=\"--headless=new\"`) or standard Chrome." |
| 610 | + }, |
608 | 611 | "core/audits/bootup-time.js | chromeExtensionsWarning": {
|
609 | 612 | "message": "Chrome extensions negatively affected this page's load performance. Try auditing the page in incognito mode or from a Chrome profile without extensions."
|
610 | 613 | },
|
|
1155 | 1158 | "message": "Largest Contentful Paint element"
|
1156 | 1159 | },
|
1157 | 1160 | "core/audits/layout-shift-elements.js | columnContribution": {
|
1158 |
| - "message": "CLS Contribution" |
| 1161 | + "message": "Layout shift impact" |
1159 | 1162 | },
|
1160 | 1163 | "core/audits/layout-shift-elements.js | description": {
|
1161 |
| - "message": "These DOM elements contribute most to the CLS of the page. [Learn how to improve CLS](https://web.dev/articles/optimize-cls)" |
| 1164 | + "message": "These DOM elements were most affected by layout shifts. Some layout shifts may not be included in the CLS metric value due to [windowing](https://web.dev/articles/cls#what_is_cls). [Learn how to improve CLS](https://web.dev/articles/optimize-cls)" |
1162 | 1165 | },
|
1163 | 1166 | "core/audits/layout-shift-elements.js | title": {
|
1164 | 1167 | "message": "Avoid large layout shifts"
|
1165 | 1168 | },
|
| 1169 | + "core/audits/layout-shifts.js | columnScore": { |
| 1170 | + "message": "Layout shift score" |
| 1171 | + }, |
| 1172 | + "core/audits/layout-shifts.js | description": { |
| 1173 | + "message": "These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to [windowing](https://web.dev/articles/cls#what_is_cls). [Learn how to improve CLS](https://web.dev/articles/optimize-cls)" |
| 1174 | + }, |
| 1175 | + "core/audits/layout-shifts.js | displayValueShiftsFound": { |
| 1176 | + "message": "{shiftCount,plural, =1{1 layout shift found}zero{# layout shifts found}two{# layout shifts found}few{# layout shifts found}many{# layout shifts found}other{# layout shifts found}}" |
| 1177 | + }, |
| 1178 | + "core/audits/layout-shifts.js | rootCauseFontChanges": { |
| 1179 | + "message": "Web font loaded" |
| 1180 | + }, |
| 1181 | + "core/audits/layout-shifts.js | rootCauseInjectedIframe": { |
| 1182 | + "message": "Injected iframe" |
| 1183 | + }, |
| 1184 | + "core/audits/layout-shifts.js | rootCauseRenderBlockingRequest": { |
| 1185 | + "message": "A late network request adjusted the page layout" |
| 1186 | + }, |
| 1187 | + "core/audits/layout-shifts.js | rootCauseUnsizedMedia": { |
| 1188 | + "message": "Media element lacking an explicit size" |
| 1189 | + }, |
| 1190 | + "core/audits/layout-shifts.js | title": { |
| 1191 | + "message": "Avoid large layout shifts" |
| 1192 | + }, |
1166 | 1193 | "core/audits/lcp-lazy-loaded.js | description": {
|
1167 | 1194 | "message": "Above-the-fold images that are lazily loaded render later in the page lifecycle, which can delay the largest contentful paint. [Learn more about optimal lazy loading](https://web.dev/articles/lcp-lazy-loading)."
|
1168 | 1195 | },
|
|
1532 | 1559 | "core/audits/themed-omnibox.js | title": {
|
1533 | 1560 | "message": "Sets a theme color for the address bar."
|
1534 | 1561 | },
|
| 1562 | + "core/audits/third-party-cookies.js | description": { |
| 1563 | + "message": "Support for third-party cookies will be removed in a future version of Chrome. [Learn more about phasing out third-party cookies](https://developer.chrome.com/en/docs/privacy-sandbox/third-party-cookie-phase-out/)." |
| 1564 | + }, |
| 1565 | + "core/audits/third-party-cookies.js | displayValue": { |
| 1566 | + "message": "{itemCount,plural, =1{1 cookie found}zero{# cookies found}two{# cookies found}few{# cookies found}many{# cookies found}other{# cookies found}}" |
| 1567 | + }, |
| 1568 | + "core/audits/third-party-cookies.js | failureTitle": { |
| 1569 | + "message": "Uses third-party cookies" |
| 1570 | + }, |
| 1571 | + "core/audits/third-party-cookies.js | title": { |
| 1572 | + "message": "Avoids third-party cookies" |
| 1573 | + }, |
1535 | 1574 | "core/audits/third-party-facades.js | categoryCustomerSuccess": {
|
1536 | 1575 | "message": "{productName} (Customer Success)"
|
1537 | 1576 | },
|
|
3359 | 3398 | "report/renderer/report-utils.js | passedAuditsGroupTitle": {
|
3360 | 3399 | "message": "Passed audits"
|
3361 | 3400 | },
|
| 3401 | + "report/renderer/report-utils.js | pwaRemovalMessage": { |
| 3402 | + "message": "Alongside [Chrome’s updated Installability Criteria](https://developer.chrome.com/blog/update-install-criteria), Lighthouse will be deprecating the PWA category in a future release. Please refer to the [updated PWA documentation](https://developer.chrome.com/docs/devtools/progressive-web-apps/) for future PWA testing." |
| 3403 | + }, |
3362 | 3404 | "report/renderer/report-utils.js | runtimeAnalysisWindow": {
|
3363 | 3405 | "message": "Initial page load"
|
3364 | 3406 | },
|
|
0 commit comments