zefoy / ngx-color-picker

Color picker widget for the Angular (version 2 and newer)
MIT License
454 stars 142 forks source link

Accessibility issues in color picker #360

Open uipath-utkarsh opened 2 months ago

uipath-utkarsh commented 2 months ago

Hi, Our accessibility team raised a few accessibility issues with the ngx-color-picker which are not yet fixed in v17.

Below is the summary of the bugs

The up/down arrow button is not accessible via keyboard. Cannot move to this button by pressing tab. image

The input boxes do not have any aria-label/accessible name. image

The input boxes do not have an accessible name/aria label. image

Can we know if these issues are already fixed in upcoming version?

Thanks and Best Regards.

SuphalAthlur commented 1 week ago

Adding on to this issue,

The spin button to switch between color formats does not have an accessible role and accessible label

image