Skip to content

Files

Latest commit

 

History

History
11 lines (6 loc) · 408 Bytes

template-mouse-events-have-key-events.md

File metadata and controls

11 lines (6 loc) · 408 Bytes

Pattern: Missing key event for mouse event

Issue: -

Description

Ensures that the Mouse Events mouseover and mouseout are accompanied with Key Events focus and blur. Keyboard is important for users with physical disabilities who cannot use mouse.

Further Reading