-
Alena
Hi there,
I would like to exclude decorative images from the assistive technology. I’ve added the attribute aria-hidden=”true” to the image element and I have the title and the alt text empty.
The tool https://accessibe.com/accessscan evaluates this solution as a failure – Figure elements used to display images should have a role=”none” attribute, and the image itself should provide a description using the “alt” attribute.
Do you have any suggestions on how to do this, please?
-
Hi there,
I’m not an SEO expert, so maybe try following the tool’s suggestion, add
role ="none"and thealtattribute. -
Alena
I’m not an SEO expert either, nor am I stupid. In the end, marking the parent container as aria-hidden=”true” helped.
-
Glad to hear that 🙂
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.