We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b061491 commit bcd80f9Copy full SHA for bcd80f9
src/js/player.js
@@ -803,6 +803,8 @@ class Player extends Component {
803
// if it's been set to something different to the doc
804
this.el_.setAttribute('lang', this.language_);
805
806
+ this.el_.setAttribute('translate', 'no');
807
+
808
this.el_ = el;
809
810
return el;
src/js/tracks/text-track-display.js
@@ -218,6 +218,7 @@ class TextTrackDisplay extends Component {
218
return super.createEl('div', {
219
className: 'vjs-text-track-display'
220
}, {
221
+ 'translate': 'yes',
222
'aria-live': 'off',
223
'aria-atomic': 'true'
224
});
0 commit comments