From 07bd50e693612ae2c96d982f65f3757aaeb6290e Mon Sep 17 00:00:00 2001 From: hochan222 Date: Thu, 28 Oct 2021 17:51:03 +0900 Subject: fix: /ko/docs/web/html/applying_color, EmbedLiveSample and flaws --- files/ko/web/html/element/label/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'files/ko') diff --git a/files/ko/web/html/element/label/index.html b/files/ko/web/html/element/label/index.html index 2d99a140c5..1984b664a2 100644 --- a/files/ko/web/html/element/label/index.html +++ b/files/ko/web/html/element/label/index.html @@ -63,14 +63,14 @@ translation_of: Web/HTML/Element/label
<label>Click me <input type="text"></label>
-

{{EmbedLiveSample('Simple_label_example', '200', '50', '')}}

+

{{EmbedLiveSample('간단한_label_예제', '200', '50', '')}}

"for" 속성 예제

<label for="username">Click me</label>
 <input type="text" id="username">
-

{{EmbedLiveSample('Using_the_for_attribute', '200', '50', '')}}

+

{{EmbedLiveSample('for_속성_예제', '200', '50', '')}}

접근성 고려사항

@@ -101,7 +101,7 @@ translation_of: Web/HTML/Element/label

제목

-

제목은 일반적으로 탐색 목적의 보조 도구로 사용되므로 <label>  내에 제목 요소를 배치하면 많은 종류의 보조 기술을 방해합니다. label의 텍스트를 시각적으로 조정해야하는 경우,  <label> 요소에 적용된 CSS 클래스를 사용하십시오.

+

제목은 일반적으로 탐색 목적의 보조 도구로 사용되므로 <label>  내에 제목 요소를 배치하면 많은 종류의 보조 기술을 방해합니다. label의 텍스트를 시각적으로 조정해야하는 경우,  <label> 요소에 적용된 CSS 클래스를 사용하십시오.

양식(form) 또는 양식의 섹션에 제목이 필요한 경우 {{HTMLElement ( "fieldset")}} 내에 배치 된 {{HTMLElement ( "legend")}} 요소를 사용하십시오.

-- cgit v1.2.3-54-g00ecf