From 732e9a4279ca515d90b4b6c99d8b78c378a89f32 Mon Sep 17 00:00:00 2001 From: hooslab Date: Sat, 29 May 2021 13:56:40 +0900 Subject: Fix typo (#1005) --- files/ko/web/html/global_attributes/contenteditable/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files/ko/web/html') diff --git a/files/ko/web/html/global_attributes/contenteditable/index.html b/files/ko/web/html/global_attributes/contenteditable/index.html index 8c8d2fabb6..8c62411fd4 100644 --- a/files/ko/web/html/global_attributes/contenteditable/index.html +++ b/files/ko/web/html/global_attributes/contenteditable/index.html @@ -24,7 +24,7 @@ translation_of: Web/HTML/Global_attributes/contenteditable

값 없이, <label contenteditable>예제</label>처럼 사용할 경우 빈 문자열 값으로 간주합니다.

-

특성이 없거나, 갑이 유효하지 않은 경우 부모 요소로부터 상속합니다. 즉, 부모 요소를 편집 가능한 경우 자신도 편집 가능합니다.

+

특성이 없거나, 값이 유효하지 않은 경우 부모 요소로부터 상속합니다. 즉, 부모 요소를 편집 가능한 경우 자신도 편집 가능합니다.

가능한 값에 truefalse가 있긴 하지만, contenteditable 특성은 불리언 특성이 아닌 열거형 특성입니다.

-- cgit v1.2.3-54-g00ecf