-
Notifications
You must be signed in to change notification settings - Fork 1k
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 issue #581
Comments
That would be ideal - definitely going to add this soon. Thanks for pointing it out! |
Hi, I don't think this issue is resolved yet. You can see this stackoverflow issue raised for JAWS. I don't have JAWS, but I've tested on both NVDA and ChromeVox and I can confirm the date is not announced for these readers either. With NVDA (and maybe JAWS too), in fact, you cannot even use the keyboard since the arrow keys are tied to something NVDA specific. With ChromeVox, the arrow keys work, but the dates are not announced. |
Additionally, I am also getting limited ARIA for pickadate.js. Data selection is not announced, and the selected value is not announced either (NVDA). |
i can confirm that it not working on NVDA - the date is not spoken |
in the end i solved this problem by mimicking a11yfy script and created an aria-live="assertive" div with the currect date inside it, this solution forcing NVDA reading the date. not a perfect solution but its working for now. |
Hi,
I have a feature request. I am not sure how far the accessibility is supported so depending on the scope, it may be a bug.
I found an issue with accessibility. When i am using the left and right arrow keys to navigate between dates, it doesn't speak out the date. Its just a blank beep. I found another datapicker that does this really well. http://freqdec.github.io/datePicker/
Can we have something similar ?
Cheers.
The text was updated successfully, but these errors were encountered: