Skip to content

Commit

Permalink
Moved the tabindex from the text area to the progress bar
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurentGoderre committed Jun 3, 2014
1 parent df54ca0 commit 912d443
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/plugins/multimedia/assets/mediacontrols.html
Expand Up @@ -17,13 +17,13 @@
</div>
</div>

<div tabindex="0" class="tline">
<div class="tline">
<div class="wb-mm-txtonly">
<p class="wb-mm-tmln-crrnt"><span class="wb-inv">{{position}}</span><span>00:00:00</span></p>
<p class="wb-mm-tmln-ttl"><span class="wb-inv">{{duration}}</span><span>--:--:--</span></p>
</div>
<div class="wb-mm-prgrss">
<progress aria-live="off" max="100" value="0"></progress>
<progress tabindex="0" aria-live="off" max="100" value="0"></progress>
</div>

</div>
Expand Down

0 comments on commit 912d443

Please sign in to comment.