[Multicolumn] Image alt text defaults to column title #395
Labels
Category: Accessibility
Bugs found while using assistive technology
Category: Bug
Something isn't working
Effort: Low
Severity: 1
Urgent Severity
Issue summary
In the Multicolumn section, if an image is added, its
alt
text is automatically set from the column title. Depending on the intended purpose of the image/content, this could result in incorrectalt
content or missingalt
content.Screenshots
Current code
HTML
Steps to reproduce
alt
text different than the column title textBehavior
Expected
alt
value to be as set in Admin.Actual
alt
is set as the column title text.Recommendation
Separate the image
alt
text from the column heading text. Use the liquid variable from theimage
object and set as the imagealt
attribute value.Recommended code
HTML
Specifications
The text was updated successfully, but these errors were encountered: