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
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.
Expectation
Ensure the component fully adheres to WCAG 2.2 standards.
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.
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.
Expectation
Ensure the component fully adheres to WCAG 2.2 standards.
Plans:
Suggested by https://www.w3.org/WAI/ARIA/apg/patterns/combobox/examples/combobox-datepicker/, If necessary, replace it with a valid ARIA role, such as role="combobox", and include proper attributes like aria-expanded, aria-controls.
The text was updated successfully, but these errors were encountered: