Merge pull request #1327 from robertkraig/develop
Update <progress> bar role=progressbar
This commit is contained in:
commit
d1bc70ea06
2
src/js/controls.js
vendored
2
src/js/controls.js
vendored
@ -347,7 +347,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