Skip to content

Commit

Permalink
Confusing alt text fail description
Browse files Browse the repository at this point in the history
  • Loading branch information
younglim committed Aug 29, 2024
1 parent c439b06 commit ba79a1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/crawlers/commonCrawlerFunc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ export const runAxeScript = async (
impact: 'serious', // Set the severity to serious
messages: {
pass: 'The image alt text is probably useful',
fail: 'The image alt text is confusing or not useful',
fail: 'The image alt text set as \'img\', \'image\', \'picture\', \'photo\', or \'graphic\' is confusing or not useful',
}
}
}
Expand Down

0 comments on commit ba79a1a

Please sign in to comment.