Fix for hidden buffer and incorrect use of aria-hidden

This commit is contained in:
Sam Potts
2018-04-25 19:40:23 +10:00
parent f1b275aedc
commit ef8e58ede4
19 changed files with 2057 additions and 973 deletions

View File

@ -2,15 +2,6 @@
// Hiding content nicely
// --------------------------------------------------------------
// Attributes
.plyr--full-ui [hidden] {
display: none;
}
.plyr--full-ui [aria-hidden='true'] {
display: none;
}
// Screen reader only elements
.plyr__sr-only {
clip: rect(1px, 1px, 1px, 1px);