File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed
2-ui/4-forms-controls/2-focus-blur/5-keyboard-mouse Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 1818
1919< body >
2020
21- < p > Click on the mouse and move it with arrow keys .</ p >
21+ < p > 쥐를 클릭하고 화살표 키를 눌러 쥐를 움직여 보세요 .</ p >
2222
2323 < pre id ="mouse ">
2424 _ _
3434
3535
3636 < script >
37- // ...your code ...
37+ // ...여기에 코드를 작성하세요 ...
3838 </ script >
3939
4040</ body >
Original file line number Diff line number Diff line change @@ -2,11 +2,12 @@ importance: 4
22
33---
44
5- # Keyboard-driven mouse
5+ # 키보드로 쥐 움직이기
66
7- Focus on the mouse. Then use arrow keys to move it:
7+ 쥐에 포커스를 준 다음 화살표 키를 이용해서 쥐를 움직여봅시다.
88
99[ demo src="solution"]
1010
11- P.S. Don't put event handlers anywhere except the ` #mouse ` element.
12- P.P.S. Don't modify HTML/CSS, the approach should be generic and work with any element.
11+ 참고1: ` #mouse ` 요소 이외의 어느 곳에도 이벤트 핸들러를 달지 마세요.
12+
13+ 참고2: HTML과 CSS를 수정하지 마세요. 작성할 자바스크립트는 어떤 요소에서도 동작할 수 있는 범용성이 있어야 합니다.
You can’t perform that action at this time.
0 commit comments