Accessibility Suggestions
-
Thanks for this excellent plugin, I think it’s really useful.
I just wanted to make a suggestion for improving the accessibility of the SVG that is output onto pages – specifically for screen reader users. If you could do this one thing, it would benefit many people.
So, when your plugin is putting out the tag for the svg files , you correctly use the alt attribute to include any alternate text that the user has added. However, SVG support in screen readers is still a fairly new thing, and to ensure widest possible support, it’s also necessary to add the role=”img” attribute to the tag too – otherwise some screen readers won’t ‘see’ the SVG image.
Example:
`
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Accessibility Suggestions’ is closed to new replies.