Updating accessibility attribute to progressbar
aXe complains this is a non-compatible attribute to be set as `role="presentation"`
This commit is contained in:
parent
ad72ebd4bb
commit
c730866efe
2
src/js/controls.js
vendored
2
src/js/controls.js
vendored
@ -334,7 +334,7 @@ const controls = {
|
|||||||
min: 0,
|
min: 0,
|
||||||
max: 100,
|
max: 100,
|
||||||
value: 0,
|
value: 0,
|
||||||
role: 'presentation',
|
role: 'progressbar',
|
||||||
'aria-hidden': true,
|
'aria-hidden': true,
|
||||||
},
|
},
|
||||||
attributes,
|
attributes,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user