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
If alt text is not present for an image, it is hidden from screen readers with aria-hidden="true". However, the aria-label attribute is still present and serves no purpose.
I would suggest that we completely remove aria-label="" when there is no alt text.
Your environment
Core 6.53.6
Steps to reproduce
Add a Graphic component with an empty string for the alt text.
Subject of the enhancement
If
alt
text is not present for an image, it is hidden from screen readers witharia-hidden="true"
. However, thearia-label
attribute is still present and serves no purpose.I would suggest that we completely remove
aria-label=""
when there is noalt
text.Your environment
Steps to reproduce
Add a Graphic component with an empty string for the
alt
text.The text was updated successfully, but these errors were encountered: