[erik] Anybody have experience with this? I've come upon an .svg being used like this: <img src="some.svg">
. When using VoiceOver and Safari, and going through the content with VO+Right-arrow, it actually goes through each <g>
in the .svg. I had an image that had like 50 stops before I passed it and went on to further content. Setting an alt helps, it's being pronounced as a group with a name. Setting an alt and applying role="img"
helps even more. But for no alt, or empty alt, it seems like only aria-hidden="true"
helps.