Accessibility: Button pressed state and lists
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.
@wojtekmaj Is there anything else you need from me to make this happen?
hi @wojtekmaj I'm interested in the status of this PR as well. The issue that this PR is fixing blocks my ability to use the library in a project. Is this something that's intended to be merged in the near future?
I, too, am interested in this fix.
@wojtekmaj I am not quite sure how these changes are affecting the failing tests