diff options
-rw-r--r-- | files/ko/web/html/global_attributes/contenteditable/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 <p>값 없이, <code><label contenteditable>예제</label></code>처럼 사용할 경우 빈 문자열 값으로 간주합니다.</p> -<p>특성이 없거나, 갑이 유효하지 않은 경우 부모 요소로부터 상속합니다. 즉, 부모 요소를 편집 가능한 경우 자신도 편집 가능합니다.</p> +<p>특성이 없거나, 값이 유효하지 않은 경우 부모 요소로부터 상속합니다. 즉, 부모 요소를 편집 가능한 경우 자신도 편집 가능합니다.</p> <p>가능한 값에 <code>true</code>와 <code>false</code>가 있긴 하지만, <code>contenteditable</code> 특성은 불리언 특성이 아닌 열거형 특성입니다.</p> |