aboutsummaryrefslogtreecommitdiff
path: root/files/ko
diff options
context:
space:
mode:
authorMDN <actions@users.noreply.github.com>2021-05-21 00:42:40 +0000
committerMDN <actions@users.noreply.github.com>2021-05-21 00:42:40 +0000
commit4d3b1c2c79113786e001e3bec551205cd34f818a (patch)
treefcff970c1fb2155bfcd55f5e2056a79cefd58890 /files/ko
parenta8cc0431ca75f502b324ec880c62c0f6caf71727 (diff)
downloadtranslated-content-4d3b1c2c79113786e001e3bec551205cd34f818a.tar.gz
translated-content-4d3b1c2c79113786e001e3bec551205cd34f818a.tar.bz2
translated-content-4d3b1c2c79113786e001e3bec551205cd34f818a.zip
[CRON] sync translated content
Diffstat (limited to 'files/ko')
-rw-r--r--files/ko/_redirects.txt1
-rw-r--r--files/ko/_wikihistory.json12
-rw-r--r--files/ko/orphaned/web/html/preloading_content/index.html (renamed from files/ko/web/html/preloading_content/index.html)3
3 files changed, 9 insertions, 7 deletions
diff --git a/files/ko/_redirects.txt b/files/ko/_redirects.txt
index e706b0dd92..8912a38333 100644
--- a/files/ko/_redirects.txt
+++ b/files/ko/_redirects.txt
@@ -821,6 +821,7 @@
/ko/docs/Web/HTML/HTML5_문서의_섹션과_윤곽 /ko/docs/Web/Guide/HTML/Using_HTML_sections_and_outlines
/ko/docs/Web/HTML/HTML에서_폼 /ko/docs/Learn/Forms
/ko/docs/Web/HTML/Introduction /ko/docs/Learn/HTML/Introduction_to_HTML
+/ko/docs/Web/HTML/Preloading_content /ko/docs/orphaned/Web/HTML/Preloading_content
/ko/docs/Web/HTTP/Access_control_CORS /ko/docs/Web/HTTP/CORS
/ko/docs/Web/HTTP/Access_control_CORS/Errors /ko/docs/Web/HTTP/CORS/Errors
/ko/docs/Web/HTTP/Access_control_CORS/Errors/CORSDidNotSucceed /ko/docs/Web/HTTP/CORS/Errors/CORSDidNotSucceed
diff --git a/files/ko/_wikihistory.json b/files/ko/_wikihistory.json
index 96e9e4b018..519e9ba4e4 100644
--- a/files/ko/_wikihistory.json
+++ b/files/ko/_wikihistory.json
@@ -11383,12 +11383,6 @@
"young-gratia"
]
},
- "Web/HTML/Preloading_content": {
- "modified": "2020-10-15T22:35:17.448Z",
- "contributors": [
- "sukyology"
- ]
- },
"Web/HTML/Quirks_Mode_and_Standards_Mode": {
"modified": "2019-03-18T20:35:03.733Z",
"contributors": [
@@ -18496,6 +18490,12 @@
"dolmoon"
]
},
+ "orphaned/Web/HTML/Preloading_content": {
+ "modified": "2020-10-15T22:35:17.448Z",
+ "contributors": [
+ "sukyology"
+ ]
+ },
"orphaned/Web/JavaScript/Differential_inheritance_in_JavaScript": {
"modified": "2020-09-14T22:22:46.677Z",
"contributors": [
diff --git a/files/ko/web/html/preloading_content/index.html b/files/ko/orphaned/web/html/preloading_content/index.html
index 30e602fbca..dfb4465eb6 100644
--- a/files/ko/web/html/preloading_content/index.html
+++ b/files/ko/orphaned/web/html/preloading_content/index.html
@@ -1,7 +1,8 @@
---
title: Preloading content with rel="preload"
-slug: Web/HTML/Preloading_content
+slug: orphaned/Web/HTML/Preloading_content
translation_of: Web/HTML/Preloading_content
+original_slug: Web/HTML/Preloading_content
---
<p class="summary"><span class="seoSummary"> {{htmlelement("link")}}엘리먼트의 {{htmlattrxref("rel", "link")}} 속성에 <code>preload</code>라는 값이 부여되면 페이지 라이프사이클 초기에 필요한 자원에 대해서 HTML  {{htmlelement("head")}} 에서 fetch 요청을 선언할 수 있다. 이는 해당 자원의 가용시점을 앞당기고 렌더링의 방해가 일어나지 않게 함으로서 성능을 개선한다. </span></p>