diff options
author | Sam Potts <sam@potts.es> | 2019-02-19 00:11:05 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-19 00:11:05 +1100 |
commit | d1bc70ea0693e4dcff5b9f342a8b87122fdc5eec (patch) | |
tree | a8804aa38c58e700e38cb1e807699ad40c055b56 /src | |
parent | df61e5cdd20f3bb4eb29a98000be8770690ad018 (diff) | |
parent | 38cb20706f7db0b86ef71403dd786a1a076caa29 (diff) | |
download | plyr-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.js | 2 |
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, |