Pause/play button doesn’t have aria-label attribute
-
The play/pause button doesn’t have aria-label attribute what makes invisible to the screen readers. Now the screen readers just announce “link” and that’s all. So the user will remain confused: what link, it leads where? (no text, no title). And it shouldn’t be link, it should be <button>
<a href="#" class="flex-pause"></a>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Pause/play button doesn’t have aria-label attribute’ is closed to new replies.