Skip to content

Commit

Permalink
remove accidental double label-content-name-mismatch
Browse files Browse the repository at this point in the history
  • Loading branch information
jazyan committed Jul 25, 2023
1 parent d4f9a66 commit 1b35e6d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion core/config/default-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,6 @@ const defaultConfig = {
'accessibility/input-image-alt',
'accessibility/label-content-name-mismatch',
'accessibility/label',
'accessibility/label-content-name-mismatch',
'accessibility/landmark-one-main',
'accessibility/link-name',
'accessibility/link-in-text-block',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ Array [
Fix any of the following:
Document has multiple static elements with the same id attribute: image-alt
Fix any of the following:
Document has multiple static elements with the same id attribute: document-title
Fix any of the following:
Document has multiple static elements with the same id attribute: label-content-name-mismatch",
Document has multiple static elements with the same id attribute: document-title",
},
]
`;

0 comments on commit 1b35e6d

Please sign in to comment.