Commit 30504f7
authored
Correct accessibility values (#219)
`aria-valuemin` is not where the current value should go, `aria-valuenow` is. This is causing problems where screen readers are reading out incorrect percentages as negative values. (see https://www.w3.org/TR/wai-aria-1.1/#progressbar for more info)1 parent d755791 commit 30504f7
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
| 28 | + | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
| |||
0 commit comments