lighthouse 10.1.1 → 10.2.0
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/cli-flags.d.ts +1 -1
- package/cli/test/smokehouse/lighthouse-runners/cli.d.ts +1 -1
- package/cli/test/smokehouse/report-assert.d.ts +1 -1
- package/core/audits/accessibility/accesskeys.d.ts +1 -1
- package/core/audits/accessibility/accesskeys.js +1 -1
- package/core/audits/accessibility/aria-allowed-attr.d.ts +1 -1
- package/core/audits/accessibility/aria-allowed-attr.js +1 -1
- package/core/audits/accessibility/aria-command-name.d.ts +1 -1
- package/core/audits/accessibility/aria-command-name.js +1 -1
- package/core/audits/accessibility/aria-hidden-body.d.ts +1 -1
- package/core/audits/accessibility/aria-hidden-body.js +1 -1
- package/core/audits/accessibility/aria-hidden-focus.d.ts +1 -1
- package/core/audits/accessibility/aria-hidden-focus.js +1 -1
- package/core/audits/accessibility/aria-input-field-name.d.ts +1 -1
- package/core/audits/accessibility/aria-input-field-name.js +1 -1
- package/core/audits/accessibility/aria-meter-name.d.ts +1 -1
- package/core/audits/accessibility/aria-meter-name.js +1 -1
- package/core/audits/accessibility/aria-progressbar-name.d.ts +1 -1
- package/core/audits/accessibility/aria-progressbar-name.js +1 -1
- package/core/audits/accessibility/aria-required-attr.d.ts +1 -1
- package/core/audits/accessibility/aria-required-attr.js +1 -1
- package/core/audits/accessibility/aria-required-children.d.ts +1 -1
- package/core/audits/accessibility/aria-required-children.js +1 -1
- package/core/audits/accessibility/aria-required-parent.d.ts +1 -1
- package/core/audits/accessibility/aria-required-parent.js +1 -1
- package/core/audits/accessibility/aria-roles.d.ts +1 -1
- package/core/audits/accessibility/aria-roles.js +1 -1
- package/core/audits/accessibility/aria-toggle-field-name.d.ts +1 -1
- package/core/audits/accessibility/aria-toggle-field-name.js +1 -1
- package/core/audits/accessibility/aria-tooltip-name.d.ts +1 -1
- package/core/audits/accessibility/aria-tooltip-name.js +1 -1
- package/core/audits/accessibility/aria-treeitem-name.d.ts +1 -1
- package/core/audits/accessibility/aria-treeitem-name.js +1 -1
- package/core/audits/accessibility/aria-valid-attr-value.d.ts +1 -1
- package/core/audits/accessibility/aria-valid-attr-value.js +1 -1
- package/core/audits/accessibility/aria-valid-attr.d.ts +1 -1
- package/core/audits/accessibility/aria-valid-attr.js +1 -1
- package/core/audits/accessibility/axe-audit.d.ts +1 -1
- package/core/audits/accessibility/button-name.d.ts +1 -1
- package/core/audits/accessibility/button-name.js +1 -1
- package/core/audits/accessibility/bypass.d.ts +1 -1
- package/core/audits/accessibility/bypass.js +1 -1
- package/core/audits/accessibility/color-contrast.d.ts +1 -1
- package/core/audits/accessibility/color-contrast.js +1 -1
- package/core/audits/accessibility/definition-list.d.ts +1 -1
- package/core/audits/accessibility/definition-list.js +1 -1
- package/core/audits/accessibility/dlitem.d.ts +1 -1
- package/core/audits/accessibility/dlitem.js +1 -1
- package/core/audits/accessibility/document-title.d.ts +1 -1
- package/core/audits/accessibility/document-title.js +1 -1
- package/core/audits/accessibility/duplicate-id-active.d.ts +1 -1
- package/core/audits/accessibility/duplicate-id-active.js +1 -1
- package/core/audits/accessibility/duplicate-id-aria.d.ts +1 -1
- package/core/audits/accessibility/duplicate-id-aria.js +1 -1
- package/core/audits/accessibility/form-field-multiple-labels.d.ts +1 -1
- package/core/audits/accessibility/form-field-multiple-labels.js +1 -1
- package/core/audits/accessibility/frame-title.d.ts +1 -1
- package/core/audits/accessibility/frame-title.js +1 -1
- package/core/audits/accessibility/heading-order.d.ts +1 -1
- package/core/audits/accessibility/heading-order.js +1 -1
- package/core/audits/accessibility/html-has-lang.d.ts +1 -1
- package/core/audits/accessibility/html-has-lang.js +1 -1
- package/core/audits/accessibility/html-lang-valid.d.ts +1 -1
- package/core/audits/accessibility/html-lang-valid.js +1 -1
- package/core/audits/accessibility/image-alt.d.ts +1 -1
- package/core/audits/accessibility/image-alt.js +1 -1
- package/core/audits/accessibility/input-image-alt.d.ts +1 -1
- package/core/audits/accessibility/input-image-alt.js +1 -1
- package/core/audits/accessibility/label.d.ts +1 -1
- package/core/audits/accessibility/label.js +1 -1
- package/core/audits/accessibility/link-name.d.ts +1 -1
- package/core/audits/accessibility/link-name.js +1 -1
- package/core/audits/accessibility/list.d.ts +1 -1
- package/core/audits/accessibility/list.js +1 -1
- package/core/audits/accessibility/listitem.d.ts +1 -1
- package/core/audits/accessibility/listitem.js +1 -1
- package/core/audits/accessibility/manual/custom-controls-labels.d.ts +1 -1
- package/core/audits/accessibility/manual/custom-controls-roles.d.ts +1 -1
- package/core/audits/accessibility/manual/focus-traps.d.ts +1 -1
- package/core/audits/accessibility/manual/focusable-controls.d.ts +1 -1
- package/core/audits/accessibility/manual/interactive-element-affordance.d.ts +1 -1
- package/core/audits/accessibility/manual/logical-tab-order.d.ts +1 -1
- package/core/audits/accessibility/manual/managed-focus.d.ts +1 -1
- package/core/audits/accessibility/manual/offscreen-content-hidden.d.ts +1 -1
- package/core/audits/accessibility/manual/use-landmarks.d.ts +1 -1
- package/core/audits/accessibility/manual/visual-order-follows-dom.d.ts +1 -1
- package/core/audits/accessibility/meta-refresh.d.ts +1 -1
- package/core/audits/accessibility/meta-refresh.js +1 -1
- package/core/audits/accessibility/meta-viewport.d.ts +1 -1
- package/core/audits/accessibility/meta-viewport.js +1 -1
- package/core/audits/accessibility/object-alt.d.ts +1 -1
- package/core/audits/accessibility/object-alt.js +1 -1
- package/core/audits/accessibility/tabindex.d.ts +1 -1
- package/core/audits/accessibility/tabindex.js +1 -1
- package/core/audits/accessibility/td-headers-attr.d.ts +1 -1
- package/core/audits/accessibility/td-headers-attr.js +1 -1
- package/core/audits/accessibility/th-has-data-cells.d.ts +1 -1
- package/core/audits/accessibility/th-has-data-cells.js +1 -1
- package/core/audits/accessibility/valid-lang.d.ts +1 -1
- package/core/audits/accessibility/valid-lang.js +1 -1
- package/core/audits/accessibility/video-caption.d.ts +1 -1
- package/core/audits/accessibility/video-caption.js +1 -1
- package/core/audits/audit.d.ts +1 -1
- package/core/audits/autocomplete.d.ts +1 -1
- package/core/audits/bf-cache.d.ts +1 -1
- package/core/audits/bootup-time.d.ts +1 -1
- package/core/audits/byte-efficiency/byte-efficiency-audit.d.ts +1 -1
- package/core/audits/byte-efficiency/duplicated-javascript.d.ts +1 -1
- package/core/audits/byte-efficiency/efficient-animated-content.d.ts +2 -2
- package/core/audits/byte-efficiency/legacy-javascript.d.ts +2 -2
- package/core/audits/byte-efficiency/modern-image-formats.d.ts +1 -1
- package/core/audits/byte-efficiency/offscreen-images.d.ts +2 -2
- package/core/audits/byte-efficiency/render-blocking-resources.d.ts +1 -1
- package/core/audits/byte-efficiency/total-byte-weight.d.ts +1 -1
- package/core/audits/byte-efficiency/unminified-css.d.ts +1 -1
- package/core/audits/byte-efficiency/unminified-javascript.d.ts +1 -1
- package/core/audits/byte-efficiency/unused-css-rules.d.ts +1 -1
- package/core/audits/byte-efficiency/unused-javascript.d.ts +1 -1
- package/core/audits/byte-efficiency/uses-long-cache-ttl.d.ts +3 -3
- package/core/audits/byte-efficiency/uses-optimized-images.d.ts +1 -1
- package/core/audits/byte-efficiency/uses-responsive-images-snapshot.d.ts +1 -1
- package/core/audits/byte-efficiency/uses-responsive-images.d.ts +2 -2
- package/core/audits/byte-efficiency/uses-text-compression.d.ts +1 -1
- package/core/audits/content-width.d.ts +1 -1
- package/core/audits/critical-request-chains.d.ts +1 -1
- package/core/audits/csp-xss.d.ts +1 -1
- package/core/audits/deprecations.d.ts +1 -1
- package/core/audits/diagnostics.d.ts +1 -1
- package/core/audits/dobetterweb/charset.d.ts +1 -1
- package/core/audits/dobetterweb/doctype.d.ts +1 -1
- package/core/audits/dobetterweb/dom-size.d.ts +1 -1
- package/core/audits/dobetterweb/geolocation-on-start.d.ts +1 -1
- package/core/audits/dobetterweb/inspector-issues.d.ts +1 -1
- package/core/audits/dobetterweb/js-libraries.d.ts +1 -1
- package/core/audits/dobetterweb/no-document-write.d.ts +1 -1
- package/core/audits/dobetterweb/notification-on-start.d.ts +1 -1
- package/core/audits/dobetterweb/paste-preventing-inputs.d.ts +1 -1
- package/core/audits/dobetterweb/uses-http2.d.ts +3 -3
- package/core/audits/dobetterweb/uses-passive-event-listeners.d.ts +1 -1
- package/core/audits/errors-in-console.d.ts +1 -1
- package/core/audits/final-screenshot.d.ts +1 -1
- package/core/audits/font-display.d.ts +1 -1
- package/core/audits/image-aspect-ratio.d.ts +1 -1
- package/core/audits/image-size-responsive.d.ts +1 -1
- package/core/audits/installable-manifest.d.ts +1 -1
- package/core/audits/is-on-https.d.ts +1 -1
- package/core/audits/largest-contentful-paint-element.d.ts +17 -3
- package/core/audits/largest-contentful-paint-element.js +77 -4
- package/core/audits/layout-shift-elements.d.ts +1 -1
- package/core/audits/lcp-lazy-loaded.d.ts +1 -1
- package/core/audits/long-tasks.d.ts +1 -1
- package/core/audits/main-thread-tasks.d.ts +1 -1
- package/core/audits/mainthread-work-breakdown.d.ts +1 -1
- package/core/audits/manual/manual-audit.d.ts +1 -1
- package/core/audits/manual/pwa-cross-browser.d.ts +1 -1
- package/core/audits/manual/pwa-each-page-has-url.d.ts +1 -1
- package/core/audits/manual/pwa-page-transitions.d.ts +1 -1
- package/core/audits/maskable-icon.d.ts +1 -1
- package/core/audits/metrics/cumulative-layout-shift.d.ts +1 -1
- package/core/audits/metrics/experimental-interaction-to-next-paint.d.ts +1 -1
- package/core/audits/metrics/first-contentful-paint-3g.d.ts +1 -1
- package/core/audits/metrics/first-contentful-paint.d.ts +1 -1
- package/core/audits/metrics/first-meaningful-paint.d.ts +1 -1
- package/core/audits/metrics/interactive.d.ts +1 -1
- package/core/audits/metrics/largest-contentful-paint.d.ts +1 -1
- package/core/audits/metrics/max-potential-fid.d.ts +1 -1
- package/core/audits/metrics/speed-index.d.ts +1 -1
- package/core/audits/metrics/total-blocking-time.d.ts +1 -1
- package/core/audits/metrics.d.ts +1 -1
- package/core/audits/multi-check-audit.d.ts +1 -1
- package/core/audits/network-requests.d.ts +1 -1
- package/core/audits/network-requests.js +1 -0
- package/core/audits/network-rtt.d.ts +1 -1
- package/core/audits/network-server-latency.d.ts +1 -1
- package/core/audits/no-unload-listeners.d.ts +1 -1
- package/core/audits/non-composited-animations.d.ts +1 -1
- package/core/audits/performance-budget.d.ts +2 -2
- package/core/audits/predictive-perf.d.ts +1 -1
- package/core/audits/predictive-perf.js +10 -3
- package/core/audits/preload-fonts.d.ts +1 -1
- package/core/audits/prioritize-lcp-image.d.ts +2 -13
- package/core/audits/prioritize-lcp-image.js +3 -55
- package/core/audits/redirects.d.ts +2 -2
- package/core/audits/resource-summary.d.ts +1 -1
- package/core/audits/screenshot-thumbnails.d.ts +2 -2
- package/core/audits/script-treemap-data.d.ts +1 -1
- package/core/audits/seo/canonical.d.ts +1 -1
- package/core/audits/seo/crawlable-anchors.d.ts +1 -1
- package/core/audits/seo/font-size.d.ts +1 -1
- package/core/audits/seo/hreflang.d.ts +1 -1
- package/core/audits/seo/http-status-code.d.ts +1 -1
- package/core/audits/seo/is-crawlable.d.ts +1 -1
- package/core/audits/seo/link-text.d.ts +1 -1
- package/core/audits/seo/manual/structured-data.d.ts +1 -1
- package/core/audits/seo/meta-description.d.ts +1 -1
- package/core/audits/seo/plugins.d.ts +1 -1
- package/core/audits/seo/robots-txt.d.ts +1 -1
- package/core/audits/seo/tap-targets.d.ts +1 -1
- package/core/audits/server-response-time.d.ts +1 -1
- package/core/audits/service-worker.d.ts +1 -1
- package/core/audits/splash-screen.d.ts +2 -2
- package/core/audits/themed-omnibox.d.ts +2 -2
- package/core/audits/third-party-facades.d.ts +2 -2
- package/core/audits/third-party-summary.d.ts +2 -2
- package/core/audits/timing-budget.d.ts +3 -3
- package/core/audits/unsized-images.d.ts +1 -1
- package/core/audits/user-timings.d.ts +1 -1
- package/core/audits/uses-rel-preconnect.d.ts +1 -1
- package/core/audits/uses-rel-preload.d.ts +2 -2
- package/core/audits/valid-source-maps.d.ts +2 -2
- package/core/audits/viewport.d.ts +1 -1
- package/core/audits/violation-audit.d.ts +1 -1
- package/core/audits/work-during-interaction.d.ts +2 -2
- package/core/computed/critical-request-chains.d.ts +1 -1
- package/core/computed/document-urls.d.ts +32 -0
- package/core/computed/document-urls.js +53 -0
- package/core/computed/entity-classification.js +0 -1
- package/core/computed/lcp-image-record.d.ts +26 -0
- package/core/computed/lcp-image-record.js +74 -0
- package/core/computed/load-simulator.d.ts +2 -2
- package/core/computed/metrics/cumulative-layout-shift.d.ts +1 -1
- package/core/computed/metrics/first-contentful-paint-all-frames.d.ts +1 -1
- package/core/computed/metrics/first-contentful-paint.d.ts +7 -1
- package/core/computed/metrics/first-meaningful-paint.d.ts +7 -1
- package/core/computed/metrics/interactive.d.ts +7 -1
- package/core/computed/metrics/lantern-first-contentful-paint.d.ts +1 -1
- package/core/computed/metrics/lantern-first-meaningful-paint.d.ts +1 -1
- package/core/computed/metrics/lantern-interactive.d.ts +1 -1
- package/core/computed/metrics/lantern-largest-contentful-paint.d.ts +1 -1
- package/core/computed/metrics/lantern-max-potential-fid.d.ts +1 -1
- package/core/computed/metrics/lantern-metric.d.ts +1 -1
- package/core/computed/metrics/lantern-speed-index.d.ts +1 -1
- package/core/computed/metrics/lantern-total-blocking-time.d.ts +1 -1
- package/core/computed/metrics/largest-contentful-paint-all-frames.d.ts +1 -1
- package/core/computed/metrics/largest-contentful-paint.d.ts +7 -1
- package/core/computed/metrics/lcp-breakdown.d.ts +23 -0
- package/core/computed/metrics/lcp-breakdown.js +58 -0
- package/core/computed/metrics/max-potential-fid.d.ts +7 -1
- package/core/computed/metrics/metric.d.ts +2 -2
- package/core/computed/metrics/metric.js +1 -1
- package/core/computed/metrics/navigation-metric.d.ts +3 -3
- package/core/computed/metrics/navigation-metric.js +1 -1
- package/core/computed/metrics/responsiveness.d.ts +1 -1
- package/core/computed/metrics/speed-index.d.ts +7 -1
- package/core/computed/metrics/time-to-first-byte.d.ts +16 -0
- package/core/computed/metrics/time-to-first-byte.js +60 -0
- package/core/computed/metrics/timing-summary.js +10 -0
- package/core/computed/metrics/total-blocking-time.d.ts +7 -1
- package/core/computed/network-records.d.ts +1 -1
- package/core/computed/page-dependency-graph.d.ts +4 -13
- package/core/computed/page-dependency-graph.js +2 -33
- package/core/computed/processed-navigation.d.ts +1 -1
- package/core/computed/resource-summary.d.ts +4 -4
- package/core/config/default-config.d.ts +1 -1
- package/core/config/desktop-config.d.ts +1 -1
- package/core/gather/base-gatherer.d.ts +1 -1
- package/core/gather/driver/execution-context.d.ts +1 -1
- package/core/gather/driver/network-monitor.d.ts +2 -2
- package/core/gather/driver/target-manager.d.ts +2 -1
- package/core/gather/driver/target-manager.js +5 -3
- package/core/gather/driver/wait-for-condition.js +12 -0
- package/core/gather/driver.d.ts +3 -3
- package/core/gather/fetcher.d.ts +1 -1
- package/core/gather/gatherers/accessibility.d.ts +1 -1
- package/core/gather/gatherers/anchor-elements.d.ts +1 -1
- package/core/gather/gatherers/bf-cache-failures.d.ts +1 -1
- package/core/gather/gatherers/cache-contents.d.ts +1 -1
- package/core/gather/gatherers/console-messages.d.ts +1 -1
- package/core/gather/gatherers/css-usage.d.ts +1 -1
- package/core/gather/gatherers/devtools-log-compat.d.ts +1 -1
- package/core/gather/gatherers/devtools-log.d.ts +1 -1
- package/core/gather/gatherers/dobetterweb/doctype.d.ts +1 -1
- package/core/gather/gatherers/dobetterweb/domstats.d.ts +1 -1
- package/core/gather/gatherers/dobetterweb/optimized-images.d.ts +2 -2
- package/core/gather/gatherers/dobetterweb/optimized-images.js +2 -2
- package/core/gather/gatherers/dobetterweb/response-compression.d.ts +2 -2
- package/core/gather/gatherers/dobetterweb/response-compression.js +1 -2
- package/core/gather/gatherers/dobetterweb/tags-blocking-first-paint.d.ts +1 -1
- package/core/gather/gatherers/full-page-screenshot.d.ts +1 -1
- package/core/gather/gatherers/global-listeners.d.ts +1 -1
- package/core/gather/gatherers/iframe-elements.d.ts +1 -1
- package/core/gather/gatherers/image-elements.d.ts +1 -1
- package/core/gather/gatherers/inputs.d.ts +1 -1
- package/core/gather/gatherers/inspector-issues.d.ts +1 -1
- package/core/gather/gatherers/installability-errors.d.ts +1 -1
- package/core/gather/gatherers/js-usage.d.ts +1 -1
- package/core/gather/gatherers/link-elements.d.ts +1 -1
- package/core/gather/gatherers/main-document-content.d.ts +1 -1
- package/core/gather/gatherers/meta-elements.d.ts +1 -1
- package/core/gather/gatherers/network-user-agent.d.ts +1 -1
- package/core/gather/gatherers/script-elements.d.ts +2 -2
- package/core/gather/gatherers/script-elements.js +1 -2
- package/core/gather/gatherers/scripts.d.ts +1 -3
- package/core/gather/gatherers/scripts.js +0 -3
- package/core/gather/gatherers/seo/embedded-content.d.ts +1 -1
- package/core/gather/gatherers/seo/font-size.d.ts +1 -1
- package/core/gather/gatherers/seo/robots-txt.d.ts +1 -1
- package/core/gather/gatherers/seo/tap-targets.d.ts +1 -1
- package/core/gather/gatherers/service-worker.d.ts +1 -1
- package/core/gather/gatherers/source-maps.d.ts +1 -1
- package/core/gather/gatherers/stacks.d.ts +1 -1
- package/core/gather/gatherers/trace-compat.d.ts +1 -1
- package/core/gather/gatherers/trace-elements.d.ts +2 -2
- package/core/gather/gatherers/trace.d.ts +1 -1
- package/core/gather/gatherers/viewport-dimensions.d.ts +1 -1
- package/core/gather/gatherers/web-app-manifest.d.ts +1 -1
- package/core/gather/navigation-runner.d.ts +3 -3
- package/core/gather/navigation-runner.js +1 -1
- package/core/gather/runner-helpers.js +18 -4
- package/core/index.cjs +28 -0
- package/core/index.d.ts +2 -2
- package/core/legacy/gather/connections/connection.d.ts +3 -1
- package/core/legacy/gather/connections/connection.js +15 -0
- package/core/legacy/gather/connections/cri.d.ts +2 -2
- package/core/legacy/gather/connections/raw.d.ts +1 -1
- package/core/legacy/gather/driver.d.ts +3 -3
- package/core/legacy/gather/gather-runner.js +1 -1
- package/core/lib/dependency-graph/cpu-node.d.ts +2 -2
- package/core/lib/dependency-graph/network-node.d.ts +3 -3
- package/core/lib/dependency-graph/simulator/connection-pool.d.ts +2 -2
- package/core/lib/dependency-graph/simulator/dns-cache.d.ts +1 -1
- package/core/lib/dependency-graph/simulator/simulator.d.ts +5 -5
- package/core/lib/lh-trace-processor.d.ts +1 -1
- package/core/lib/navigation-error.d.ts +2 -2
- package/core/lib/network-recorder.d.ts +17 -11
- package/core/lib/network-recorder.js +24 -31
- package/core/lib/network-request.d.ts +7 -8
- package/core/lib/network-request.js +8 -6
- package/core/lib/stack-packs.js +9 -1
- package/core/lib/tracehouse/main-thread-tasks.d.ts +1 -1
- package/core/lib/tracehouse/task-summary.d.ts +1 -1
- package/core/lib/url-utils.js +1 -0
- package/core/runner.d.ts +2 -2
- package/core/runner.js +8 -2
- package/core/scoring.d.ts +1 -1
- package/core/user-flow.d.ts +1 -1
- package/dist/report/bundle.esm.js +3 -1
- package/dist/report/flow.js +3 -3
- package/dist/report/standalone.js +5 -5
- package/package.json +9 -8
- package/report/README.md +1 -1
- package/report/assets/styles.css +0 -4
- package/report/renderer/components.js +1 -1
- package/report/renderer/performance-category-renderer.d.ts +1 -1
- package/report/renderer/pwa-category-renderer.d.ts +1 -1
- package/report/renderer/report-globals.d.ts +1 -1
- package/report/renderer/report-renderer.d.ts +1 -1
- package/report/renderer/report-ui-features.d.ts +1 -1
- package/report/renderer/topbar-features.d.ts +1 -1
- package/shared/localization/i18n-module.d.ts +2 -2
- package/shared/localization/locales/ar-XB.json +113 -53
- package/shared/localization/locales/ar.json +113 -53
- package/shared/localization/locales/bg.json +113 -53
- package/shared/localization/locales/ca.json +115 -55
- package/shared/localization/locales/cs.json +113 -53
- package/shared/localization/locales/da.json +114 -54
- package/shared/localization/locales/de.json +113 -53
- package/shared/localization/locales/el.json +113 -53
- package/shared/localization/locales/en-GB.json +107 -47
- package/shared/localization/locales/en-US.json +92 -44
- package/shared/localization/locales/en-XA.json +113 -53
- package/shared/localization/locales/en-XL.json +92 -44
- package/shared/localization/locales/es-419.json +113 -53
- package/shared/localization/locales/es.json +114 -54
- package/shared/localization/locales/fi.json +113 -53
- package/shared/localization/locales/fil.json +113 -53
- package/shared/localization/locales/fr.json +113 -53
- package/shared/localization/locales/he.json +114 -54
- package/shared/localization/locales/hi.json +116 -56
- package/shared/localization/locales/hr.json +113 -53
- package/shared/localization/locales/hu.json +113 -53
- package/shared/localization/locales/id.json +113 -53
- package/shared/localization/locales/it.json +114 -54
- package/shared/localization/locales/ja.json +116 -56
- package/shared/localization/locales/ko.json +113 -53
- package/shared/localization/locales/lt.json +113 -53
- package/shared/localization/locales/lv.json +113 -53
- package/shared/localization/locales/nl.json +117 -57
- package/shared/localization/locales/no.json +114 -54
- package/shared/localization/locales/pl.json +125 -65
- package/shared/localization/locales/pt-PT.json +117 -57
- package/shared/localization/locales/pt.json +113 -53
- package/shared/localization/locales/ro.json +113 -53
- package/shared/localization/locales/ru.json +113 -53
- package/shared/localization/locales/sk.json +112 -52
- package/shared/localization/locales/sl.json +113 -53
- package/shared/localization/locales/sr-Latn.json +113 -53
- package/shared/localization/locales/sr.json +113 -53
- package/shared/localization/locales/sv.json +113 -53
- package/shared/localization/locales/ta.json +113 -53
- package/shared/localization/locales/te.json +113 -53
- package/shared/localization/locales/th.json +113 -53
- package/shared/localization/locales/tr.json +113 -53
- package/shared/localization/locales/uk.json +115 -55
- package/shared/localization/locales/vi.json +113 -53
- package/shared/localization/locales/zh-HK.json +113 -53
- package/shared/localization/locales/zh-TW.json +113 -53
- package/shared/localization/locales/zh.json +113 -53
- package/shared/util.js +2 -0
- package/types/artifacts.d.ts +4 -0
- package/types/externs.d.ts +1 -1
- package/types/internal/test.d.ts +1 -1
- package/types/protocol.d.ts +3 -0
|
@@ -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.7/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.7/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-command-name.js | description": {
|
|
21
|
-
"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.
|
|
21
|
+
"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.7/aria-command-name)."
|
|
22
22
|
},
|
|
23
23
|
"core/audits/accessibility/aria-command-name.js | failureTitle": {
|
|
24
24
|
"message": "`button`, `link`, and `menuitem` elements do not have accessible names."
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"message": "`button`, `link`, and `menuitem` elements have accessible names"
|
|
28
28
|
},
|
|
29
29
|
"core/audits/accessibility/aria-hidden-body.js | description": {
|
|
30
|
-
"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.
|
|
30
|
+
"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.7/aria-hidden-body)."
|
|
31
31
|
},
|
|
32
32
|
"core/audits/accessibility/aria-hidden-body.js | failureTitle": {
|
|
33
33
|
"message": "`[aria-hidden=\"true\"]` is present on the document `<body>`"
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"message": "`[aria-hidden=\"true\"]` is not present on the document `<body>`"
|
|
37
37
|
},
|
|
38
38
|
"core/audits/accessibility/aria-hidden-focus.js | description": {
|
|
39
|
-
"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.
|
|
39
|
+
"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.7/aria-hidden-focus)."
|
|
40
40
|
},
|
|
41
41
|
"core/audits/accessibility/aria-hidden-focus.js | failureTitle": {
|
|
42
42
|
"message": "`[aria-hidden=\"true\"]` elements contain focusable descendents"
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"message": "`[aria-hidden=\"true\"]` elements do not contain focusable descendents"
|
|
46
46
|
},
|
|
47
47
|
"core/audits/accessibility/aria-input-field-name.js | description": {
|
|
48
|
-
"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.
|
|
48
|
+
"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.7/aria-input-field-name)."
|
|
49
49
|
},
|
|
50
50
|
"core/audits/accessibility/aria-input-field-name.js | failureTitle": {
|
|
51
51
|
"message": "ARIA input fields do not have accessible names"
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"message": "ARIA input fields have accessible names"
|
|
55
55
|
},
|
|
56
56
|
"core/audits/accessibility/aria-meter-name.js | description": {
|
|
57
|
-
"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.
|
|
57
|
+
"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.7/aria-meter-name)."
|
|
58
58
|
},
|
|
59
59
|
"core/audits/accessibility/aria-meter-name.js | failureTitle": {
|
|
60
60
|
"message": "ARIA `meter` elements do not have accessible names."
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
"message": "ARIA `meter` elements have accessible names"
|
|
64
64
|
},
|
|
65
65
|
"core/audits/accessibility/aria-progressbar-name.js | description": {
|
|
66
|
-
"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.
|
|
66
|
+
"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.7/aria-progressbar-name)."
|
|
67
67
|
},
|
|
68
68
|
"core/audits/accessibility/aria-progressbar-name.js | failureTitle": {
|
|
69
69
|
"message": "ARIA `progressbar` elements do not have accessible names."
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
"message": "ARIA `progressbar` elements have accessible names"
|
|
73
73
|
},
|
|
74
74
|
"core/audits/accessibility/aria-required-attr.js | description": {
|
|
75
|
-
"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.
|
|
75
|
+
"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.7/aria-required-attr)."
|
|
76
76
|
},
|
|
77
77
|
"core/audits/accessibility/aria-required-attr.js | failureTitle": {
|
|
78
78
|
"message": "`[role]`s do not have all required `[aria-*]` attributes"
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
"message": "`[role]`s have all required `[aria-*]` attributes"
|
|
82
82
|
},
|
|
83
83
|
"core/audits/accessibility/aria-required-children.js | description": {
|
|
84
|
-
"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.
|
|
84
|
+
"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.7/aria-required-children)."
|
|
85
85
|
},
|
|
86
86
|
"core/audits/accessibility/aria-required-children.js | failureTitle": {
|
|
87
87
|
"message": "Elements with an ARIA `[role]` that require children to contain a specific `[role]` are missing some or all of those required children."
|
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
"message": "Elements with an ARIA `[role]` that require children to contain a specific `[role]` have all required children."
|
|
91
91
|
},
|
|
92
92
|
"core/audits/accessibility/aria-required-parent.js | description": {
|
|
93
|
-
"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.
|
|
93
|
+
"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.7/aria-required-parent)."
|
|
94
94
|
},
|
|
95
95
|
"core/audits/accessibility/aria-required-parent.js | failureTitle": {
|
|
96
96
|
"message": "`[role]`s are not contained by their required parent element"
|
|
@@ -99,7 +99,7 @@
|
|
|
99
99
|
"message": "`[role]`s are contained by their required parent element"
|
|
100
100
|
},
|
|
101
101
|
"core/audits/accessibility/aria-roles.js | description": {
|
|
102
|
-
"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.
|
|
102
|
+
"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.7/aria-roles)."
|
|
103
103
|
},
|
|
104
104
|
"core/audits/accessibility/aria-roles.js | failureTitle": {
|
|
105
105
|
"message": "`[role]` values are not valid"
|
|
@@ -108,7 +108,7 @@
|
|
|
108
108
|
"message": "`[role]` values are valid"
|
|
109
109
|
},
|
|
110
110
|
"core/audits/accessibility/aria-toggle-field-name.js | description": {
|
|
111
|
-
"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.
|
|
111
|
+
"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.7/aria-toggle-field-name)."
|
|
112
112
|
},
|
|
113
113
|
"core/audits/accessibility/aria-toggle-field-name.js | failureTitle": {
|
|
114
114
|
"message": "ARIA toggle fields do not have accessible names"
|
|
@@ -117,7 +117,7 @@
|
|
|
117
117
|
"message": "ARIA toggle fields have accessible names"
|
|
118
118
|
},
|
|
119
119
|
"core/audits/accessibility/aria-tooltip-name.js | description": {
|
|
120
|
-
"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.
|
|
120
|
+
"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.7/aria-tooltip-name)."
|
|
121
121
|
},
|
|
122
122
|
"core/audits/accessibility/aria-tooltip-name.js | failureTitle": {
|
|
123
123
|
"message": "ARIA `tooltip` elements do not have accessible names."
|
|
@@ -126,7 +126,7 @@
|
|
|
126
126
|
"message": "ARIA `tooltip` elements have accessible names"
|
|
127
127
|
},
|
|
128
128
|
"core/audits/accessibility/aria-treeitem-name.js | description": {
|
|
129
|
-
"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.
|
|
129
|
+
"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.7/aria-treeitem-name)."
|
|
130
130
|
},
|
|
131
131
|
"core/audits/accessibility/aria-treeitem-name.js | failureTitle": {
|
|
132
132
|
"message": "ARIA `treeitem` elements do not have accessible names."
|
|
@@ -135,7 +135,7 @@
|
|
|
135
135
|
"message": "ARIA `treeitem` elements have accessible names"
|
|
136
136
|
},
|
|
137
137
|
"core/audits/accessibility/aria-valid-attr-value.js | description": {
|
|
138
|
-
"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.
|
|
138
|
+
"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.7/aria-valid-attr-value)."
|
|
139
139
|
},
|
|
140
140
|
"core/audits/accessibility/aria-valid-attr-value.js | failureTitle": {
|
|
141
141
|
"message": "`[aria-*]` attributes do not have valid values"
|
|
@@ -144,7 +144,7 @@
|
|
|
144
144
|
"message": "`[aria-*]` attributes have valid values"
|
|
145
145
|
},
|
|
146
146
|
"core/audits/accessibility/aria-valid-attr.js | description": {
|
|
147
|
-
"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.
|
|
147
|
+
"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.7/aria-valid-attr)."
|
|
148
148
|
},
|
|
149
149
|
"core/audits/accessibility/aria-valid-attr.js | failureTitle": {
|
|
150
150
|
"message": "`[aria-*]` attributes are not valid or misspelled"
|
|
@@ -156,7 +156,7 @@
|
|
|
156
156
|
"message": "Failing Elements"
|
|
157
157
|
},
|
|
158
158
|
"core/audits/accessibility/button-name.js | description": {
|
|
159
|
-
"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.
|
|
159
|
+
"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.7/button-name)."
|
|
160
160
|
},
|
|
161
161
|
"core/audits/accessibility/button-name.js | failureTitle": {
|
|
162
162
|
"message": "Buttons do not have an accessible name"
|
|
@@ -165,7 +165,7 @@
|
|
|
165
165
|
"message": "Buttons have an accessible name"
|
|
166
166
|
},
|
|
167
167
|
"core/audits/accessibility/bypass.js | description": {
|
|
168
|
-
"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.
|
|
168
|
+
"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.7/bypass)."
|
|
169
169
|
},
|
|
170
170
|
"core/audits/accessibility/bypass.js | failureTitle": {
|
|
171
171
|
"message": "The page does not contain a heading, skip link, or landmark region"
|
|
@@ -174,7 +174,7 @@
|
|
|
174
174
|
"message": "The page contains a heading, skip link, or landmark region"
|
|
175
175
|
},
|
|
176
176
|
"core/audits/accessibility/color-contrast.js | description": {
|
|
177
|
-
"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.
|
|
177
|
+
"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.7/color-contrast)."
|
|
178
178
|
},
|
|
179
179
|
"core/audits/accessibility/color-contrast.js | failureTitle": {
|
|
180
180
|
"message": "Background and foreground colors do not have a sufficient contrast ratio."
|
|
@@ -183,7 +183,7 @@
|
|
|
183
183
|
"message": "Background and foreground colors have a sufficient contrast ratio"
|
|
184
184
|
},
|
|
185
185
|
"core/audits/accessibility/definition-list.js | description": {
|
|
186
|
-
"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.
|
|
186
|
+
"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.7/definition-list)."
|
|
187
187
|
},
|
|
188
188
|
"core/audits/accessibility/definition-list.js | failureTitle": {
|
|
189
189
|
"message": "`<dl>`'s do not contain only properly-ordered `<dt>` and `<dd>` groups, `<script>`, `<template>` or `<div>` elements."
|
|
@@ -192,7 +192,7 @@
|
|
|
192
192
|
"message": "`<dl>`'s contain only properly-ordered `<dt>` and `<dd>` groups, `<script>`, `<template>` or `<div>` elements."
|
|
193
193
|
},
|
|
194
194
|
"core/audits/accessibility/dlitem.js | description": {
|
|
195
|
-
"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.
|
|
195
|
+
"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.7/dlitem)."
|
|
196
196
|
},
|
|
197
197
|
"core/audits/accessibility/dlitem.js | failureTitle": {
|
|
198
198
|
"message": "Definition list items are not wrapped in `<dl>` elements"
|
|
@@ -201,7 +201,7 @@
|
|
|
201
201
|
"message": "Definition list items are wrapped in `<dl>` elements"
|
|
202
202
|
},
|
|
203
203
|
"core/audits/accessibility/document-title.js | description": {
|
|
204
|
-
"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.
|
|
204
|
+
"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.7/document-title)."
|
|
205
205
|
},
|
|
206
206
|
"core/audits/accessibility/document-title.js | failureTitle": {
|
|
207
207
|
"message": "Document doesn't have a `<title>` element"
|
|
@@ -210,7 +210,7 @@
|
|
|
210
210
|
"message": "Document has a `<title>` element"
|
|
211
211
|
},
|
|
212
212
|
"core/audits/accessibility/duplicate-id-active.js | description": {
|
|
213
|
-
"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.
|
|
213
|
+
"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.7/duplicate-id-active)."
|
|
214
214
|
},
|
|
215
215
|
"core/audits/accessibility/duplicate-id-active.js | failureTitle": {
|
|
216
216
|
"message": "`[id]` attributes on active, focusable elements are not unique"
|
|
@@ -219,7 +219,7 @@
|
|
|
219
219
|
"message": "`[id]` attributes on active, focusable elements are unique"
|
|
220
220
|
},
|
|
221
221
|
"core/audits/accessibility/duplicate-id-aria.js | description": {
|
|
222
|
-
"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.
|
|
222
|
+
"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.7/duplicate-id-aria)."
|
|
223
223
|
},
|
|
224
224
|
"core/audits/accessibility/duplicate-id-aria.js | failureTitle": {
|
|
225
225
|
"message": "ARIA IDs are not unique"
|
|
@@ -228,7 +228,7 @@
|
|
|
228
228
|
"message": "ARIA IDs are unique"
|
|
229
229
|
},
|
|
230
230
|
"core/audits/accessibility/form-field-multiple-labels.js | description": {
|
|
231
|
-
"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.
|
|
231
|
+
"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.7/form-field-multiple-labels)."
|
|
232
232
|
},
|
|
233
233
|
"core/audits/accessibility/form-field-multiple-labels.js | failureTitle": {
|
|
234
234
|
"message": "Form fields have multiple labels"
|
|
@@ -237,7 +237,7 @@
|
|
|
237
237
|
"message": "No form fields have multiple labels"
|
|
238
238
|
},
|
|
239
239
|
"core/audits/accessibility/frame-title.js | description": {
|
|
240
|
-
"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.
|
|
240
|
+
"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.7/frame-title)."
|
|
241
241
|
},
|
|
242
242
|
"core/audits/accessibility/frame-title.js | failureTitle": {
|
|
243
243
|
"message": "`<frame>` or `<iframe>` elements do not have a title"
|
|
@@ -246,7 +246,7 @@
|
|
|
246
246
|
"message": "`<frame>` or `<iframe>` elements have a title"
|
|
247
247
|
},
|
|
248
248
|
"core/audits/accessibility/heading-order.js | description": {
|
|
249
|
-
"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.
|
|
249
|
+
"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.7/heading-order)."
|
|
250
250
|
},
|
|
251
251
|
"core/audits/accessibility/heading-order.js | failureTitle": {
|
|
252
252
|
"message": "Heading elements are not in a sequentially-descending order"
|
|
@@ -255,7 +255,7 @@
|
|
|
255
255
|
"message": "Heading elements appear in a sequentially-descending order"
|
|
256
256
|
},
|
|
257
257
|
"core/audits/accessibility/html-has-lang.js | description": {
|
|
258
|
-
"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.
|
|
258
|
+
"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.7/html-has-lang)."
|
|
259
259
|
},
|
|
260
260
|
"core/audits/accessibility/html-has-lang.js | failureTitle": {
|
|
261
261
|
"message": "`<html>` element does not have a `[lang]` attribute"
|
|
@@ -264,7 +264,7 @@
|
|
|
264
264
|
"message": "`<html>` element has a `[lang]` attribute"
|
|
265
265
|
},
|
|
266
266
|
"core/audits/accessibility/html-lang-valid.js | description": {
|
|
267
|
-
"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.
|
|
267
|
+
"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.7/html-lang-valid)."
|
|
268
268
|
},
|
|
269
269
|
"core/audits/accessibility/html-lang-valid.js | failureTitle": {
|
|
270
270
|
"message": "`<html>` element does not have a valid value for its `[lang]` attribute."
|
|
@@ -273,7 +273,7 @@
|
|
|
273
273
|
"message": "`<html>` element has a valid value for its `[lang]` attribute"
|
|
274
274
|
},
|
|
275
275
|
"core/audits/accessibility/image-alt.js | description": {
|
|
276
|
-
"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.
|
|
276
|
+
"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.7/image-alt)."
|
|
277
277
|
},
|
|
278
278
|
"core/audits/accessibility/image-alt.js | failureTitle": {
|
|
279
279
|
"message": "Image elements do not have `[alt]` attributes"
|
|
@@ -282,7 +282,7 @@
|
|
|
282
282
|
"message": "Image elements have `[alt]` attributes"
|
|
283
283
|
},
|
|
284
284
|
"core/audits/accessibility/input-image-alt.js | description": {
|
|
285
|
-
"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.
|
|
285
|
+
"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.7/input-image-alt)."
|
|
286
286
|
},
|
|
287
287
|
"core/audits/accessibility/input-image-alt.js | failureTitle": {
|
|
288
288
|
"message": "`<input type=\"image\">` elements do not have `[alt]` text"
|
|
@@ -291,7 +291,7 @@
|
|
|
291
291
|
"message": "`<input type=\"image\">` elements have `[alt]` text"
|
|
292
292
|
},
|
|
293
293
|
"core/audits/accessibility/label.js | description": {
|
|
294
|
-
"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.
|
|
294
|
+
"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.7/label)."
|
|
295
295
|
},
|
|
296
296
|
"core/audits/accessibility/label.js | failureTitle": {
|
|
297
297
|
"message": "Form elements do not have associated labels"
|
|
@@ -300,7 +300,7 @@
|
|
|
300
300
|
"message": "Form elements have associated labels"
|
|
301
301
|
},
|
|
302
302
|
"core/audits/accessibility/link-name.js | description": {
|
|
303
|
-
"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.
|
|
303
|
+
"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.7/link-name)."
|
|
304
304
|
},
|
|
305
305
|
"core/audits/accessibility/link-name.js | failureTitle": {
|
|
306
306
|
"message": "Links do not have a discernible name"
|
|
@@ -309,7 +309,7 @@
|
|
|
309
309
|
"message": "Links have a discernible name"
|
|
310
310
|
},
|
|
311
311
|
"core/audits/accessibility/list.js | description": {
|
|
312
|
-
"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.
|
|
312
|
+
"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.7/list)."
|
|
313
313
|
},
|
|
314
314
|
"core/audits/accessibility/list.js | failureTitle": {
|
|
315
315
|
"message": "Lists do not contain only `<li>` elements and script supporting elements (`<script>` and `<template>`)."
|
|
@@ -318,7 +318,7 @@
|
|
|
318
318
|
"message": "Lists contain only `<li>` elements and script supporting elements (`<script>` and `<template>`)."
|
|
319
319
|
},
|
|
320
320
|
"core/audits/accessibility/listitem.js | description": {
|
|
321
|
-
"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.
|
|
321
|
+
"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.7/listitem)."
|
|
322
322
|
},
|
|
323
323
|
"core/audits/accessibility/listitem.js | failureTitle": {
|
|
324
324
|
"message": "List items (`<li>`) are not contained within `<ul>`, `<ol>` or `<menu>` parent elements."
|
|
@@ -327,7 +327,7 @@
|
|
|
327
327
|
"message": "List items (`<li>`) are contained within `<ul>`, `<ol>` or `<menu>` parent elements"
|
|
328
328
|
},
|
|
329
329
|
"core/audits/accessibility/meta-refresh.js | description": {
|
|
330
|
-
"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.
|
|
330
|
+
"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.7/meta-refresh)."
|
|
331
331
|
},
|
|
332
332
|
"core/audits/accessibility/meta-refresh.js | failureTitle": {
|
|
333
333
|
"message": "The document uses `<meta http-equiv=\"refresh\">`"
|
|
@@ -336,7 +336,7 @@
|
|
|
336
336
|
"message": "The document does not use `<meta http-equiv=\"refresh\">`"
|
|
337
337
|
},
|
|
338
338
|
"core/audits/accessibility/meta-viewport.js | description": {
|
|
339
|
-
"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.
|
|
339
|
+
"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.7/meta-viewport)."
|
|
340
340
|
},
|
|
341
341
|
"core/audits/accessibility/meta-viewport.js | failureTitle": {
|
|
342
342
|
"message": "`[user-scalable=\"no\"]` is used in the `<meta name=\"viewport\">` element or the `[maximum-scale]` attribute is less than 5."
|
|
@@ -345,7 +345,7 @@
|
|
|
345
345
|
"message": "`[user-scalable=\"no\"]` is not used in the `<meta name=\"viewport\">` element and the `[maximum-scale]` attribute is not less than 5."
|
|
346
346
|
},
|
|
347
347
|
"core/audits/accessibility/object-alt.js | description": {
|
|
348
|
-
"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.
|
|
348
|
+
"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.7/object-alt)."
|
|
349
349
|
},
|
|
350
350
|
"core/audits/accessibility/object-alt.js | failureTitle": {
|
|
351
351
|
"message": "`<object>` elements do not have alternate text"
|
|
@@ -354,7 +354,7 @@
|
|
|
354
354
|
"message": "`<object>` elements have alternate text"
|
|
355
355
|
},
|
|
356
356
|
"core/audits/accessibility/tabindex.js | description": {
|
|
357
|
-
"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.
|
|
357
|
+
"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.7/tabindex)."
|
|
358
358
|
},
|
|
359
359
|
"core/audits/accessibility/tabindex.js | failureTitle": {
|
|
360
360
|
"message": "Some elements have a `[tabindex]` value greater than 0"
|
|
@@ -363,7 +363,7 @@
|
|
|
363
363
|
"message": "No element has a `[tabindex]` value greater than 0"
|
|
364
364
|
},
|
|
365
365
|
"core/audits/accessibility/td-headers-attr.js | description": {
|
|
366
|
-
"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.
|
|
366
|
+
"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.7/td-headers-attr)."
|
|
367
367
|
},
|
|
368
368
|
"core/audits/accessibility/td-headers-attr.js | failureTitle": {
|
|
369
369
|
"message": "Cells in a `<table>` element that use the `[headers]` attribute refer to an element `id` not found within the same table."
|
|
@@ -372,7 +372,7 @@
|
|
|
372
372
|
"message": "Cells in a `<table>` element that use the `[headers]` attribute refer to table cells within the same table."
|
|
373
373
|
},
|
|
374
374
|
"core/audits/accessibility/th-has-data-cells.js | description": {
|
|
375
|
-
"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.
|
|
375
|
+
"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.7/th-has-data-cells)."
|
|
376
376
|
},
|
|
377
377
|
"core/audits/accessibility/th-has-data-cells.js | failureTitle": {
|
|
378
378
|
"message": "`<th>` elements and elements with `[role=\"columnheader\"/\"rowheader\"]` do not have data cells they describe."
|
|
@@ -381,7 +381,7 @@
|
|
|
381
381
|
"message": "`<th>` elements and elements with `[role=\"columnheader\"/\"rowheader\"]` have data cells they describe."
|
|
382
382
|
},
|
|
383
383
|
"core/audits/accessibility/valid-lang.js | description": {
|
|
384
|
-
"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.
|
|
384
|
+
"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.7/valid-lang)."
|
|
385
385
|
},
|
|
386
386
|
"core/audits/accessibility/valid-lang.js | failureTitle": {
|
|
387
387
|
"message": "`[lang]` attributes do not have a valid value"
|
|
@@ -390,7 +390,7 @@
|
|
|
390
390
|
"message": "`[lang]` attributes have a valid value"
|
|
391
391
|
},
|
|
392
392
|
"core/audits/accessibility/video-caption.js | description": {
|
|
393
|
-
"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.
|
|
393
|
+
"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.7/video-caption)."
|
|
394
394
|
},
|
|
395
395
|
"core/audits/accessibility/video-caption.js | failureTitle": {
|
|
396
396
|
"message": "`<video>` elements do not contain a `<track>` element with `[kind=\"captions\"]`."
|
|
@@ -765,13 +765,13 @@
|
|
|
765
765
|
"message": "Avoids requesting the notification permission on page load"
|
|
766
766
|
},
|
|
767
767
|
"core/audits/dobetterweb/paste-preventing-inputs.js | description": {
|
|
768
|
-
"message": "Preventing input pasting is a UX
|
|
768
|
+
"message": "Preventing input pasting is a bad practice for the UX, and weakens security by blocking password managers.[Learn more about user-friendly input fields](https://developer.chrome.com/docs/lighthouse/best-practices/paste-preventing-inputs/)."
|
|
769
769
|
},
|
|
770
770
|
"core/audits/dobetterweb/paste-preventing-inputs.js | failureTitle": {
|
|
771
|
-
"message": "Prevents users from pasting into input fields"
|
|
771
|
+
"message": "Prevents users from pasting into input fields"
|
|
772
772
|
},
|
|
773
773
|
"core/audits/dobetterweb/paste-preventing-inputs.js | title": {
|
|
774
|
-
"message": "Allows users to paste into input fields"
|
|
774
|
+
"message": "Allows users to paste into input fields"
|
|
775
775
|
},
|
|
776
776
|
"core/audits/dobetterweb/uses-http2.js | columnProtocol": {
|
|
777
777
|
"message": "Protocol"
|
|
@@ -980,9 +980,30 @@
|
|
|
980
980
|
"core/audits/is-on-https.js | warning": {
|
|
981
981
|
"message": "Allowed with warning"
|
|
982
982
|
},
|
|
983
|
+
"core/audits/largest-contentful-paint-element.js | columnPercentOfLCP": {
|
|
984
|
+
"message": "% of LCP"
|
|
985
|
+
},
|
|
986
|
+
"core/audits/largest-contentful-paint-element.js | columnPhase": {
|
|
987
|
+
"message": "Phase"
|
|
988
|
+
},
|
|
989
|
+
"core/audits/largest-contentful-paint-element.js | columnTiming": {
|
|
990
|
+
"message": "Timing"
|
|
991
|
+
},
|
|
983
992
|
"core/audits/largest-contentful-paint-element.js | description": {
|
|
984
993
|
"message": "This is the largest contentful element painted within the viewport. [Learn more about the Largest Contentful Paint element](https://developer.chrome.com/docs/lighthouse/performance/lighthouse-largest-contentful-paint/)"
|
|
985
994
|
},
|
|
995
|
+
"core/audits/largest-contentful-paint-element.js | itemLoadDelay": {
|
|
996
|
+
"message": "Load Delay"
|
|
997
|
+
},
|
|
998
|
+
"core/audits/largest-contentful-paint-element.js | itemLoadTime": {
|
|
999
|
+
"message": "Load Time"
|
|
1000
|
+
},
|
|
1001
|
+
"core/audits/largest-contentful-paint-element.js | itemRenderDelay": {
|
|
1002
|
+
"message": "Render Delay"
|
|
1003
|
+
},
|
|
1004
|
+
"core/audits/largest-contentful-paint-element.js | itemTTFB": {
|
|
1005
|
+
"message": "TTFB"
|
|
1006
|
+
},
|
|
986
1007
|
"core/audits/largest-contentful-paint-element.js | title": {
|
|
987
1008
|
"message": "Largest Contentful Paint element"
|
|
988
1009
|
},
|
|
@@ -1323,7 +1344,7 @@
|
|
|
1323
1344
|
"message": "robots.txt is valid"
|
|
1324
1345
|
},
|
|
1325
1346
|
"core/audits/seo/tap-targets.js | description": {
|
|
1326
|
-
"message": "Interactive elements like buttons and links should be large enough (48x48px),
|
|
1347
|
+
"message": "Interactive elements like buttons and links should be large enough (48x48px), or have enough space around them, to be easy enough to tap without overlapping onto other elements. [Learn more about tap targets](https://developer.chrome.com/docs/lighthouse/seo/tap-targets/)."
|
|
1327
1348
|
},
|
|
1328
1349
|
"core/audits/seo/tap-targets.js | displayValue": {
|
|
1329
1350
|
"message": "{decimalProportion, number, percent} appropriately sized tap targets"
|
|
@@ -1715,6 +1736,9 @@
|
|
|
1715
1736
|
"core/gather/driver/storage.js | warningOriginDataTimeout": {
|
|
1716
1737
|
"message": "Clearing the origin data timed out. Try auditing this page again and file a bug if the issue persists."
|
|
1717
1738
|
},
|
|
1739
|
+
"core/gather/gatherers/link-elements.js | headerParseWarning": {
|
|
1740
|
+
"message": "Error parsing `link` header ({error}): `{header}`"
|
|
1741
|
+
},
|
|
1718
1742
|
"core/lib/bf-cache-strings.js | HTTPMethodNotGET": {
|
|
1719
1743
|
"message": "Only pages loaded via a GET request are eligible for back/forward cache."
|
|
1720
1744
|
},
|
|
@@ -2735,6 +2759,33 @@
|
|
|
2735
2759
|
"node_modules/lighthouse-stack-packs/packs/ezoic.js | uses-responsive-images": {
|
|
2736
2760
|
"message": "Use [Ezoic Leap](https://pubdash.ezoic.com/speed) and enable `Resize Images` to resize images to a device appropriate size, reducing network payload sizes."
|
|
2737
2761
|
},
|
|
2762
|
+
"node_modules/lighthouse-stack-packs/packs/gatsby.js | modern-image-formats": {
|
|
2763
|
+
"message": "Use the `gatsby-plugin-image` component instead of `<img>` to automatically optimize image format. [Learn more](https://www.gatsbyjs.com/docs/how-to/images-and-media/using-gatsby-plugin-image)."
|
|
2764
|
+
},
|
|
2765
|
+
"node_modules/lighthouse-stack-packs/packs/gatsby.js | offscreen-images": {
|
|
2766
|
+
"message": "Use the `gatsby-plugin-image` component instead of `<img>` to automatically lazy-load images. [Learn more](https://www.gatsbyjs.com/docs/how-to/images-and-media/using-gatsby-plugin-image)."
|
|
2767
|
+
},
|
|
2768
|
+
"node_modules/lighthouse-stack-packs/packs/gatsby.js | prioritize-lcp-image": {
|
|
2769
|
+
"message": "Use the `gatsby-plugin-image` component and set the `loading` prop to `eager`. [Learn more](https://www.gatsbyjs.com/docs/reference/built-in-components/gatsby-plugin-image#shared-props)."
|
|
2770
|
+
},
|
|
2771
|
+
"node_modules/lighthouse-stack-packs/packs/gatsby.js | render-blocking-resources": {
|
|
2772
|
+
"message": "Use the `Gatsby Script API` to defer loading of non-critical third-party scripts. [Learn more](https://www.gatsbyjs.com/docs/reference/built-in-components/gatsby-script/)."
|
|
2773
|
+
},
|
|
2774
|
+
"node_modules/lighthouse-stack-packs/packs/gatsby.js | unused-css-rules": {
|
|
2775
|
+
"message": "Use the `PurgeCSS` `Gatsby` plugin to remove unused rules from stylesheets. [Learn more](https://purgecss.com/plugins/gatsby.html)."
|
|
2776
|
+
},
|
|
2777
|
+
"node_modules/lighthouse-stack-packs/packs/gatsby.js | unused-javascript": {
|
|
2778
|
+
"message": "Use `Webpack Bundle Analyzer` to detect unused JavaScript code. [Learn more](https://www.gatsbyjs.com/plugins/gatsby-plugin-webpack-bundle-analyser-v2/)"
|
|
2779
|
+
},
|
|
2780
|
+
"node_modules/lighthouse-stack-packs/packs/gatsby.js | uses-long-cache-ttl": {
|
|
2781
|
+
"message": "Configure caching for immutable assets. [Learn more](https://www.gatsbyjs.com/docs/how-to/previews-deploys-hosting/caching/)."
|
|
2782
|
+
},
|
|
2783
|
+
"node_modules/lighthouse-stack-packs/packs/gatsby.js | uses-optimized-images": {
|
|
2784
|
+
"message": "Use the `gatsby-plugin-image` component instead of `<img>` to adjust image quality. [Learn more](https://www.gatsbyjs.com/docs/how-to/images-and-media/using-gatsby-plugin-image)."
|
|
2785
|
+
},
|
|
2786
|
+
"node_modules/lighthouse-stack-packs/packs/gatsby.js | uses-responsive-images": {
|
|
2787
|
+
"message": "Use the `gatsby-plugin-image` component to set appropriate `sizes`. [Learn more](https://www.gatsbyjs.com/docs/how-to/images-and-media/using-gatsby-plugin-image)."
|
|
2788
|
+
},
|
|
2738
2789
|
"node_modules/lighthouse-stack-packs/packs/joomla.js | efficient-animated-content": {
|
|
2739
2790
|
"message": "Consider uploading your GIF to a service which will make it available to embed as an HTML5 video."
|
|
2740
2791
|
},
|
|
@@ -2814,10 +2865,10 @@
|
|
|
2814
2865
|
"message": "`<link rel=preload>` tags can be added by [modifying a themes's layout](https://devdocs.magento.com/guides/v2.3/frontend-dev-guide/layouts/xml-manage.html)."
|
|
2815
2866
|
},
|
|
2816
2867
|
"node_modules/lighthouse-stack-packs/packs/next.js | modern-image-formats": {
|
|
2817
|
-
"message": "
|
|
2868
|
+
"message": "Use the `next/image` component instead of `<img>` to automatically optimize image format. [Learn more](https://nextjs.org/docs/basic-features/image-optimization)."
|
|
2818
2869
|
},
|
|
2819
2870
|
"node_modules/lighthouse-stack-packs/packs/next.js | offscreen-images": {
|
|
2820
|
-
"message": "
|
|
2871
|
+
"message": "Use the `next/image` component instead of `<img>` to automatically lazy-load images. [Learn more](https://nextjs.org/docs/basic-features/image-optimization)."
|
|
2821
2872
|
},
|
|
2822
2873
|
"node_modules/lighthouse-stack-packs/packs/next.js | prioritize-lcp-image": {
|
|
2823
2874
|
"message": "Use the `next/image` component and set \"priority\" to true to preload LCP image. [Learn more](https://nextjs.org/docs/api-reference/next/image#priority)."
|
|
@@ -2832,7 +2883,7 @@
|
|
|
2832
2883
|
"message": "Consider setting up `PurgeCSS` in `Next.js` configuration to remove unused rules from stylesheets. [Learn more](https://purgecss.com/guides/next.html)."
|
|
2833
2884
|
},
|
|
2834
2885
|
"node_modules/lighthouse-stack-packs/packs/next.js | unused-javascript": {
|
|
2835
|
-
"message": "
|
|
2886
|
+
"message": "Use `Webpack Bundle Analyzer` to detect unused JavaScript code. [Learn more](https://github.com/vercel/next.js/tree/canary/packages/next-bundle-analyzer)"
|
|
2836
2887
|
},
|
|
2837
2888
|
"node_modules/lighthouse-stack-packs/packs/next.js | user-timings": {
|
|
2838
2889
|
"message": "Consider using `Next.js Analytics` to measure your app's real-world performance. [Learn more](https://nextjs.org/docs/advanced-features/measuring-performance)."
|
|
@@ -2841,7 +2892,7 @@
|
|
|
2841
2892
|
"message": "Configure caching for immutable assets and `Server-side Rendered` (SSR) pages. [Learn more](https://nextjs.org/docs/going-to-production#caching)."
|
|
2842
2893
|
},
|
|
2843
2894
|
"node_modules/lighthouse-stack-packs/packs/next.js | uses-optimized-images": {
|
|
2844
|
-
"message": "
|
|
2895
|
+
"message": "Use the `next/image` component instead of `<img>` to adjust image quality. [Learn more](https://nextjs.org/docs/basic-features/image-optimization)."
|
|
2845
2896
|
},
|
|
2846
2897
|
"node_modules/lighthouse-stack-packs/packs/next.js | uses-responsive-images": {
|
|
2847
2898
|
"message": "Use the `next/image` component to set the appropriate `sizes`. [Learn more](https://nextjs.org/docs/api-reference/next/image#sizes)."
|
|
@@ -3047,6 +3098,9 @@
|
|
|
3047
3098
|
"report/renderer/report-utils.js | expandView": {
|
|
3048
3099
|
"message": "Expand view"
|
|
3049
3100
|
},
|
|
3101
|
+
"report/renderer/report-utils.js | firstPartyChipLabel": {
|
|
3102
|
+
"message": "1st party"
|
|
3103
|
+
},
|
|
3050
3104
|
"report/renderer/report-utils.js | footerIssue": {
|
|
3051
3105
|
"message": "File an issue"
|
|
3052
3106
|
},
|
|
@@ -3065,6 +3119,9 @@
|
|
|
3065
3119
|
"report/renderer/report-utils.js | notApplicableAuditsGroupTitle": {
|
|
3066
3120
|
"message": "Not applicable"
|
|
3067
3121
|
},
|
|
3122
|
+
"report/renderer/report-utils.js | openInANewTabTooltip": {
|
|
3123
|
+
"message": "Open in a new tab"
|
|
3124
|
+
},
|
|
3068
3125
|
"report/renderer/report-utils.js | opportunityResourceColumnLabel": {
|
|
3069
3126
|
"message": "Opportunity"
|
|
3070
3127
|
},
|
|
@@ -3084,7 +3141,7 @@
|
|
|
3084
3141
|
"message": "Emulated Desktop"
|
|
3085
3142
|
},
|
|
3086
3143
|
"report/renderer/report-utils.js | runtimeMobileEmulation": {
|
|
3087
|
-
"message": "Emulated Moto G Power"
|
|
3144
|
+
"message": "Emulated Moto G Power"
|
|
3088
3145
|
},
|
|
3089
3146
|
"report/renderer/report-utils.js | runtimeNoEmulation": {
|
|
3090
3147
|
"message": "No emulation"
|
|
@@ -3143,6 +3200,9 @@
|
|
|
3143
3200
|
"report/renderer/report-utils.js | toplevelWarningsMessage": {
|
|
3144
3201
|
"message": "There were issues affecting this run of Lighthouse:"
|
|
3145
3202
|
},
|
|
3203
|
+
"report/renderer/report-utils.js | unattributable": {
|
|
3204
|
+
"message": "Unattributable"
|
|
3205
|
+
},
|
|
3146
3206
|
"report/renderer/report-utils.js | varianceDisclaimer": {
|
|
3147
3207
|
"message": "Values are estimated and may vary. The [performance score is calculated](https://developer.chrome.com/docs/lighthouse/performance/performance-scoring/) directly from these metrics."
|
|
3148
3208
|
},
|