aboutsummaryrefslogtreecommitdiffstats
path: root/controls.md
diff options
context:
space:
mode:
authorSam Potts <sam@potts.es>2018-04-27 00:47:51 +1000
committerSam Potts <sam@potts.es>2018-04-27 00:47:51 +1000
commita812650fea4b61878a50b0a1cc09c5043fbe815e (patch)
tree88996b3bd1bf6d8eef9ee4f5b977eb260a06862b /controls.md
parentfec7a77d6ffa0ac450d5513661dc292f430ad7ba (diff)
downloadplyr-a812650fea4b61878a50b0a1cc09c5043fbe815e.tar.lz
plyr-a812650fea4b61878a50b0a1cc09c5043fbe815e.tar.xz
plyr-a812650fea4b61878a50b0a1cc09c5043fbe815e.zip
v3.2.4
Diffstat (limited to 'controls.md')
-rw-r--r--controls.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/controls.md b/controls.md
index 930795e9..d8adc089 100644
--- a/controls.md
+++ b/controls.md
@@ -121,7 +121,8 @@ const controls = `
<progress class="plyr__progress--buffer" min="0" max="100" value="0">% buffered</progress>
<span role="tooltip" class="plyr__tooltip">00:00</span>
</div>
- <div class="plyr__time">00:00</div>
+ <div class="plyr__time plyr__time--current" aria-label="Current time">00:00</div>
+ <div class="plyr__time plyr__time--duration" aria-label="Duration">00:00</div>
<button type="button" class="plyr__control" aria-pressed="false" aria-label="Mute" data-plyr="mute">
<svg class="icon--pressed" role="presentation"><use xlink:href="#plyr-muted"></use></svg>
<svg class="icon--not-pressed" role="presentation"><use xlink:href="#plyr-volume"></use></svg>