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

icons #51

Closed brianteeman closed 1 year ago

brianteeman commented 1 year ago

link rel=shortcut should not be used https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel so it is removed

Setting the type is also not required so it is removed - if is wanted then it sdhould be corrected instead as its not a jpg ;)

adamchaboryk commented 1 year ago

Also good catch - TY!