Skip to content
Snippets Groups Projects
Commit 13bfc7dc authored by Jeff Witt's avatar Jeff Witt
Browse files

Update 09_play_pause_control.js

change title attribute to aria-label on Play button for better screen reader UX
parent 48073300
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@
PlayPauseControl.prototype = {
template: [
'<button class="control video_control play" aria-disabled="false" title="',
'<button class="control video_control play" aria-disabled="false" aria-label="',
gettext('Play'),
'">',
'<span class="icon fa fa-play" aria-hidden="true"></span>',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment