Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lighthouse-core/audits/accessibility/link-name.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class LinkName extends AxeAudit {
return {
name: 'link-name',
description: 'Links have a discernible name',
failureDescription: 'Links do not have a discernable name',
failureDescription: 'Links do not have a discernible name',
helpText: '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. ' +
Expand Down
2 changes: 1 addition & 1 deletion lighthouse-core/config/default.js
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ module.exports = {
description: 'These are opportunities to improve the configuration of your HTML elements.',
},
'a11y-element-names': {
title: 'Elements Have Discernable Names',
title: 'Elements Have Discernible Names',
description: 'These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.',
},
'a11y-language': {
Expand Down
2 changes: 1 addition & 1 deletion lighthouse-core/test/fixtures/dbw_tester-perf-results.json
Original file line number Diff line number Diff line change
Expand Up @@ -2353,7 +2353,7 @@
"description": "Screen readers and other assitive technologies require annotations to understand otherwise ambiguous content."
},
"a11y-element-names": {
"title": "Elements Have Discernable Names",
"title": "Elements Have Discernible Names",
"description": "Screen readers and other assitive technologies require annotations to understand otherwise ambiguous content."
},
"a11y-language": {
Expand Down
6 changes: 3 additions & 3 deletions lighthouse-core/test/results/sample_v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1463,7 +1463,7 @@
"scoringMode": "binary",
"name": "link-name",
"category": "Accessibility",
"description": "Links have a discernable name.",
"description": "Links have a discernible name.",
"helpText": "Link text (and alternate text for images, when used as links) that is discernible, not duplicated, and focusable improves the navigating experience for screen reader users."
},
"list": {
Expand Down Expand Up @@ -5476,7 +5476,7 @@
"scoringMode": "binary",
"name": "link-name",
"category": "Accessibility",
"description": "Links have a discernable name.",
"description": "Links have a discernible name.",
"helpText": "Link text (and alternate text for images, when used as links) that is discernible, not duplicated, and focusable improves the navigating experience for screen reader users."
},
"score": 100
Expand Down Expand Up @@ -6922,7 +6922,7 @@
"description": "Screen readers and other assistive technologies require annotations to understand otherwise ambiguous content."
},
"a11y-element-names": {
"title": "Elements Have Discernable Names",
"title": "Elements Have Discernible Names",
"description": "Screen readers and other assistive technologies require annotations to understand otherwise ambiguous content."
},
"a11y-language": {
Expand Down