PRX / Play-Angular

Embed player
MIT License
11 stars 7 forks source link

Make player buttons accessible to blind users #191

Closed mwcampbell closed 6 years ago

mwcampbell commented 6 years ago

Some buttons in the player have no text labels, so they're inaccessible to blind users. This PR fixes that by adding the aria-label attribute on those buttons. I chose that over filling in the alt attributes on the images because the latter would have the side effect of showing tooltips.