Skip to content
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

Unclear aria-label for Month List Box in DatePicker Component #4521

Closed
devevignesh opened this issue Feb 19, 2024 · 0 comments · Fixed by qburst/react-datepicker-3#16 or #4565
Closed

Comments

@devevignesh
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment