Pattern: Missing key event for click event
Issue: -
Ensures that the click event is accompanied with at least one key event keyup
, keydown
or keypress
. Keyboard is important for users with physical disabilities who cannot use mouse.
Pattern: Missing key event for click event
Issue: -
Ensures that the click event is accompanied with at least one key event keyup
, keydown
or keypress
. Keyboard is important for users with physical disabilities who cannot use mouse.