diff options
Diffstat (limited to 'files/ko')
-rw-r--r-- | files/ko/_redirects.txt | 8 | ||||
-rw-r--r-- | files/ko/_wikihistory.json | 38 | ||||
-rw-r--r-- | files/ko/orphaned/web/api/htmlhyperlinkelementutils/index.html | 3 | ||||
-rw-r--r-- | files/ko/web/api/document/activeelement/index.html | 3 | ||||
-rw-r--r-- | files/ko/web/api/htmlanchorelement/href/index.html | 3 |
5 files changed, 30 insertions, 25 deletions
diff --git a/files/ko/_redirects.txt b/files/ko/_redirects.txt index 332b346200..3bd8a48519 100644 --- a/files/ko/_redirects.txt +++ b/files/ko/_redirects.txt @@ -213,7 +213,7 @@ /ko/docs/DOM /ko/docs/Web/API/Document_Object_Model /ko/docs/DOM/Notification.permission /ko/docs/Web/API/Notification/permission /ko/docs/DOM/document /ko/docs/Web/API/Document -/ko/docs/DOM/document.activeElement /ko/docs/Web/API/DocumentOrShadowRoot/activeElement +/ko/docs/DOM/document.activeElement /ko/docs/Web/API/Document/activeElement /ko/docs/DOM/document.alinkColor /ko/docs/Web/API/Document/alinkColor /ko/docs/DOM/document.anchors /ko/docs/Web/API/Document/anchors /ko/docs/DOM/document.applets /ko/docs/Web/API/Document/applets @@ -244,7 +244,7 @@ /ko/docs/DOM/window.navigator.geolocation.getCurrentPosition /ko/docs/Web/API/Geolocation/getCurrentPosition /ko/docs/DOM/window.navigator.registerProtocolHandler /ko/docs/Web/API/Navigator/registerProtocolHandler /ko/docs/DOM:document /ko/docs/Web/API/Document -/ko/docs/DOM:document.activeElement /ko/docs/Web/API/DocumentOrShadowRoot/activeElement +/ko/docs/DOM:document.activeElement /ko/docs/Web/API/Document/activeElement /ko/docs/DOM:document.alinkColor /ko/docs/Web/API/Document/alinkColor /ko/docs/DOM:document.anchors /ko/docs/Web/API/Document/anchors /ko/docs/DOM:document.applets /ko/docs/Web/API/Document/applets @@ -623,11 +623,11 @@ /ko/docs/Using_the_Mozilla_JavaScript_interface_to_XSL_Transformations /ko/docs/Web/XSLT/Using_the_Mozilla_JavaScript_interface_to_XSL_Transformations /ko/docs/Web/API/Boolean /ko/docs/Web/JavaScript/Reference/Global_Objects/Boolean /ko/docs/Web/API/Canvas_API/캔버스_튜토리얼 /ko/docs/Web/API/Canvas_API/Tutorial -/ko/docs/Web/API/Document/activeElement /ko/docs/Web/API/DocumentOrShadowRoot/activeElement /ko/docs/Web/API/Document/defaultView/popstate_event /ko/docs/Web/API/Window/popstate_event /ko/docs/Web/API/Document/defaultView/resize_event /ko/docs/Web/API/Window/resize_event /ko/docs/Web/API/Document/drag_이벤트 /ko/docs/Web/API/Document/drag_event /ko/docs/Web/API/Document/getSelection /ko/docs/Web/API/DocumentOrShadowRoot/getSelection +/ko/docs/Web/API/DocumentOrShadowRoot/activeElement /ko/docs/Web/API/Document/activeElement /ko/docs/Web/API/Document_Object_Model/Preface /ko/docs/Web/API/Document_Object_Model /ko/docs/Web/API/Document_Object_Model/소개 /ko/docs/Web/API/Document_Object_Model/Introduction /ko/docs/Web/API/Document_Object_Model/예제 /ko/docs/Web/API/Document_Object_Model/Examples @@ -642,6 +642,8 @@ /ko/docs/Web/API/HTMLElement/dataset /ko/docs/Web/API/HTMLOrForeignElement/dataset /ko/docs/Web/API/HTMLElement/style /ko/docs/Web/API/ElementCSSInlineStyle/style /ko/docs/Web/API/HTMLElement/tabIndex /ko/docs/Web/API/HTMLOrForeignElement/tabIndex +/ko/docs/Web/API/HTMLHyperlinkElementUtils /ko/docs/orphaned/Web/API/HTMLHyperlinkElementUtils +/ko/docs/Web/API/HTMLHyperlinkElementUtils/href /ko/docs/Web/API/HTMLAnchorElement/href /ko/docs/Web/API/HTML_드래그_앤_드롭_API /ko/docs/Web/API/HTML_Drag_and_Drop_API /ko/docs/Web/API/HTML_드래그_앤_드롭_API/Drag_operations /ko/docs/Web/API/HTML_Drag_and_Drop_API/Drag_operations /ko/docs/Web/API/Navigator.battery /ko/docs/Web/API/Navigator/battery diff --git a/files/ko/_wikihistory.json b/files/ko/_wikihistory.json index e852b2db0a..036383c9bf 100644 --- a/files/ko/_wikihistory.json +++ b/files/ko/_wikihistory.json @@ -3620,13 +3620,6 @@ "Sheppy" ] }, - "Web/API/DocumentOrShadowRoot/activeElement": { - "modified": "2020-10-15T22:26:23.654Z", - "contributors": [ - "alattalatta", - "composite" - ] - }, "Web/API/DocumentOrShadowRoot/styleSheets": { "modified": "2020-10-15T22:11:37.061Z", "contributors": [ @@ -4408,18 +4401,6 @@ "Netaras" ] }, - "Web/API/HTMLHyperlinkElementUtils": { - "modified": "2020-10-15T22:15:23.043Z", - "contributors": [ - "connorshea" - ] - }, - "Web/API/HTMLHyperlinkElementUtils/href": { - "modified": "2020-10-15T22:15:22.693Z", - "contributors": [ - "alattalatta" - ] - }, "Web/API/HTMLLIElement": { "modified": "2020-10-15T22:24:50.064Z", "contributors": [ @@ -18704,5 +18685,24 @@ "contributors": [ "Sebuls" ] + }, + "Web/API/Document/activeElement": { + "modified": "2020-10-15T22:26:23.654Z", + "contributors": [ + "alattalatta", + "composite" + ] + }, + "Web/API/HTMLAnchorElement/href": { + "modified": "2020-10-15T22:15:22.693Z", + "contributors": [ + "alattalatta" + ] + }, + "orphaned/Web/API/HTMLHyperlinkElementUtils": { + "modified": "2020-10-15T22:15:23.043Z", + "contributors": [ + "connorshea" + ] } }
\ No newline at end of file diff --git a/files/ko/orphaned/web/api/htmlhyperlinkelementutils/index.html b/files/ko/orphaned/web/api/htmlhyperlinkelementutils/index.html index cd82725dbf..6ae4afa92f 100644 --- a/files/ko/orphaned/web/api/htmlhyperlinkelementutils/index.html +++ b/files/ko/orphaned/web/api/htmlhyperlinkelementutils/index.html @@ -1,6 +1,6 @@ --- title: HTMLHyperlinkElementUtils -slug: Web/API/HTMLHyperlinkElementUtils +slug: orphaned/Web/API/HTMLHyperlinkElementUtils tags: - API - Experimental @@ -9,6 +9,7 @@ tags: - TopicStub - URL API translation_of: Web/API/HTMLHyperlinkElementUtils +original_slug: Web/API/HTMLHyperlinkElementUtils --- <p>{{ApiRef("URL API")}}{{SeeCompatTable}}</p> diff --git a/files/ko/web/api/document/activeelement/index.html b/files/ko/web/api/document/activeelement/index.html index 2f4d4394d9..ff6af94682 100644 --- a/files/ko/web/api/document/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/htmlanchorelement/href/index.html b/files/ko/web/api/htmlanchorelement/href/index.html index ba2dbea4d5..ec1e854a73 100644 --- a/files/ko/web/api/htmlanchorelement/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> |