Need player icon to work with screen readers for accessibility
-
I’m editing a website for a blind musician. We have some music tracks on one of the pages, and I need for the player icon to work with screen readers. Something like an image alt tag is what I’m looking for, so that the text isn’t visible on the screen, but will be read when the mouse hovers over the player We’re using the icon.sc_embed_player shortcode.
I’ve sort of been able to get it to work if I put some div code around the shortcode like this:
<div role="img" aria-label="Click to play">[sc_embed_player fileurl="**link to mp3 file**"]</div>
But it makes the whole sc_player_container1 div active, so the screen reader says “Click to play” across the whole horizontal space, and not just when the mouse is on the player icon.
Help?
The page I need help with: [log in to see the link]
- The topic ‘Need player icon to work with screen readers for accessibility’ is closed to new replies.