I need to provide content for screenreaders for tags with background-images properties. I cannot use an alt attribute since they are not <img>
tags.
Is it possible for screenreaders to read the content if I set the text color to transparent?
Avoiding display:none or visibility:hidden due to concerns that screenreaders may not pick up the content and potential penalties from Google for hiding content. What other methods can I use to address this issue?