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
Is your feature request related to a problem? Please describe.
There is an accessibility issue with the month list box in the date picker; screen reader users may not understand the label with aria-label="month 2024-02" found in month.jsx
Describe the solution you'd like
It would be better if it were changed to aria-label="month February 2022". According to w3.org, the benefits include
When headings and labels are also correctly marked up and identified in accordance with 1.3.1: Info and Relationships, this Success Criterion helps people who use screen readers by ensuring that labels and headings are meaningful when read out of context.
The text was updated successfully, but these errors were encountered:
balajis-qb
pushed a commit
to qburst/react-datepicker-3
that referenced
this issue
Mar 6, 2024
Is your feature request related to a problem? Please describe.
There is an accessibility issue with the month list box in the date picker; screen reader users may not understand the label with
aria-label="month 2024-02"
found in month.jsxDescribe the solution you'd like
It would be better if it were changed to
aria-label="month February 2022"
. According to w3.org, the benefits includeThe text was updated successfully, but these errors were encountered: