You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using VanillaJs-datepicker library 1.3.3 version in my project and i was working on the accessibility issue we found in this for date range calendar.
Steps to reproduce the issue :-
Open a web page that uses the vanillajs-datepicker library.
Navigate to the dateRangePicker input field using the "Tab" key on your keyboard.
Once the input field has focus, the entire calendar will be read out by the screen reader.
Use the arrow keys on your keyboard to navigate through the calendar cells/spans.
Notice that the screen reader does not pronounce the date when you move through the cells/spans using the arrow keys. Instead, it pronounces the word "blank".
If you select a date from the next month, the screen reader will read out the entire month's dates at once, which can be overwhelming for users who rely on screen readers.
Also, The screen reader does not read out the names of the days of the week, only the short forms (e.g. "Su", "Mo", "Tu", etc.), which can make it difficult for users to understand which day they are selecting.
The text was updated successfully, but these errors were encountered:
I am using VanillaJs-datepicker library 1.3.3 version in my project and i was working on the accessibility issue we found in this for date range calendar.
Steps to reproduce the issue :-
The text was updated successfully, but these errors were encountered: