aboutsummaryrefslogtreecommitdiff
path: root/files/ko/web/html/attributes/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ko/web/html/attributes/index.html')
-rw-r--r--files/ko/web/html/attributes/index.html50
1 files changed, 25 insertions, 25 deletions
diff --git a/files/ko/web/html/attributes/index.html b/files/ko/web/html/attributes/index.html
index 12e0c02235..a8effb43af 100644
--- a/files/ko/web/html/attributes/index.html
+++ b/files/ko/web/html/attributes/index.html
@@ -47,7 +47,7 @@ translation_of: Web/HTML/Attributes
<td>해당 요소의 가로 정렬 방식을 명시합니다.</td>
</tr>
<tr>
- <td><code><a href="https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Attributes/allow">allow</a></code></td>
+ <td><code><a href="/en-US/docs/Web/HTML/Attributes/allow">allow</a></code></td>
<td>{{ HTMLElement("iframe") }}</td>
<td>Specifies a feature-policy for the iframe.</td>
</tr>
@@ -116,7 +116,7 @@ translation_of: Web/HTML/Attributes
<td>이미 버퍼링된 미디어의 시간 범위를 가집니다.</td>
</tr>
<tr>
- <td><code><a href="https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Attributes/capture">capture</a></code></td>
+ <td><code><a href="/en-US/docs/Web/HTML/Attributes/capture">capture</a></code></td>
<td>{{ HTMLElement("input") }}</td>
<td>From the {{SpecName('HTML Media Capture', '#the-capture-attribute','media capture')}}spec, specifies a new file can be captured.</td>
</tr>
@@ -207,7 +207,7 @@ translation_of: Web/HTML/Attributes
<td>How the element handles cross-origin requests</td>
</tr>
<tr>
- <td><code><a href="https://wiki.developer.mozilla.org/docs/Web/API/HTMLiframeElement/csp">csp</a></code> {{experimental_inline}}</td>
+ <td><code><a href="/ko/docs/Web/API/HTMLiframeElement/csp">csp</a></code> {{experimental_inline}}</td>
<td>{{ HTMLElement("iframe") }}</td>
<td>Specifies the Content Security Policy that an embedded document must agree to enforce upon itself.</td>
</tr>
@@ -227,7 +227,7 @@ translation_of: Web/HTML/Attributes
<td>Indicates the date and time associated with the element.</td>
</tr>
<tr>
- <td><code><a href="https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Attributes/decoding">decoding</a></code></td>
+ <td><code><a href="/en-US/docs/Web/HTML/Attributes/decoding">decoding</a></code></td>
<td>{{ HTMLElement("img") }}</td>
<td>Indicates the preferred method to decode the image.</td>
</tr>
@@ -277,8 +277,8 @@ translation_of: Web/HTML/Attributes
<td>Defines the content type of the form date when the <code>method</code> is POST.</td>
</tr>
<tr>
- <td><code><a href="https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Attributes/enterkeyhint">enterkeyhint</a></code> {{experimental_inline}}</td>
- <td>{{ HTMLElement("textarea") }}, <a href="https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/contenteditable"><code>contenteditable</code></a></td>
+ <td><code><a href="/en-US/docs/Web/HTML/Attributes/enterkeyhint">enterkeyhint</a></code> {{experimental_inline}}</td>
+ <td>{{ HTMLElement("textarea") }}, <a href="/en-US/docs/Web/HTML/Global_attributes/contenteditable"><code>contenteditable</code></a></td>
<td>The <a href="https://html.spec.whatwg.org/dev/interaction.html#input-modalities:-the-enterkeyhint-attribute"><code>enterkeyhint</code></a> specifies what action label (or icon) to present for the enter key on virtual keyboards. The attribute can be used with form controls (such as the value of <code>textarea</code> elements), or in elements in an editing host (e.g., using <code>contenteditable</code> attribute).</td>
</tr>
<tr>
@@ -297,24 +297,24 @@ translation_of: Web/HTML/Attributes
<td>Indicates the action of the element, overriding the action defined in the {{ HTMLElement("form") }}.</td>
</tr>
<tr>
- <td><code><a href="https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Attributes/formenctype">formenctype</a></code></td>
+ <td><code><a href="/en-US/docs/Web/HTML/Attributes/formenctype">formenctype</a></code></td>
<td>{{ HTMLElement("button") }}, {{ HTMLElement("input") }}</td>
- <td>If the button/input is a submit button (<code>type="submit"</code>), this attribute sets the encoding type to use during form submission. If this attribute is specified, it overrides the <code>enctype</code> attribute of the button's <a href="https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/form">form</a> owner.</td>
+ <td>If the button/input is a submit button (<code>type="submit"</code>), this attribute sets the encoding type to use during form submission. If this attribute is specified, it overrides the <code>enctype</code> attribute of the button's <a href="/en-US/docs/Web/HTML/Element/form">form</a> owner.</td>
</tr>
<tr>
- <td><code><a href="https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Attributes/formmethod">formmethod</a></code></td>
+ <td><code><a href="/en-US/docs/Web/HTML/Attributes/formmethod">formmethod</a></code></td>
<td>{{ HTMLElement("button") }}, {{ HTMLElement("input") }}</td>
- <td>If the button/input is a submit button (<code>type="submit"</code>), this attribute sets the submission method to use during form submission (<code>GET</code>, <code>POST</code>, etc.). If this attribute is specified, it overrides the <code>method</code> attribute of the button's <a href="https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/form">form</a> owner.</td>
+ <td>If the button/input is a submit button (<code>type="submit"</code>), this attribute sets the submission method to use during form submission (<code>GET</code>, <code>POST</code>, etc.). If this attribute is specified, it overrides the <code>method</code> attribute of the button's <a href="/en-US/docs/Web/HTML/Element/form">form</a> owner.</td>
</tr>
<tr>
- <td><code><a href="https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Attributes/formnovalidate">formnovalidate</a></code></td>
+ <td><code><a href="/en-US/docs/Web/HTML/Attributes/formnovalidate">formnovalidate</a></code></td>
<td>{{ HTMLElement("button") }}, {{ HTMLElement("input") }}</td>
- <td>If the button/input is a submit button (<code>type="submit"</code>), this boolean attribute specifies that the form is not to be validated when it is submitted. If this attribute is specified, it overrides the <code>novalidate</code> attribute of the button's <a href="https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/form">form</a> owner.</td>
+ <td>If the button/input is a submit button (<code>type="submit"</code>), this boolean attribute specifies that the form is not to be validated when it is submitted. If this attribute is specified, it overrides the <code>novalidate</code> attribute of the button's <a href="/en-US/docs/Web/HTML/Element/form">form</a> owner.</td>
</tr>
<tr>
- <td><code><a href="https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Attributes/formtarget">formtarget</a></code></td>
+ <td><code><a href="/en-US/docs/Web/HTML/Attributes/formtarget">formtarget</a></code></td>
<td>{{ HTMLElement("button") }}, {{ HTMLElement("input") }}</td>
- <td>If the button/input is a submit button (<code>type="submit"</code>), this attribute specifies the browsing context (for example, tab, window, or inline frame) in which to display the response that is received after submitting the form. If this attribute is specified, it overrides the <code>target</code> attribute of the button's <a href="https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/form">form</a> owner.</td>
+ <td>If the button/input is a submit button (<code>type="submit"</code>), this attribute specifies the browsing context (for example, tab, window, or inline frame) in which to display the response that is received after submitting the form. If this attribute is specified, it overrides the <code>target</code> attribute of the button's <a href="/en-US/docs/Web/HTML/Element/form">form</a> owner.</td>
</tr>
<tr>
<td><code>headers</code></td>
@@ -370,23 +370,23 @@ translation_of: Web/HTML/Attributes
<td>일반적으로, 특정한 요소를 스타일하기 위해 CSS와 함꼐 사용됨. 이 속성의 값은 유일해야함.</td>
</tr>
<tr>
- <td><code><a href="https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Attributes/importance">importance</a></code> {{experimental_inline}}</td>
+ <td><code><a href="/en-US/docs/Web/HTML/Attributes/importance">importance</a></code> {{experimental_inline}}</td>
<td>{{ HTMLElement("iframe") }}, {{ HTMLElement("img") }}, {{ HTMLElement("link") }}, {{ HTMLElement("script") }}</td>
<td>Indicates the relative fetch priority for the resource.</td>
</tr>
<tr>
- <td><code><a href="https://wiki.developer.mozilla.org/en-US/docs/Web/Security/Subresource_Integrity">integrity</a></code></td>
+ <td><code><a href="/en-US/docs/Web/Security/Subresource_Integrity">integrity</a></code></td>
<td>{{ HTMLElement("link") }}, {{ HTMLElement("script") }}</td>
- <td>Specifies a <a href="https://wiki.developer.mozilla.org/en-US/docs/Web/Security/Subresource_Integrity">Subresource Integrity</a> value that allows browsers to verify what they fetch.</td>
+ <td>Specifies a <a href="/en-US/docs/Web/Security/Subresource_Integrity">Subresource Integrity</a> value that allows browsers to verify what they fetch.</td>
</tr>
<tr>
- <td><a href="https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/img#attr-intrinsicsize"><code>intrinsicsize</code></a> {{deprecated_inline}}</td>
+ <td><a href="/en-US/docs/Web/HTML/Element/img#attr-intrinsicsize"><code>intrinsicsize</code></a> {{deprecated_inline}}</td>
<td>{{ HTMLElement("img") }}</td>
<td>This attribute tells the browser to ignore the actual intrinsic size of the image and pretend it’s the size specified in the attribute.</td>
</tr>
<tr>
- <td><a href="https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/inputmode"><code>inputmode</code></a></td>
- <td>{{ HTMLElement("textarea") }}, <a href="https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/contenteditable"><code>contenteditable</code></a></td>
+ <td><a href="/en-US/docs/Web/HTML/Global_attributes/inputmode"><code>inputmode</code></a></td>
+ <td>{{ HTMLElement("textarea") }}, <a href="/en-US/docs/Web/HTML/Global_attributes/contenteditable"><code>contenteditable</code></a></td>
<td>Provides a hint as to the type of data that might be entered by the user while editing the element or its contents. The attribute can be used with form controls (such as the value of <code>textarea</code> elements), or in elements in an editing host (e.g., using <code>contenteditable</code> attribute).</td>
</tr>
<tr>
@@ -435,7 +435,7 @@ translation_of: Web/HTML/Attributes
<td>Indicates if the element should be loaded lazily (<code>loading="lazy"</code>) or loaded immediately (<code>loading="eager"</code>).</td>
</tr>
<tr>
- <td><code><a href="https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Attributes/list">list</a></code></td>
+ <td><code><a href="/en-US/docs/Web/HTML/Attributes/list">list</a></code></td>
<td>{{ HTMLElement("input") }}</td>
<td>Identifies a list of pre-defined options to suggest to the user.</td>
</tr>
@@ -465,7 +465,7 @@ translation_of: Web/HTML/Attributes
<td>요소에 허용되는 문자의 최대 길이를 나타냅니다.</td>
</tr>
<tr>
- <td><code><a href="https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Attributes/minlength">minlength</a></code></td>
+ <td><code><a href="/en-US/docs/Web/HTML/Attributes/minlength">minlength</a></code></td>
<td>{{ HTMLElement("input") }}, {{ HTMLElement("textarea") }}</td>
<td>Defines the minimum number of characters allowed in the element.</td>
</tr>
@@ -490,7 +490,7 @@ translation_of: Web/HTML/Attributes
<td>Indicates whether multiple values can be entered in an input of the type <code>email</code> or <code>file</code>.</td>
</tr>
<tr>
- <td><code><a href="https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Attributes/muted">muted</a></code></td>
+ <td><code><a href="/en-US/docs/Web/HTML/Attributes/muted">muted</a></code></td>
<td>{{ HTMLElement("audio") }}, {{ HTMLElement("video") }}</td>
<td>Indicates whether the audio will be initially silenced on page load.</td>
</tr>
@@ -620,7 +620,7 @@ translation_of: Web/HTML/Attributes
<td></td>
</tr>
<tr>
- <td><code><a href="https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Attributes/spellcheck">spellcheck</a></code></td>
+ <td><code><a href="/en-US/docs/Web/HTML/Attributes/spellcheck">spellcheck</a></code></td>
<td><a href="/ko/docs/Web/HTML/Global_attributes">전역 특성</a></td>
<td>Indicates whether spell checking is allowed for the element.</td>
</tr>
@@ -680,7 +680,7 @@ translation_of: Web/HTML/Attributes
<td>요소 위에 호버링했을떄 표시될 툴팁의 텍스트</td>
</tr>
<tr>
- <td><code><a href="https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Attributes/translate">translate</a></code></td>
+ <td><code><a href="/en-US/docs/Web/HTML/Attributes/translate">translate</a></code></td>
<td><a href="/ko/docs/Web/HTML/Global_attributes">전역 특성</a></td>
<td>Specify whether an element’s attribute values and the values of its <code><a href="https://dom.spec.whatwg.org/#text" id="ref-for-text①⑦">Text</a></code> node children are to be translated when the page is localized, or whether to leave them unchanged.</td>
</tr>