diff options
Diffstat (limited to 'files/ko')
-rw-r--r-- | files/ko/_redirects.txt | 3 | ||||
-rw-r--r-- | files/ko/_wikihistory.json | 26 | ||||
-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 |
4 files changed, 19 insertions, 17 deletions
diff --git a/files/ko/_redirects.txt b/files/ko/_redirects.txt index 3bd8a48519..8d61ce0196 100644 --- a/files/ko/_redirects.txt +++ b/files/ko/_redirects.txt @@ -626,8 +626,9 @@ /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/DocumentOrShadowRoot/getSelection /ko/docs/Web/API/Document/getSelection +/ko/docs/Web/API/DocumentOrShadowRoot/styleSheets /ko/docs/Web/API/Document/styleSheets /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 diff --git a/files/ko/_wikihistory.json b/files/ko/_wikihistory.json index 036383c9bf..c7cbc472de 100644 --- a/files/ko/_wikihistory.json +++ b/files/ko/_wikihistory.json @@ -3620,13 +3620,6 @@ "Sheppy" ] }, - "Web/API/DocumentOrShadowRoot/styleSheets": { - "modified": "2020-10-15T22:11:37.061Z", - "contributors": [ - "alattalatta", - "DeadIntegral" - ] - }, "Web/API/DocumentType": { "modified": "2020-10-15T22:10:02.690Z", "contributors": [ @@ -18256,12 +18249,6 @@ "Sebuls" ] }, - "Web/API/DocumentOrShadowRoot/getSelection": { - "modified": "2019-03-23T22:51:22.015Z", - "contributors": [ - "x86kernel" - ] - }, "Web/API/HTMLElement/accessKey": { "modified": "2020-10-15T22:14:28.158Z", "contributors": [ @@ -18704,5 +18691,18 @@ "contributors": [ "connorshea" ] + }, + "Web/API/Document/styleSheets": { + "modified": "2020-10-15T22:11:37.061Z", + "contributors": [ + "alattalatta", + "DeadIntegral" + ] + }, + "Web/API/Document/getSelection": { + "modified": "2019-03-23T22:51:22.015Z", + "contributors": [ + "x86kernel" + ] } }
\ No newline at end of file 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> |