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
+1 -1
View File
@@ -347,7 +347,7 @@ const controls = {
min: 0,
max: 100,
value: 0,
role: 'presentation',
role: 'progressbar',
'aria-hidden': true,
},
attributes,