Skip to content

Commit

Permalink
Close GH-777: Fix aria-label big-play-button.
Browse files Browse the repository at this point in the history
  • Loading branch information
jtangelder authored and heff committed Oct 17, 2013
1 parent 3203c2c commit e0794cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/big-play-button.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ vjs.BigPlayButton = vjs.Button.extend();
vjs.BigPlayButton.prototype.createEl = function(){
return vjs.Button.prototype.createEl.call(this, 'div', {
className: 'vjs-big-play-button',
innerHTML: '<span></span>',
innerHTML: '<span aria-hidden="true"></span>',
'aria-label': 'play video'
});
};
Expand Down

0 comments on commit e0794cf

Please sign in to comment.