Skip to content

Commit 0d9f0b9

Browse files
authoredFeb 16, 2022
core(a11y): change link in category description to web.dev (#13638)
1 parent 23c24df commit 0d9f0b9

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed
 

‎lighthouse-cli/test/cli/__snapshots__/index-test.js.snap

+1-1
Original file line numberDiff line numberDiff line change
@@ -724,7 +724,7 @@ Object {
724724
"weight": 0,
725725
},
726726
],
727-
"description": "These checks highlight opportunities to [improve the accessibility of your web app](https://developers.google.com/web/fundamentals/accessibility). Only a subset of accessibility issues can be automatically detected so manual testing is also encouraged.",
727+
"description": "These checks highlight opportunities to [improve the accessibility of your web app](https://web.dev/lighthouse-accessibility/). Only a subset of accessibility issues can be automatically detected so manual testing is also encouraged.",
728728
"manualDescription": "These items address areas which an automated testing tool cannot cover. Learn more in our guide on [conducting an accessibility review](https://developers.google.com/web/fundamentals/accessibility/how-to-review).",
729729
"supportedModes": Array [
730730
"navigation",

‎lighthouse-core/config/default-config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ const UIStrings = {
3939
/** Title of the Accessibility category of audits. This section contains audits focused on making web content accessible to all users. Also used as a label of a score gauge; try to limit to 20 characters. */
4040
a11yCategoryTitle: 'Accessibility',
4141
/** Description of the Accessibility category. This is displayed at the top of a list of audits focused on making web content accessible to all users. No character length limits. 'improve the accessibility of your web app' becomes link text to additional documentation. */
42-
a11yCategoryDescription: 'These checks highlight opportunities to [improve the accessibility of your web app](https://developers.google.com/web/fundamentals/accessibility). Only a subset of accessibility issues can be automatically detected so manual testing is also encouraged.',
42+
a11yCategoryDescription: 'These checks highlight opportunities to [improve the accessibility of your web app](https://web.dev/lighthouse-accessibility/). Only a subset of accessibility issues can be automatically detected so manual testing is also encouraged.',
4343
/** Description of the Accessibility manual checks category. This description is displayed above a list of accessibility audits that currently have no automated test and so must be verified manually by the user. No character length limits. 'conducting an accessibility review' becomes link text to additional documentation. */
4444
a11yCategoryManualDescription: 'These items address areas which an automated testing tool cannot cover. Learn more in our guide on [conducting an accessibility review](https://developers.google.com/web/fundamentals/accessibility/how-to-review).',
4545
/** Title of the best practices section of the Accessibility category. Within this section are audits with descriptive titles that highlight common accessibility best practices. */

‎lighthouse-core/test/results/sample_v2.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6225,7 +6225,7 @@
62256225
},
62266226
"accessibility": {
62276227
"title": "Accessibility",
6228-
"description": "These checks highlight opportunities to [improve the accessibility of your web app](https://developers.google.com/web/fundamentals/accessibility). Only a subset of accessibility issues can be automatically detected so manual testing is also encouraged.",
6228+
"description": "These checks highlight opportunities to [improve the accessibility of your web app](https://web.dev/lighthouse-accessibility/). Only a subset of accessibility issues can be automatically detected so manual testing is also encouraged.",
62296229
"manualDescription": "These items address areas which an automated testing tool cannot cover. Learn more in our guide on [conducting an accessibility review](https://developers.google.com/web/fundamentals/accessibility/how-to-review).",
62306230
"supportedModes": [
62316231
"navigation",

‎shared/localization/locales/en-US.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎shared/localization/locales/en-XL.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.