wojtekmaj / react-calendar

Ultimate calendar for your React app.
https://projects.wojtekmaj.pl/react-calendar
MIT License
3.46k stars 497 forks source link

Accessibility: Button pressed state and lists #940

Open tskarhed opened 1 month ago

tskarhed commented 1 month ago

Fixes #613 by adding a pressed state to the button.

Also adds lists for displaying, so a screen reader may know which item number you are currently at.

Preferably it would use tables and support arrow key navigation, as mentioned in https://github.com/wojtekmaj/react-calendar/issues/887, but that requires quite a lot of refactoring which will result in breaking changes.