en.javascript.info/2-ui/4-forms-controls/2-focus-blur/5-keyboard-mouse/task.md
Ilya Kantor af0ee2a49e up
2017-03-18 14:46:13 +03:00

12 lines
277 B
Markdown

importance: 4
---
# Keyboard-driven mouse
Focus on the mouse. Then use arrow keys to move it:
[demo src="solution"]
P.S. Don't put event handlers anywhere except the `#mouse` element.
P.P.S. Don't modify HTML/CSS, the approach should be generic and work with any element.