Merge pull request #1 from robertkraig/defect/update-progress-element-axe-error

Updating accessibility attribute to progressbar
This commit is contained in:
Robert Kraig 2019-01-30 12:06:37 -08:00 committed by GitHub
commit 38cb20706f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
src/js/controls.js vendored
View File

@ -347,7 +347,7 @@ const controls = {
min: 0,
max: 100,
value: 0,
role: 'presentation',
role: 'progressbar',
'aria-hidden': true,
},
attributes,