diff --git a/files/ko/_redirects.txt b/files/ko/_redirects.txt index 0ff22781695524..3c76ae7e441772 100644 --- a/files/ko/_redirects.txt +++ b/files/ko/_redirects.txt @@ -413,8 +413,8 @@ /ko/docs/Tools/Remote_Debugging/Firefox_for_Android https://firefox-source-docs.mozilla.org/devtools-user/remote_debugging/firefox_for_android/index.html /ko/docs/Tools/Web_Console https://firefox-source-docs.mozilla.org/devtools-user/web_console/index.html /ko/docs/Transforming_XML_with_XSLT /ko/docs/Web/XSLT/Transforming_XML_with_XSLT -/ko/docs/Transforming_XML_with_XSLT/The_Netscape_XSLT_XPath_Reference /ko/docs/Web/XSLT/Transforming_XML_with_XSLT/The_Netscape_XSLT_XPath_Reference -/ko/docs/Transforming_XML_with_XSLT:The_Netscape_XSLT_XPath_Reference /ko/docs/Web/XSLT/Transforming_XML_with_XSLT/The_Netscape_XSLT_XPath_Reference +/ko/docs/Transforming_XML_with_XSLT/The_Netscape_XSLT_XPath_Reference /ko/docs/conflicting/Web/XSLT/Transforming_XML_with_XSLT +/ko/docs/Transforming_XML_with_XSLT:The_Netscape_XSLT_XPath_Reference /ko/docs/conflicting/Web/XSLT/Transforming_XML_with_XSLT /ko/docs/Using_JSON_in_Firefox /ko/docs/Web/JavaScript/Reference/Global_Objects/JSON /ko/docs/Using_URL_values_for_the_cursor_property /ko/docs/Web/CSS/cursor /ko/docs/Using_URL_values_for_the_cursor_property-redirect-1 /ko/docs/Web/CSS/cursor @@ -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 @@ -849,6 +852,7 @@ /ko/docs/Web/XSLT/The_XSLT_JavaScript_Interface_in_Gecko /ko/docs/conflicting/Web/API/XSLTProcessor /ko/docs/Web/XSLT/The_XSLT_JavaScript_Interface_in_Gecko/Introduction /ko/docs/conflicting/Web/API/XSLTProcessor_c41901fc3cf5c3be68649d680742b9b4 /ko/docs/Web/XSLT/The_XSLT_JavaScript_Interface_in_Gecko/Setting_Parameters /ko/docs/conflicting/Web/API/XSLTProcessor_7eb90412a7159e9ebdecfc78996d1ac5 +/ko/docs/Web/XSLT/Transforming_XML_with_XSLT/The_Netscape_XSLT_XPath_Reference /ko/docs/conflicting/Web/XSLT/Transforming_XML_with_XSLT /ko/docs/Web/XSLT/Using_the_Mozilla_JavaScript_interface_to_XSL_Transformations /ko/docs/Web/API/XSLTProcessor /ko/docs/Web/XSLT/XSLT_JS_interface_in_Gecko /ko/docs/conflicting/Web/API/XSLTProcessor /ko/docs/Web/XSLT/XSLT_JS_interface_in_Gecko/Introduction /ko/docs/conflicting/Web/API/XSLTProcessor_c41901fc3cf5c3be68649d680742b9b4 diff --git a/files/ko/_wikihistory.json b/files/ko/_wikihistory.json index 6de643deb74f6f..f22cdd0b9cd57f 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"] }, @@ -10607,10 +10607,6 @@ "modified": "2019-01-16T16:15:56.433Z", "contributors": ["chrisdavidmills", "Netaras"] }, - "Web/XSLT/Transforming_XML_with_XSLT/The_Netscape_XSLT_XPath_Reference": { - "modified": "2019-03-23T23:41:43.827Z", - "contributors": ["chrisdavidmills", "teoli", "Netaras"] - }, "WebAssembly": { "modified": "2020-10-15T21:52:54.017Z", "contributors": [ @@ -10795,6 +10791,10 @@ "modified": "2020-03-12T19:46:46.133Z", "contributors": ["magnoliaa"] }, + "conflicting/Web/XSLT/Transforming_XML_with_XSLT": { + "modified": "2019-03-23T23:41:43.827Z", + "contributors": ["chrisdavidmills", "teoli", "Netaras"] + }, "orphaned/Learn/Front-end_web_developer": { "modified": "2020-09-26T16:42:10.726Z", "contributors": ["DeadIntegral"] diff --git a/files/ko/web/xslt/transforming_xml_with_xslt/the_netscape_xslt_xpath_reference/index.md b/files/ko/conflicting/web/xslt/transforming_xml_with_xslt/index.md similarity index 97% rename from files/ko/web/xslt/transforming_xml_with_xslt/the_netscape_xslt_xpath_reference/index.md rename to files/ko/conflicting/web/xslt/transforming_xml_with_xslt/index.md index f8aa99d92624e6..93b6b7e62ae853 100644 --- a/files/ko/web/xslt/transforming_xml_with_xslt/the_netscape_xslt_xpath_reference/index.md +++ b/files/ko/conflicting/web/xslt/transforming_xml_with_xslt/index.md @@ -1,6 +1,7 @@ --- title: The Netscape XSLT/XPath Reference -slug: Web/XSLT/Transforming_XML_with_XSLT/The_Netscape_XSLT_XPath_Reference +slug: conflicting/Web/XSLT/Transforming_XML_with_XSLT +original_slug: Web/XSLT/Transforming_XML_with_XSLT/The_Netscape_XSLT_XPath_Reference --- {{XsltSidebar}} 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() }}