Skip to content

Commit dfca7c7

Browse files
1st-awardViolet-Bora-Lee
authored andcommitted
[과제 번역] focus와 blur 과제, Editable div의 문제 번역(#1090)
1 parent faae9ea commit dfca7c7

File tree

1 file changed

+4
-4
lines changed
  • 2-ui/4-forms-controls/2-focus-blur/3-editable-div

1 file changed

+4
-4
lines changed

2-ui/4-forms-controls/2-focus-blur/3-editable-div/task.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ importance: 5
22

33
---
44

5-
# Editable div
5+
# 수정 가능한 div
66

7-
Create a `<div>` that turns into `<textarea>` when clicked.
7+
클릭하면 `<textarea>`로 변하는 `<div>`를 만들어보세요.
88

9-
The textarea allows to edit the HTML in the `<div>`.
9+
textarea에선 `<div>` 안에있는 HTML을 수정할 수 있어야 합니다.
1010

11-
When the user presses `key:Enter` or it loses focus, the `<textarea>` turns back into `<div>`, and its content becomes HTML in `<div>`.
11+
사용자가 `key:Enter`를 누르거나 textarea 요소가 포커스를 잃으면 `<textarea>`는 다시 `<div>`로 변해야 하고 textarea에 입력했던 콘텐츠는 `<div>`안 HTML이 되어야 합니다.
1212

1313
[demo src="solution"]

0 commit comments

Comments
 (0)