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
A11y: <div> with mousedown handler must have an ARIA role (Picker.svelte:104:1)
A11y: <div> with mousedown handler must have an ARIA role (Slider.svelte:84:1)
A11y: <div> with mousedown handler must have an ARIA role (Alpha.svelte:87:1)
A11y: Non-interactive element <label> should not be assigned mouse or keyboard event listeners. (Input.svelte:9:0)
A11y: noninteractive element cannot have nonnegative tabIndex value (A11yNotice.svelte:16:1)
From the issue below:
operation hints should not be in the aria-label (you have the hint for arrow key operation there).
the normal sliders do not need a hint for arrow key operation (you currently have it there)
the colorpicker should not be opened automatically when the buttons are focused, but only after activating the buttons - a keyboard user might want to navigate over the button and not be "trapped" in the colorpicker
the colorpicker should be able to be closed with ESC
for blind users the exceeding of a limit value concerning AA or AAA WCAG contrast requirements can be transmitted e.g. via Live Region
The text was updated successfully, but these errors were encountered:
<div>
with mousedown handler must have an ARIA role (Picker.svelte:104:1)<div>
with mousedown handler must have an ARIA role (Slider.svelte:84:1)<div>
with mousedown handler must have an ARIA role (Alpha.svelte:87:1)<label>
should not be assigned mouse or keyboard event listeners. (Input.svelte:9:0)From the issue below:
The text was updated successfully, but these errors were encountered: