Input type="color"
- Disable keyboard interaction with eyedropper button - (2036569946)
#5579
Labels
0 - new
New issues that need assignment.
a11y
Issues related to Accessibility fixes or improvements.
bug
Bug reports for broken functionality. Issues should include a reproduction of the bug.
estimate - 2
Small fix or update, may require updates to tests.
Milestone
Module:
16 Input & Input Message
Violation:
Ensure all interactive functionality is operable with the keyboard
WCAG Reference:
Instance ID:
2036569946
Severity:
8
Description:
[Issue]
Eyedropper tool (when activated and user needs to select an area to eyedrop) that cannot be navigated to and/or operated with the keyboard alone.
[User Impact]
Keyboard-only users will be prevented from accessing the functionality provided by these controls.
Note:
[Suggestion]
Ensure all interactive functionality is operable with the keyboard. The best way to accomplish this is by using appropriate native controls, which come with keyboard functionality built in.
If using a native control is not possible, the control must have tabindex="0" and have JavaScript event listeners that allow the control to be activated when Enter is pressed.
Media Type:
Keyboard Accessibility
Additional Resources:
The text was updated successfully, but these errors were encountered: