Commit bf938052 by Chris Rodriguez

AC-406 adding label to volume slider

parent 387f968c
...@@ -50,13 +50,14 @@ function() { ...@@ -50,13 +50,14 @@ function() {
'</span>', '</span>',
'</span>', '</span>',
'</button>', '</button>',
'<div class="volume-slider-container" aria-hidden="true">', '<div class="volume-slider-container" aria-hidden="true" title="' + gettext('Adjust video volume') + '">', // jshint ignore: line
'<div class="volume-slider" ', '<div class="volume-slider" ',
'role="slider"', 'role="slider"',
'aria-orientation="vertical" ', 'aria-orientation="vertical" ',
'aria-valuemin="0" ', 'aria-valuemin="0" ',
'aria-valuemax="100" ', 'aria-valuemax="100" ',
'aria-valuenow=""></div>', 'aria-valuenow="" ',
'aria-label="' + gettext('Adjust video volume') + '"></div>',
'</div>', '</div>',
'</div>' '</div>'
].join(''), ].join(''),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment