crisbeto / angular-svg-round-progressbar

Angular module that uses SVG to create a circular progressbar
https://crisbeto.github.io/angular-svg-round-progressbar/
MIT License
741 stars 173 forks source link

Correct accessibility values #219

Closed gilluminate closed 3 years ago

gilluminate commented 3 years ago

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)