Commit 72ea40d7 by jmclaus

Merge pull request #2381 from edx/jmclaus/feature_video_speed_control_improved_a11y

Keyboard events and ARIA markup added to speed control
parents 16f0d12a 31ffce4b
...@@ -71,7 +71,7 @@ ...@@ -71,7 +71,7 @@
<h3>${_('Speed')}</h3> <h3>${_('Speed')}</h3>
<p class="active"></p> <p class="active"></p>
</a> </a>
<ol class="video_speeds"></ol> <ol class="video_speeds" role="menu"></ol>
</div> </div>
<div class="volume"> <div class="volume">
<a href="#" title="${_('Volume')}" role="button" aria-disabled="false"></a> <a href="#" title="${_('Volume')}" role="button" aria-disabled="false"></a>
......
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