Merge pull request #1 from robertkraig/defect/update-progress-element-axe-error
Updating accessibility attribute to progressbar
This commit is contained in:
commit
38cb20706f
2
src/js/controls.js
vendored
2
src/js/controls.js
vendored
@ -347,7 +347,7 @@ const controls = {
|
||||
min: 0,
|
||||
max: 100,
|
||||
value: 0,
|
||||
role: 'presentation',
|
||||
role: 'progressbar',
|
||||
'aria-hidden': true,
|
||||
},
|
||||
attributes,
|
||||
|
Loading…
x
Reference in New Issue
Block a user