aboutsummaryrefslogtreecommitdiff
path: root/files/ko/web/html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ko/web/html')
-rw-r--r--files/ko/web/html/attributes/index.html50
-rw-r--r--files/ko/web/html/element/link/index.html4
-rw-r--r--files/ko/web/html/element/meter/index.html2
-rw-r--r--files/ko/web/html/element/table/index.html6
-rw-r--r--files/ko/web/html/global_attributes/data-_star_/index.html6
5 files changed, 34 insertions, 34 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>
diff --git a/files/ko/web/html/element/link/index.html b/files/ko/web/html/element/link/index.html
index fcbf91c85b..8a06575b95 100644
--- a/files/ko/web/html/element/link/index.html
+++ b/files/ko/web/html/element/link/index.html
@@ -227,12 +227,12 @@ translation_of: Web/HTML/Element/link
<div class="note"><strong>Usage note:</strong> To produce the same effect as this obsolete attribute, use the {{HTTPHeader("Content-Type")}} HTTP header on the linked resource.</div>
</dd>
<dt>{{HTMLAttrDef("rev")}} {{Obsolete_Inline}}</dt>
- <dd>The value of this attribute shows the relationship of the current document to the linked document, as defined by the {{HTMLAttrxRef("href", "link")}} attribute. The attribute thus defines the reverse relationship compared to the value of the <code>rel</code> attribute. <a href="https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Link_types">Link type values</a> for the attribute are similar to the possible values for {{HTMLAttrxRef("rel", "link")}}.</dd>
+ <dd>The value of this attribute shows the relationship of the current document to the linked document, as defined by the {{HTMLAttrxRef("href", "link")}} attribute. The attribute thus defines the reverse relationship compared to the value of the <code>rel</code> attribute. <a href="/en-US/docs/Web/HTML/Link_types">Link type values</a> for the attribute are similar to the possible values for {{HTMLAttrxRef("rel", "link")}}.</dd>
<dd>
<div class="blockIndicator note">
<p><strong>Note:</strong> This attribute is considered obsolete by the WHATWG HTML living standard (which is the specification MDN treats as canonical). However, it's worth noting that <code>rev</code> is <em>not</em> considered obsolete in the W3C specification. That said, given the uncertainty, relying on <code>rev</code> is unwise.</p>
- <p>Instead, you should use the {{HTMLAttrxRef("rel", "link")}} attribute with the opposite <a href="https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Link_types">link type value</a>. For example, to establish the reverse link for <code>made</code>, specify <code>author</code>. Also this attribute doesn't stand for "revision" and must not be used with a version number, even though many sites misuse it in this way.</p>
+ <p>Instead, you should use the {{HTMLAttrxRef("rel", "link")}} attribute with the opposite <a href="/en-US/docs/Web/HTML/Link_types">link type value</a>. For example, to establish the reverse link for <code>made</code>, specify <code>author</code>. Also this attribute doesn't stand for "revision" and must not be used with a version number, even though many sites misuse it in this way.</p>
</div>
</dd>
</dl>
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>
diff --git a/files/ko/web/html/element/table/index.html b/files/ko/web/html/element/table/index.html
index 2579638730..6cb1187a26 100644
--- a/files/ko/web/html/element/table/index.html
+++ b/files/ko/web/html/element/table/index.html
@@ -269,7 +269,7 @@ border: 1px solid black;
<p>특히 스크린 리더 등 보조 기술 사용자와 낮은 시력의 사용자, 그리고 인지능력의 저하를 겪고 있는 사용자에게 도움이 됩니다.</p>
<ul>
- <li><a href="https://wiki.developer.mozilla.org/en-US/docs/Learn/HTML/Tables/Advanced#Adding_a_caption_to_your_table_with_&lt;caption>">MDN Adding a caption to your table with &lt;caption&gt;</a></li>
+ <li><a href="/en-US/docs/Learn/HTML/Tables/Advanced#Adding_a_caption_to_your_table_with_&lt;caption>">MDN Adding a caption to your table with &lt;caption&gt;</a></li>
<li><a href="https://www.w3.org/WAI/tutorials/tables/caption-summary/">Caption &amp; Summary • Tables • W3C WAI Web Accessibility Tutorials</a></li>
</ul>
@@ -307,7 +307,7 @@ border: 1px solid black;
<p>{{htmlelement("th")}} 요소에 <code>scope="col"</code>을 선언함으로써, 해당 칸이 열의 맨 위에 위치함을 설명할 수 있습니다. 마찬가지로, <code>scope="row"</code>를 추가하면 해당 칸이 행의 맨 앞에 위치함을 설명합니다.</p>
<ul>
- <li><a href="https://wiki.developer.mozilla.org/en-US/docs/Learn/HTML/Tables/Advanced#Tables_for_visually_impaired_users">MDN Tables for visually impaired users</a></li>
+ <li><a href="/en-US/docs/Learn/HTML/Tables/Advanced#Tables_for_visually_impaired_users">MDN Tables for visually impaired users</a></li>
<li><a href="https://www.w3.org/WAI/tutorials/tables/two-headers/">Tables with two headers • Tables • W3C WAI Web Accessibility Tutorials</a></li>
<li><a href="https://www.w3.org/WAI/tutorials/tables/irregular/">Tables with irregular headers • Tables • W3C WAI Web Accessibility Tutorials</a></li>
<li><a href="https://www.w3.org/TR/WCAG20-TECHS/H63.html">H63: Using the scope attribute to associate header cells and data cells in data tables | W3C Techniques for WCAG 2.0</a></li>
@@ -322,7 +322,7 @@ border: 1px solid black;
<p>표를 나눌 수 없는 경우 {{htmlattrxref("id")}}와 {{htmlattrxref("headers", "td")}} 특성을 통해 표의 각 칸을 연관된 헤더 칸과 직접 연결하세요.</p>
<ul>
- <li><a href="https://wiki.developer.mozilla.org/en-US/docs/Learn/HTML/Tables/Advanced#Tables_for_visually_impaired_users">MDN Tables for visually impaired users</a></li>
+ <li><a href="/en-US/docs/Learn/HTML/Tables/Advanced#Tables_for_visually_impaired_users">MDN Tables for visually impaired users</a></li>
<li><a href="https://www.w3.org/WAI/tutorials/tables/multi-level/">Tables with multi-level headers • Tables • W3C WAI Web Accessibility Tutorials</a></li>
<li><a href="https://www.w3.org/TR/WCAG20-TECHS/H43.html">H43: Using id and headers attributes to associate data cells with header cells in data tables | Techniques for W3C WCAG 2.0</a></li>
</ul>
diff --git a/files/ko/web/html/global_attributes/data-_star_/index.html b/files/ko/web/html/global_attributes/data-_star_/index.html
index 0e8f0eff75..b7f180a664 100644
--- a/files/ko/web/html/global_attributes/data-_star_/index.html
+++ b/files/ko/web/html/global_attributes/data-_star_/index.html
@@ -27,7 +27,7 @@ translation_of: Web/HTML/Global_attributes/data-*
<h3 id="용도">용도</h3>
-<p><code>data-*</code><strong> </strong>속성을 추가함으로써, 평범한 HTML 요소조차 복잡하고 강력한 프로그램 객체가 될 수 있습니다. 예컨대, 게임의 우주선 스프라이트는 단순한 {{htmlelement("img")}} 태그와 <a href="https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/class"><code>class</code></a> 특성, 그리고 여러 <code>data-*</code> 특성으로 나타낼 수 있습니다.</p>
+<p><code>data-*</code><strong> </strong>속성을 추가함으로써, 평범한 HTML 요소조차 복잡하고 강력한 프로그램 객체가 될 수 있습니다. 예컨대, 게임의 우주선 스프라이트는 단순한 {{htmlelement("img")}} 태그와 <a href="/en-US/docs/Web/HTML/Global_attributes/class"><code>class</code></a> 특성, 그리고 여러 <code>data-*</code> 특성으로 나타낼 수 있습니다.</p>
<pre class="brush: html">&lt;img class="spaceship cruiserX3" src="shipX3.png"
  data-ship-id="324" data-weapons="laserI laserII" data-shields="72%"
