-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Accessibility :: Dates are not reachable using speak over #2003
Comments
Letting this component become WCAG A11y compliant would be a huge improvement. Any work that contributes to that would be welcomed of course :) Feel free to submit a PR and I'll make sure to check it out and provide help getting it released. |
Wonderful, thanks! We will get a PR set up ASAP. Are there any code standards or practices that we should be mindful of while making our enhancements? |
There are a few linters (stuff like ESlint) but those are enforced via the CI, but with any modern editor, those should be picked up automatically. Nothing special at least |
Sounds good, thanks! |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Issue still exists - Not able to foucs all the dates when screen reader is open. Using the Up/down arrow key withthe screen reader (NVDA) enabled, focuses only few dates on the calendar. Expected behavior: Current Behavior Only few dates are focused at random and the skipped dates are read by the screen reader all together with the focused date. Example: https://imgur.com/a/j0avtaB @ben-caplan @dan-diaz Looks this issue was not fixed by your PR. Can you confirm? |
Describe the bug
Per the WCAG A11y specification, a user should be able to hear the dates as he/she navigates through the Date Picker.
To Reproduce
Steps to reproduce the behavior:
Use the date picker with any screen reader
Expected behavior
User is able to hear the dates as they navigate through the Date Picker
Desktop (please complete the following information):
Additional context
We would like to contribute to your project by addressing this A11y issue. Please let us know asap if this update is something you would be open to us working on.
The text was updated successfully, but these errors were encountered: