jaames / iro.js

🎨 Modular color picker widget for JavaScript, with support for a bunch of color formats

Home Page:https://iro.js.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add ARIA attributes to sliders

jepsar opened this issue · comments

Improve accessibility by adding the appropriate ARIA attributes to the sliders.

See https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/slider_role

Relates to #237