Forum Discussion
Alt Text Null Tag
I think Articulate is handling this correctly, the empty alt tag will not be read to the user. You'd get dinged even worse for not having an alt tag. Empty alt tags may show up as a warning during an audit, and something to be aware of, but I would share this with your vendor:
https://accessibleweb.com/question-answer/when-should-i-use-a-null-or-empty-alt-tag/
- LeAnnDrake2 years agoCommunity Member
Thanks for this information. I think my vendors issue is that the HTML is messy and is still announcing an image.
img alt="alt="""
If I was hand coding this it would be img alt ="" But Rise creates this code img alt="alt"" and that is messing with screen readers.- PhilFoss2 years agoCommunity Member
Oh I thought that was a typo in your message, if that is the actual code in your course, that would be a bug, obviously a mistake. Debugging my own flash cards I can't replicate that, would you be able to send a share link?
edit- just realized someone might be inserting the extra empty alt text inside where the alt text should go. If that is the case, just remove the alt text altogether, and it will show up as null/empty as below.