Skip to content

Commit c989eef

Browse files
donkeemanViolet-Bora-Lee
authored andcommitted
[이벤트 위임] 과제4 문제 번역 - line 31(#1313)
1 parent b8ee04b commit c989eef

File tree

1 file changed

+1
-1
lines changed
  • 2-ui/2-events/03-event-delegation/4-behavior-tooltip

1 file changed

+1
-1
lines changed

2-ui/2-events/03-event-delegation/4-behavior-tooltip/task.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Details:
2828
- The tooltip content is given in the `data-tooltip` attribute. It can be arbitrary HTML.
2929

3030
You'll need two events here:
31-
- `mouseover` triggers when a pointer comes over an element.
31+
- `mouseover` -- 요소 안으로 포인터가 이동할 때 발생하는 이벤트
3232
- `mouseout` triggers when a pointer leaves an element.
3333

3434
Please use event delegation: set up two handlers on `document` to track all "overs" and "outs" from elements with `data-tooltip` and manage tooltips from there.

0 commit comments

Comments
 (0)