diff --git a/files/ko/_redirects.txt b/files/ko/_redirects.txt index 0ff22781695524..34bdaff896303d 100644 --- a/files/ko/_redirects.txt +++ b/files/ko/_redirects.txt @@ -528,6 +528,8 @@ /ko/docs/Web/API/crypto_property /ko/docs/Web/API/Window/crypto /ko/docs/Web/API/document.importNode /ko/docs/Web/API/Document/importNode /ko/docs/Web/API/fetch /ko/docs/Web/API/Window/fetch +/ko/docs/Web/API/queueMicrotask /ko/docs/Web/API/Window/queueMicrotask +/ko/docs/Web/API/structuredClone /ko/docs/Web/API/Window/structuredClone /ko/docs/Web/API/window.navigator.battery /ko/docs/Web/API/Navigator/getBattery /ko/docs/Web/API/window.screen.lockOrientation /ko/docs/Web/API/Screen/lockOrientation /ko/docs/Web/API/window.screen.orientation /ko/docs/Web/API/Screen/orientation @@ -620,7 +622,8 @@ /ko/docs/Web/CSS/filter-function/contrast() /ko/docs/Web/CSS/filter-function/contrast /ko/docs/Web/CSS/transform-function/matrix() /ko/docs/Web/CSS/transform-function/matrix /ko/docs/Web/CSS/transform-function/scaleX() /ko/docs/Web/CSS/transform-function/scaleX -/ko/docs/Web/CSS/url() /ko/docs/Web/CSS/url +/ko/docs/Web/CSS/url /ko/docs/Web/CSS/url_value +/ko/docs/Web/CSS/url() /ko/docs/Web/CSS/url_value /ko/docs/Web/CSS/var() /ko/docs/Web/CSS/var /ko/docs/Web/CSS/시작하기 /en-US/docs/Learn/CSS/First_steps /ko/docs/Web/CSS/시작하기/CSS_동작_원리 /en-US/docs/Learn/CSS/First_steps/How_CSS_works diff --git a/files/ko/_wikihistory.json b/files/ko/_wikihistory.json index 6de643deb74f6f..a56169ea6ed4ec 100644 --- a/files/ko/_wikihistory.json +++ b/files/ko/_wikihistory.json @@ -5968,7 +5968,7 @@ "modified": "2020-10-15T21:45:37.546Z", "contributors": ["alattalatta", "Netaras"] }, - "Web/CSS/url": { + "Web/CSS/url_value": { "modified": "2020-10-15T22:10:55.121Z", "contributors": ["alattalatta"] }, diff --git a/files/ko/web/api/queuemicrotask/index.md b/files/ko/web/api/window/queuemicrotask/index.md similarity index 97% rename from files/ko/web/api/queuemicrotask/index.md rename to files/ko/web/api/window/queuemicrotask/index.md index 1e7992792c40ea..ebd7e4ae289613 100644 --- a/files/ko/web/api/queuemicrotask/index.md +++ b/files/ko/web/api/window/queuemicrotask/index.md @@ -1,6 +1,7 @@ --- title: queueMicrotask() -slug: Web/API/queueMicrotask +slug: Web/API/Window/queueMicrotask +original_slug: Web/API/queueMicrotask --- {{APIRef("HTML DOM")}} diff --git a/files/ko/web/api/structuredclone/index.md b/files/ko/web/api/window/structuredclone/index.md similarity index 98% rename from files/ko/web/api/structuredclone/index.md rename to files/ko/web/api/window/structuredclone/index.md index 94804872ce0d14..54e4b7f997cd5f 100644 --- a/files/ko/web/api/structuredclone/index.md +++ b/files/ko/web/api/window/structuredclone/index.md @@ -1,7 +1,7 @@ --- title: structuredClone() 전역 함수 -short-title: structuredClone() -slug: Web/API/structuredClone +slug: Web/API/Window/structuredClone +original_slug: Web/API/structuredClone l10n: sourceCommit: 15db4f1dd87a80c4aec2cfba3e73bc8291f29110 --- diff --git a/files/ko/web/css/url/index.md b/files/ko/web/css/url_value/index.md similarity index 97% rename from files/ko/web/css/url/index.md rename to files/ko/web/css/url_value/index.md index ff7eb4bde6b1ab..aff416d81ee5ad 100644 --- a/files/ko/web/css/url/index.md +++ b/files/ko/web/css/url_value/index.md @@ -1,6 +1,7 @@ --- title: -slug: Web/CSS/url +slug: Web/CSS/url_value +original_slug: Web/CSS/url --- {{ CssRef() }}