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
This was reported initially during an accessibility audit we were running against a new project. At first I thought it was a human error but with subsequent tests it appears to be an issue in the block output. This could potentially be a user/documentation error though.
Repro steps
Insert a grid block
Set a column to have a background image
Check the HTML of the <img> tag to verify there is no alt tag.
Attempted fixes
Initially the alt tag was not provided in the background image vis the media library. The Alt tag was added and the image was updated in the column background. No alt text was added.
Checked to see if there was a method for adding the alt tag to the background image but it was not readily apparent.
Expected Results
The alt text from the media library would be used for the background image.
A field would be provided or made clearly available/documented for adding a custom alt text for the background image.
The text was updated successfully, but these errors were encountered:
This was reported initially during an accessibility audit we were running against a new project. At first I thought it was a human error but with subsequent tests it appears to be an issue in the block output. This could potentially be a user/documentation error though.
Repro steps
<img>
tag to verify there is no alt tag.Attempted fixes
Expected Results
The text was updated successfully, but these errors were encountered: