Skip to content

Commit

Permalink
Fix busted description and test.
Browse files Browse the repository at this point in the history
  • Loading branch information
robdodson committed Feb 15, 2019
1 parent e08dd7f commit 35759ac
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions lighthouse-cli/test/fixtures/a11y/a11y_tester.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@
<meta name="viewport" content="user-scalable=no, maximum-scale=1.0">
</head>
<body>
<p>accesskeys</p>
<section>
<button id="accesskeys1" accesskey="s">Foo</button>
<button id="accesskeys2" accesskey="s">Bar</button>
</section>
<p>aria-allowed-attr</p>
<section>
<div
Expand Down
2 changes: 1 addition & 1 deletion lighthouse-core/config/default-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const UIStrings = {
/** Title of the best practices section of the Accessibility category. Within this section are audits with descriptive titles that highlight common accessibility best practices. */
a11yBestPracticesGroupTitle: 'Best practices',
/* Description of the best practices section within the Accessibility category. Within this section are audits with descriptive titles that highlight common accessibility best practices. */
a11yBestPracticesGroupDescription: 'These are opportunities to improve the interpretation of your content by users in different locales.',
a11yBestPracticesGroupDescription: 'These items highlight common accessibility best practices.',
/* Title of the color contrast section within the Accessibility category. Within this section are audits with descriptive titles that highlight the color and vision aspects of the page's accessibility that are passing or failing. */
a11yColorContrastGroupTitle: 'Contrast',
/* Description of the color contrast section within the Accessibility category. Within this section are audits with descriptive titles that highlight the color and vision aspects of the page's accessibility that are passing or failing. */
Expand Down

0 comments on commit 35759ac

Please sign in to comment.