emulsify-ds / compound

Compound is the default component collection for Emulsify
https://emulsify-ds.github.io/compound/
GNU General Public License v2.0
12 stars 12 forks source link

fix(69): removing check for alt attr before printing it #70

Closed mndonx closed 1 year ago

mndonx commented 1 year ago

This PR fixes/implements the following bugs/features

"If there is no alt attribute on the element, the screen reader will announce the name of the image file, which may not make any sense to the user." So for images that don't have any alt attribute, the preference is the image information not be read at all. Images that are NOT decorative should have alt text.

How to review this pull request

Closing issues

Closes #69

robherba commented 1 year ago

Hi @mndonx, good job. Everything works as expected.

github-actions[bot] commented 1 year ago

:tada: This PR is included in version 1.10.1 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: