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

Improving cv-date-picker #1700

Open
yzzhuo opened this issue Jan 16, 2025 · 1 comment
Open

Improving cv-date-picker #1700

yzzhuo opened this issue Jan 16, 2025 · 1 comment
Labels
stale 🍞 No recent activity V3 - Vue 3

Comments

@yzzhuo
Copy link

yzzhuo commented Jan 16, 2025

Description
There is an accessibility problem in the cv-date-picker component regarding its use of ARIA roles. Currently, the component assigns role="datepicker" to the input element, but this is not a valid ARIA role according to the WAI-ARIA specification. This results in a critical accessibility violation flagged by tools like Axe.
Image

Expectation
Ensure the component fully adheres to WCAG 2.2 standards.

Plans:

@yzzhuo yzzhuo changed the title Improving [cv-some-component] Improving cv-date-picker Jan 16, 2025
Copy link

github-actions bot commented Feb 2, 2025

This issue has been marked as stale because it has required additional
info or a response from the author for over 14 days. When you get the
chance, please comment with the additional info requested.
Otherwise, this issue will be closed in 28 days.

@github-actions github-actions bot added the stale 🍞 No recent activity label Feb 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stale 🍞 No recent activity V3 - Vue 3
Projects
None yet
Development

No branches or pull requests

1 participant