Skip to content

Commit

Permalink
Match pass with expected pass message
Browse files Browse the repository at this point in the history
  • Loading branch information
philljenkins committed Jan 9, 2024
1 parent 669969f commit 9d411a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion accessibility-checker-engine/src/v4/rules/img_alt_valid.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export let img_alt_valid: Rule = {
},
messages: {
"en-US": {
"pass": "Image has required 'alt' attribute, ARIA label, or title if they convey meaning, or 'alt=\"\" if decorative",
"pass": "Image has required 'alt' attribute, ARIA label, or title if it conveys meaning, or 'alt=\"\" if decorative",
"fail_blank_alt": "Image 'alt' attribute value consists only of blank space(s)",
"fail_no_alt": "The image has neither an 'alt' attribute, an ARIA label, nor a title",
"fail_blank_title": "The image does not have an 'alt' attribute or ARIA label, and the 'title' attribute value consists only of blank space(s)",
Expand Down

0 comments on commit 9d411a9

Please sign in to comment.