You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello ivylaboratory team, it seems there is an accessibility issue for the images when you need to use a screen reader. In order for the images to have some description for screen readers to comply with (WCAG rule 1.1.1) the images need to have an alt attribute that can be configured to either describe the picture or have an empty string in case the image is not meaningful and it should be omitted from the screen reader elements.
Would it be possible to extend the Image and Images interfaces with an alt attribute, you could put it as optional if you don't want a breaking change. Also if the attribute is empty you could default to empty string '' so the screen reader ignores the image.
I understand we can have control when we use content projection, but when we just pass the [images] input we are unable to provide alt attributes.
The text was updated successfully, but these errors were encountered:
Hello ivylaboratory team, it seems there is an accessibility issue for the images when you need to use a screen reader. In order for the images to have some description for screen readers to comply with (WCAG rule 1.1.1) the images need to have an alt attribute that can be configured to either describe the picture or have an empty string in case the image is not meaningful and it should be omitted from the screen reader elements.
Would it be possible to extend the Image and Images interfaces with an alt attribute, you could put it as optional if you don't want a breaking change. Also if the attribute is empty you could default to empty string '' so the screen reader ignores the image.
I understand we can have control when we use content projection, but when we just pass the [images] input we are unable to provide alt attributes.
The text was updated successfully, but these errors were encountered: