gjunge / rateit.js

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

Remove 'none' role from reset button. #48

Closed lal65 closed 6 months ago

lal65 commented 6 months ago

The 'none' role added to the reset button prevents assistive technology from announcing the reset button to visually impaired users. By removing 'none', the button's semantic and aria-label will be announced to users.

Thanks for helping make the internet a more accessible place!