aboutsummaryrefslogtreecommitdiff
path: root/files/ko/web/html/element/meter/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ko/web/html/element/meter/index.html')
-rw-r--r--files/ko/web/html/element/meter/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ko/web/html/element/meter/index.html b/files/ko/web/html/element/meter/index.html
index c2f6a8fcbf..6fda057507 100644
--- a/files/ko/web/html/element/meter/index.html
+++ b/files/ko/web/html/element/meter/index.html
@@ -66,7 +66,7 @@ translation_of: Web/HTML/Element/meter
<dt>{{htmlattrdef("optimum")}}</dt>
<dd>이상적인 값. <code>min</code>과 <code>max</code> 특성으로 정의한 범위 내에 위치해야 합니다. <code>low</code>와 <code>high</code> 특성을 함께 사용한 경우, <code>optimum</code>은 어느 범위가 이상적인지 나타냅니다. 예를 들어, 값이 <code>min</code>과 <code>low</code> 사이에 위치한 경우, 측정 범위 중 낮은 범위가 이상적인 범위입니다.</dd>
<dt>{{htmlattrdef("form")}}</dt>
- <dd><code>&lt;meter&gt;</code>와 연결할 {{htmlelement("form")}} 요소("양식 소유자"). 같은 문서에 존재하는 <code>&lt;form&gt;</code> 요소의 {{htmlattrxref("id")}} 특성 값을 사용해야 합니다. <code>form</code> 특성을 지정하지 않았으나 조상 중 <code>&lt;form&gt;</code> 요소가 존재하면 해당 <code>&lt;form&gt;</code>과 연결됩니다. <a href="https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/input/number"><code>&lt;input type="number"&gt;</code></a>의 값 범위를 보여주는 등 <code>&lt;meter&gt;</code>를 양식 관련 콘텐츠로서 사용할 때만 지정하세요.</dd>
+ <dd><code>&lt;meter&gt;</code>와 연결할 {{htmlelement("form")}} 요소("양식 소유자"). 같은 문서에 존재하는 <code>&lt;form&gt;</code> 요소의 {{htmlattrxref("id")}} 특성 값을 사용해야 합니다. <code>form</code> 특성을 지정하지 않았으나 조상 중 <code>&lt;form&gt;</code> 요소가 존재하면 해당 <code>&lt;form&gt;</code>과 연결됩니다. <a href="/en-US/docs/Web/HTML/Element/input/number"><code>&lt;input type="number"&gt;</code></a>의 값 범위를 보여주는 등 <code>&lt;meter&gt;</code>를 양식 관련 콘텐츠로서 사용할 때만 지정하세요.</dd>
</dl>
<h2 id="예제">예제</h2>