aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Potts <me@sampotts.me>2016-01-23 12:24:58 +1100
committerSam Potts <me@sampotts.me>2016-01-23 12:24:58 +1100
commit173e651e3f4549b7a337e30854d1e4467940b489 (patch)
tree2d5691e0af29595f2cfc8eb0a89726d683d1e5cc
parentfa5cb828c0effab0f7254c62d22133cec52b0116 (diff)
downloadplyr-173e651e3f4549b7a337e30854d1e4467940b489.tar.lz
plyr-173e651e3f4549b7a337e30854d1e4467940b489.tar.xz
plyr-173e651e3f4549b7a337e30854d1e4467940b489.zip
Comment
-rw-r--r--src/js/plyr.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/js/plyr.js b/src/js/plyr.js
index 0b5bab14..afa9b6b8 100644
--- a/src/js/plyr.js
+++ b/src/js/plyr.js
@@ -589,6 +589,7 @@
}
// Toggle aria-pressed state on a toggle button
+ // http://www.ssbbartgroup.com/blog/how-not-to-misuse-aria-states-properties-and-roles
function _toggleState(target, state) {
// Bail if no target
if(!target) {