lighthouse 9.5.0-dev.20221022 → 9.5.0-dev.20221024
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.
|
@@ -10,8 +10,8 @@ import * as i18n from '../lib/i18n/i18n.js';
|
|
|
10
10
|
const UIStrings = {
|
|
11
11
|
/** Descriptive title of a diagnostic audit that provides up to the top five elements contributing to Cumulative Layout Shift. */
|
|
12
12
|
title: 'Avoid large layout shifts',
|
|
13
|
-
/** Description of a diagnostic audit that provides up to the top five elements contributing to Cumulative Layout Shift. */
|
|
14
|
-
description: 'These DOM elements contribute most to the CLS of the page.',
|
|
13
|
+
/** Description of a diagnostic audit that provides up to the top five elements contributing to Cumulative Layout Shift. The last sentence starting with 'Learn' becomes link text to additional documentation. */
|
|
14
|
+
description: 'These DOM elements contribute most to the CLS of the page. [Learn how to improve CLS](https://web.dev/optimize-cls/)',
|
|
15
15
|
/** Label for a column in a data table; entries in this column will be the amount that the corresponding element contributes to the total CLS metric score. */
|
|
16
16
|
columnContribution: 'CLS Contribution',
|
|
17
17
|
};
|
package/package.json
CHANGED
|
@@ -960,7 +960,7 @@
|
|
|
960
960
|
"message": "CLS Contribution"
|
|
961
961
|
},
|
|
962
962
|
"core/audits/layout-shift-elements.js | description": {
|
|
963
|
-
"message": "These DOM elements contribute most to the CLS of the page."
|
|
963
|
+
"message": "These DOM elements contribute most to the CLS of the page. [Learn how to improve CLS](https://web.dev/optimize-cls/)"
|
|
964
964
|
},
|
|
965
965
|
"core/audits/layout-shift-elements.js | title": {
|
|
966
966
|
"message": "Avoid large layout shifts"
|
|
@@ -960,7 +960,7 @@
|
|
|
960
960
|
"message": "ĈĹŜ Ćôńt̂ŕîb́ût́îón̂"
|
|
961
961
|
},
|
|
962
962
|
"core/audits/layout-shift-elements.js | description": {
|
|
963
|
-
"message": "T̂h́êśê D́ÔḾ êĺêḿêńt̂ś ĉón̂t́r̂íb̂út̂é m̂óŝt́ t̂ó t̂h́ê ĆL̂Ś ôf́ t̂h́ê ṕâǵê."
|
|
963
|
+
"message": "T̂h́êśê D́ÔḾ êĺêḿêńt̂ś ĉón̂t́r̂íb̂út̂é m̂óŝt́ t̂ó t̂h́ê ĆL̂Ś ôf́ t̂h́ê ṕâǵê. [Ĺêár̂ń ĥóŵ t́ô ím̂ṕr̂óv̂é ĈĹŜ](https://web.dev/optimize-cls/)"
|
|
964
964
|
},
|
|
965
965
|
"core/audits/layout-shift-elements.js | title": {
|
|
966
966
|
"message": "Âv́ôíd̂ ĺâŕĝé l̂áŷóût́ ŝh́îf́t̂ś"
|