Rating plugin for jQuery. Fast, Progressive enhancement, touch support, icon-font support, highly customizable, unobtrusive JavaScript (using HTML5 data-* attributes), RTL support, supports as many stars as you'd like, and also any step size.
MIT License
161
stars
45
forks
source link
The reset button is not accessible to visually impaired users #47
Because the reset button is given a role of none, it's not announced by assistive technology.
To resolve this, I think all that we have to do is remove the role attribute and let the button semantics reflect through. I'll open a pull request shortly.
Because the reset button is given a role of
none
, it's not announced by assistive technology.To resolve this, I think all that we have to do is remove the role attribute and let the button semantics reflect through. I'll open a pull request shortly.
Thanks!