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.
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 thealt
attributes on the images because the latter would have the side effect of showing tooltips.