@@ -35,7 +35,7 @@ translation_of: Web/HTML/Global_attributes/data-*
onclick="spaceships[this.dataset.shipId].blasted()"&gt;
</pre>
-<p>HTML 데이터 특성 사용법에 관한 보다 자세한 자습서는 <a href="https://wiki.developer.mozilla.org/en-US/docs/Learn/HTML/Howto/Use_data_attributes">데이터 특성 사용하기</a>를 확인하세요.</p>
+<p>HTML 데이터 특성 사용법에 관한 보다 자세한 자습서는 <a href="/en-US/docs/Learn/HTML/Howto/Use_data_attributes">데이터 특성 사용하기</a>를 확인하세요.</p>
<h2 id="명세">명세</h2>
@@ -73,5 +73,5 @@ translation_of: Web/HTML/Global_attributes/data-*
<ul>
<li>모든 <a href="/ko/docs/Web/HTML/Global_attributes">전역 특성</a>.</li>
<li>데이터 특성 값에 접근하고 수정할 수 있는 {{domxref("HTMLElement.dataset")}} 속성.</li>
- <li><a href="https://wiki.developer.mozilla.org/en-US/docs/Learn/HTML/Howto/Use_data_attributes">데이터 특성 사용하기</a></li>
+ <li><a href="/en-US/docs/Learn/HTML/Howto/Use_data_attributes">데이터 특성 사용하기</a></li>
</ul>