Updating accessibility attribute to progressbar

aXe complains this is a non-compatible attribute to be set as `role="presentation"`
This commit is contained in:
Robert Kraig 2019-01-30 12:05:12 -08:00 committed by GitHub
parent ad72ebd4bb
commit c730866efe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
src/js/controls.js vendored
View File

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