aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSam Potts <sam@potts.es>2019-02-19 00:11:05 +1100
committerGitHub <noreply@github.com>2019-02-19 00:11:05 +1100
commitd1bc70ea0693e4dcff5b9f342a8b87122fdc5eec (patch)
treea8804aa38c58e700e38cb1e807699ad40c055b56 /src
parentdf61e5cdd20f3bb4eb29a98000be8770690ad018 (diff)
parent38cb20706f7db0b86ef71403dd786a1a076caa29 (diff)
downloadplyr-d1bc70ea0693e4dcff5b9f342a8b87122fdc5eec.tar.lz
plyr-d1bc70ea0693e4dcff5b9f342a8b87122fdc5eec.tar.xz
plyr-d1bc70ea0693e4dcff5b9f342a8b87122fdc5eec.zip
Merge pull request #1327 from robertkraig/develop
Update <progress> bar role=progressbar
Diffstat (limited to 'src')
-rw-r--r--src/js/controls.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/js/controls.js b/src/js/controls.js
index 953ca293..9f16e734 100644
--- a/src/js/controls.js
+++ b/src/js/controls.js
@@ -347,7 +347,7 @@ const controls = {
min: 0,
max: 100,
value: 0,
- role: 'presentation',
+ role: 'progressbar',
'aria-hidden': true,
},
attributes,