Captions are now removed from tab order when hidden

This commit is contained in:
jmclaus
2013-10-04 08:50:08 +02:00
parent e11bd1d96f
commit 4f59e6bbee

View File

@@ -551,6 +551,7 @@ div.video {
margin: 0;
font-size: 14px;
list-style: none;
visibility: visible;
li {
border: 0;
@@ -610,6 +611,7 @@ div.video {
ol.subtitles {
width: 0;
height: 0;
visibility: hidden;
}
ol.subtitles.html5 {
@@ -643,6 +645,7 @@ div.video {
ol.subtitles {
right: -(flex-grid(4));
width: auto;
visibility: hidden;
}
}
@@ -703,6 +706,7 @@ div.video {
position: fixed;
right: 0;
top: 0;
visibility: visible;
@include transition(none);
li {