simonwep / pickr

🎨 Flat, simple, multi-themed, responsive and hackable Color-Picker library. No dependencies, no jQuery. Compatible with all CSS Frameworks e.g. Bootstrap, Materialize. Supports alpha channel, rgba, hsla, hsva and more!
https://simonwep.github.io/pickr
MIT License
4.31k stars 285 forks source link

Screen reader doesn't announce color value changes. #271

Closed azaslonov closed 3 years ago

azaslonov commented 3 years ago

What is the current behavior?

Whenever you change the color, the screen reader should announce the new color value. I believe this could be solved with "live regions" feature: https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/ARIA_Live_Regions

simonwep commented 3 years ago

Duplicate of #11. Please add a comment there and don't open another conversation :)

azaslonov commented 3 years ago

Thanks!