aboutsummaryrefslogtreecommitdiff
path: root/files/ko/web/api
diff options
context:
space:
mode:
Diffstat (limited to 'files/ko/web/api')
-rw-r--r--files/ko/web/api/analysernode/index.html2
-rw-r--r--files/ko/web/api/document/activeelement/index.html (renamed from files/ko/web/api/documentorshadowroot/activeelement/index.html)3
-rw-r--r--files/ko/web/api/document/adoptnode/index.html4
-rw-r--r--files/ko/web/api/document/getselection/index.html (renamed from files/ko/web/api/documentorshadowroot/getselection/index.html)4
-rw-r--r--files/ko/web/api/document/stylesheets/index.html (renamed from files/ko/web/api/documentorshadowroot/stylesheets/index.html)3
-rw-r--r--files/ko/web/api/htmlanchorelement/href/index.html (renamed from files/ko/web/api/htmlhyperlinkelementutils/href/index.html)3
-rw-r--r--files/ko/web/api/htmlhyperlinkelementutils/index.html91
-rw-r--r--files/ko/web/api/rtcpeerconnection/addicecandidate/index.html2
-rw-r--r--files/ko/web/api/rtcsessiondescription/index.html2
9 files changed, 13 insertions, 101 deletions
diff --git a/files/ko/web/api/analysernode/index.html b/files/ko/web/api/analysernode/index.html
index a76feaf59c..dcffff0050 100644
--- a/files/ko/web/api/analysernode/index.html
+++ b/files/ko/web/api/analysernode/index.html
@@ -49,7 +49,7 @@ translation_of: Web/API/AnalyserNode
<p><em>{{domxref("AudioNode")}}</em> 를 부모로 가지는 프로퍼티.<em> </em></p>
<dl>
- <dt><span id="cke_bm_91S" style="display: none;"> </span>{{domxref("AnalyserNode.fftSize")}}</dt>
+ <dt><span id="cke_bm_91S" class="hidden"> </span>{{domxref("AnalyserNode.fftSize")}}</dt>
<dd>부호가 없는(unsigned long value) 주파수 영역에서의 전체 크기의 값을 나타내기 위한 푸리에 변환의 값의 크기를 나타낸다. (대략적으로 설명을 하면 해당 주파수영역을 보는데 얼마나 세밀하게 데이터를 볼것인지를 나타낸다. 클수록 세밀하지만 시간이 오래걸리고 작으면 빨리한다.)</dd>
<dt> </dt>
<dt>{{domxref("AnalyserNode.frequencyBinCount")}} {{readonlyInline}}</dt>
diff --git a/files/ko/web/api/documentorshadowroot/activeelement/index.html b/files/ko/web/api/document/activeelement/index.html
index 2f4d4394d9..ff6af94682 100644
--- a/files/ko/web/api/documentorshadowroot/activeelement/index.html
+++ b/files/ko/web/api/document/activeelement/index.html
@@ -1,6 +1,6 @@
---
title: DocumentOrShadowRoot.activeElement
-slug: Web/API/DocumentOrShadowRoot/activeElement
+slug: Web/API/Document/activeElement
tags:
- API
- Document
@@ -10,6 +10,7 @@ tags:
- Reference
- ShadowRoot
translation_of: Web/API/DocumentOrShadowRoot/activeElement
+original_slug: Web/API/DocumentOrShadowRoot/activeElement
---
<div>{{APIRef("Shadow DOM")}}</div>
diff --git a/files/ko/web/api/document/adoptnode/index.html b/files/ko/web/api/document/adoptnode/index.html
index d2cce901a6..269f91125a 100644
--- a/files/ko/web/api/document/adoptnode/index.html
+++ b/files/ko/web/api/document/adoptnode/index.html
@@ -23,8 +23,8 @@ translation_of: Web/API/Document/adoptNode
</pre>
<dl>
- <dt><code><span style="display: none;"> </span><span style="display: none;"> </span><span style="display: none;"> </span>node</code></dt>
- <dd>는 현재 문서에 삽입될 노드를 의미. 아직 해당 문서에 삽입되기 전이기 때문에 새로운 노드의 <a href="/en-US/docs/DOM/Node.parentNode"><code>parentNode</code></a>는 <code>null이다.</code><span style="display: none;"> </span><span style="display: none;"> </span><span style="display: none;"> </span></dd>
+ <dt><code><span class="hidden"> </span><span class="hidden"> </span><span class="hidden"> </span>node</code></dt>
+ <dd>는 현재 문서에 삽입될 노드를 의미. 아직 해당 문서에 삽입되기 전이기 때문에 새로운 노드의 <a href="/en-US/docs/DOM/Node.parentNode"><code>parentNode</code></a>는 <code>null이다.</code><span class="hidden"> </span><span class="hidden"> </span><span class="hidden"> </span></dd>
<dt><code>externalNode</code></dt>
<dd>는 노드를 가져오기 위한 외부 문서에 있는 노드를 의미.</dd>
</dl>
diff --git a/files/ko/web/api/documentorshadowroot/getselection/index.html b/files/ko/web/api/document/getselection/index.html
index dee63369ab..919e52e9b3 100644
--- a/files/ko/web/api/documentorshadowroot/getselection/index.html
+++ b/files/ko/web/api/document/getselection/index.html
@@ -1,9 +1,9 @@
---
title: Document.getSelection()
-slug: Web/API/DocumentOrShadowRoot/getSelection
+slug: Web/API/Document/getSelection
translation_of: Web/API/DocumentOrShadowRoot/getSelection
translation_of_original: Web/API/Document/getSelection
-original_slug: Web/API/Document/getSelection
+original_slug: Web/API/DocumentOrShadowRoot/getSelection
---
<p>{{APIRef("DOM")}}</p>
diff --git a/files/ko/web/api/documentorshadowroot/stylesheets/index.html b/files/ko/web/api/document/stylesheets/index.html
index cf6e1c38ce..326d92d32a 100644
--- a/files/ko/web/api/documentorshadowroot/stylesheets/index.html
+++ b/files/ko/web/api/document/stylesheets/index.html
@@ -1,12 +1,13 @@
---
title: DocumentOrShadowRoot.styleSheets
-slug: Web/API/DocumentOrShadowRoot/styleSheets
+slug: Web/API/Document/styleSheets
tags:
- API
- Document
- Propert
- Reference
translation_of: Web/API/DocumentOrShadowRoot/styleSheets
+original_slug: Web/API/DocumentOrShadowRoot/styleSheets
---
<div>{{SeeCompatTable}}{{APIRef("Shadow DOM")}}</div>
diff --git a/files/ko/web/api/htmlhyperlinkelementutils/href/index.html b/files/ko/web/api/htmlanchorelement/href/index.html
index ba2dbea4d5..ec1e854a73 100644
--- a/files/ko/web/api/htmlhyperlinkelementutils/href/index.html
+++ b/files/ko/web/api/htmlanchorelement/href/index.html
@@ -1,6 +1,6 @@
---
title: HTMLHyperlinkElementUtils.href
-slug: Web/API/HTMLHyperlinkElementUtils/href
+slug: Web/API/HTMLAnchorElement/href
tags:
- API
- Experimental
@@ -9,6 +9,7 @@ tags:
- Property
- Reference
translation_of: Web/API/HTMLHyperlinkElementUtils/href
+original_slug: Web/API/HTMLHyperlinkElementUtils/href
---
<div>{{ApiRef("URL API")}}</div>
diff --git a/files/ko/web/api/htmlhyperlinkelementutils/index.html b/files/ko/web/api/htmlhyperlinkelementutils/index.html
deleted file mode 100644
index cd82725dbf..0000000000
--- a/files/ko/web/api/htmlhyperlinkelementutils/index.html
+++ /dev/null
@@ -1,91 +0,0 @@
----
-title: HTMLHyperlinkElementUtils
-slug: Web/API/HTMLHyperlinkElementUtils
-tags:
- - API
- - Experimental
- - Mixin
- - NeedsTranslation
- - TopicStub
- - URL API
-translation_of: Web/API/HTMLHyperlinkElementUtils
----
-<p>{{ApiRef("URL API")}}{{SeeCompatTable}}</p>
-
-<p>The <strong><code>HTMLHyperlinkElementUtils</code></strong> mixin defines utility methods and properties to work with {{domxref("HTMLAnchorElement")}} and {{domxref("HTMLAreaElement")}}. These utilities allow to deal with common features like URLs.</p>
-
-<p>There are no objects of this type, but several objects {{domxref("HTMLAnchorElement")}} and {{domxref("HTMLAreaElement")}} implement it.</p>
-
-<h2 id="Properties">Properties</h2>
-
-<div class="note">
-<p><strong>Note: </strong>This interface doesn't inherit any property.</p>
-</div>
-
-<dl>
- <dt>{{domxref("HTMLHyperlinkElementUtils.href")}}</dt>
- <dd>This is a {{domxref("USVString")}} containing the whole URL.</dd>
- <dt>{{domxref("HTMLHyperlinkElementUtils.protocol")}}</dt>
- <dd>This is a {{domxref("USVString")}} containing the protocol scheme of the URL, including the final <code>':'</code>.</dd>
- <dt>{{domxref("HTMLHyperlinkElementUtils.host")}}</dt>
- <dd>This is a {{domxref("USVString")}} containing the host, that is the <em>hostname</em>, and then, if the <em>port</em> of the URL is not empty (which can happen because it was not specified or because it was specified to be the default port of the URL's scheme), a <code>':'</code>, and the <em>port</em> of the URL.</dd>
- <dt>{{domxref("HTMLHyperlinkElementUtils.hostname")}}</dt>
- <dd>This is a {{domxref("USVString")}} containing the domain of the URL.</dd>
- <dt>{{domxref("HTMLHyperlinkElementUtils.port")}}</dt>
- <dd>This is a {{domxref("USVString")}} containing the port number of the URL.</dd>
- <dt>{{domxref("HTMLHyperlinkElementUtils.pathname")}}</dt>
- <dd>This is a {{domxref("USVString")}} containing an initial <code>'/'</code> followed by the path of the URL.</dd>
- <dt>{{domxref("HTMLHyperlinkElementUtils.search")}}</dt>
- <dd>This is a {{domxref("USVString")}} containing a <code>'?'</code> followed by the parameters of the URL.</dd>
- <dt>{{domxref("HTMLHyperlinkElementUtils.hash")}}</dt>
- <dd>This is a {{domxref("USVString")}} containing a <code>'#'</code> followed by the fragment identifier of the URL.</dd>
- <dt>{{domxref("HTMLHyperlinkElementUtils.username")}}</dt>
- <dd>This is a {{domxref("USVString")}} containing the username specified before the domain name.</dd>
- <dt>{{domxref("HTMLHyperlinkElementUtils.password")}}</dt>
- <dd>This is a {{domxref("USVString")}} containing the password specified before the domain name.</dd>
- <dt>{{domxref("HTMLHyperlinkElementUtils.origin")}} {{readonlyInline}}</dt>
- <dd>This returns a {{domxref("USVString")}} containing the origin of the URL (that is its scheme, its domain and its port).</dd>
-</dl>
-
-<h2 id="Methods">Methods</h2>
-
-<div class="note">
-<p><strong>Note: </strong>This interface doesn't inherit any method.</p>
-</div>
-
-<dl>
- <dt>{{domxref("HTMLHyperlinkElementUtils.toString()")}}</dt>
- <dd>This returns a {{domxref("DOMString")}} containing the whole URL. It is a synonym for {{domxref("HTMLHyperlinkElementUtils.href")}}, though it can't be used to modify the value.</dd>
-</dl>
-
-<h2 id="Specifications">Specifications</h2>
-
-<table class="standard-table">
- <thead>
- <tr>
- <th scope="col">Specification</th>
- <th scope="col">Status</th>
- <th scope="col">Comment</th>
- </tr>
- </thead>
- <tbody>
- <tr>
- <td>{{SpecName('HTML WHATWG', '#htmlhyperlinkelementutils', 'HTMLHyperlinkElementUtils')}}</td>
- <td>{{Spec2('HTML WHATWG')}}</td>
- <td>Initial definition</td>
- </tr>
- </tbody>
-</table>
-
-<h2 id="Browser_compatibility">Browser compatibility</h2>
-
-
-
-<p>{{Compat("api.HTMLHyperlinkElementUtils")}}</p>
-
-<h2 id="See_also">See also</h2>
-
-<ul>
- <li>Interfaces implementing this one: {{domxref("HTMLAnchorElement")}}, {{domxref("HTMLAreaElement")}}
- </li>
-</ul>
diff --git a/files/ko/web/api/rtcpeerconnection/addicecandidate/index.html b/files/ko/web/api/rtcpeerconnection/addicecandidate/index.html
index 9062abc861..fe6ac9d284 100644
--- a/files/ko/web/api/rtcpeerconnection/addicecandidate/index.html
+++ b/files/ko/web/api/rtcpeerconnection/addicecandidate/index.html
@@ -64,7 +64,7 @@ addIceCandidate(<em>candidate</em>, <em>successCallback</em>, <em>failureCallbac
<li>지정된 {{domxref("RTCIceCandidate.sdpMLineIndex", "sdpMLineIndex")}}의 값이 원격 설명 (description)에 포함된 미디어의 숫자와 같거나 큼</li>
<li>지정된 {{domxref("RTCIceCandidate.usernameFragment", "ufrag")}}가 어떠한 원격 설명 (description) 안의 <code>ufrag</code> 필드와 일치하지 않음</li>
<li>{{domxref("RTCIceCandidate", "candidate")}} 문자열에 존재하는 하나 혹은 여러개의 값들이 올바르지 않거나, 파싱 될 수 없음</li>
- <li>어떠한 이유에서던 candidate를 추가하려는 시도가 실패<span style="display: none;"> </span></li>
+ <li>어떠한 이유에서던 candidate를 추가하려는 시도가 실패<span class="hidden"> </span></li>
</ul>
</dd>
</dl>
diff --git a/files/ko/web/api/rtcsessiondescription/index.html b/files/ko/web/api/rtcsessiondescription/index.html
index 927204c7da..dce47879a0 100644
--- a/files/ko/web/api/rtcsessiondescription/index.html
+++ b/files/ko/web/api/rtcsessiondescription/index.html
@@ -79,7 +79,7 @@ translation_of: Web/API/RTCSessionDescription
<dd>Returns a {{Glossary("JSON")}} description of the object. The values of both properties, {{domxref("RTCSessionDescription.type", "type")}} and {{domxref("RTCSessionDescription.sdp", "sdp")}}, are contained in the generated JSON.</dd>
</dl>
-<h2 id="Example">Example<span id="cke_bm_72C" style="display: none;"> </span></h2>
+<h2 id="Example">Example<span id="cke_bm_72C" class="hidden"> </span></h2>
<pre class="brush: js">signalingChannel.onmessage = function (evt) {
if (!pc)