ryersondmp / sa11y

Sa11y is an accessibility quality assurance tool that visually highlights common accessibility and usability issues. Geared towards content authors, Sa11y straightforwardly identifies errors or warnings at the source with a simple tooltip on how to fix them.
https://sa11y.netlify.app
Other
280 stars 43 forks source link

Duplication in message? #59

Closed brianteeman closed 1 year ago

brianteeman commented 1 year ago

LINK_IMAGE_ALT_WARNING: 'Image link contains alt text, although please ensure alt text describes the destination page. <strong>Consider using the title of the page it links to as the alt text.</strong> Does the alt text describe where the link takes you? <hr> <strong>Alt text:</strong> %(altText)',

suggestion ==> LINK_IMAGE_ALT_WARNING: 'Image link contains alt text. Does the alt text describe where the link takes you? <strong>Consider using the title of the page it links to as the alt text.</strong><hr> <strong>Alt text:</strong> %(altText)',

adamchaboryk commented 1 year ago

Another good catch, thanks! I'll update