react-calendar icon indicating copy to clipboard operation
react-calendar copied to clipboard

Accessibility: Button pressed state and lists

Open tskarhed opened this issue 1 year ago • 4 comments

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.

tskarhed avatar May 30 '24 14:05 tskarhed

@wojtekmaj Is there anything else you need from me to make this happen?

tskarhed avatar Aug 16 '24 09:08 tskarhed

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?

tvkarambelas avatar Dec 19 '24 20:12 tvkarambelas

I, too, am interested in this fix.

kzunino avatar Dec 19 '24 21:12 kzunino

@wojtekmaj I am not quite sure how these changes are affecting the failing tests

tskarhed avatar Dec 20 '24 10:12 tskarhed