diff options
author | MDN <actions@users.noreply.github.com> | 2021-05-21 00:42:40 +0000 |
---|---|---|
committer | MDN <actions@users.noreply.github.com> | 2021-05-21 00:42:40 +0000 |
commit | 4d3b1c2c79113786e001e3bec551205cd34f818a (patch) | |
tree | fcff970c1fb2155bfcd55f5e2056a79cefd58890 /files/ru | |
parent | a8cc0431ca75f502b324ec880c62c0f6caf71727 (diff) | |
download | translated-content-4d3b1c2c79113786e001e3bec551205cd34f818a.tar.gz translated-content-4d3b1c2c79113786e001e3bec551205cd34f818a.tar.bz2 translated-content-4d3b1c2c79113786e001e3bec551205cd34f818a.zip |
[CRON] sync translated content
Diffstat (limited to 'files/ru')
-rw-r--r-- | files/ru/_redirects.txt | 1 | ||||
-rw-r--r-- | files/ru/_wikihistory.json | 22 | ||||
-rw-r--r-- | files/ru/orphaned/web/html/preloading_content/index.html (renamed from files/ru/web/html/preloading_content/index.html) | 3 |
3 files changed, 14 insertions, 12 deletions
diff --git a/files/ru/_redirects.txt b/files/ru/_redirects.txt index 3a6f075d2d..41b95be137 100644 --- a/files/ru/_redirects.txt +++ b/files/ru/_redirects.txt @@ -621,6 +621,7 @@ /ru/docs/Web/HTML/Element/стиль /ru/docs/Web/HTML/Element/style /ru/docs/Web/HTML/Global_attributes/dropzone /ru/docs/orphaned/Web/HTML/Global_attributes/dropzone /ru/docs/Web/HTML/Optimizing_Your_Pages_for_Speculative_Parsing /ru/docs/Glossary/speculative_parsing +/ru/docs/Web/HTML/Preloading_content /ru/docs/orphaned/Web/HTML/Preloading_content /ru/docs/Web/HTML/Использование_HTML5_audio_и_video /ru/docs/Learn/HTML/Multimedia_and_embedding/Video_and_audio_content /ru/docs/Web/HTML/Общие_атрибуты /ru/docs/Web/HTML/Global_attributes /ru/docs/Web/HTML/Общие_атрибуты/accesskey /ru/docs/Web/HTML/Global_attributes/accesskey diff --git a/files/ru/_wikihistory.json b/files/ru/_wikihistory.json index 443e8c8308..e39169b70b 100644 --- a/files/ru/_wikihistory.json +++ b/files/ru/_wikihistory.json @@ -16562,17 +16562,6 @@ "BychekRU" ] }, - "Web/HTML/Preloading_content": { - "modified": "2020-10-15T22:11:40.984Z", - "contributors": [ - "warsan", - "alexa.poruch", - "Ilya-Zhulin", - "akochemasov", - "Skolpov", - "isatalkin" - ] - }, "Web/HTML/Quirks_Mode_and_Standards_Mode": { "modified": "2019-03-23T22:44:29.253Z", "contributors": [ @@ -25723,6 +25712,17 @@ "Akh-rman" ] }, + "orphaned/Web/HTML/Preloading_content": { + "modified": "2020-10-15T22:11:40.984Z", + "contributors": [ + "warsan", + "alexa.poruch", + "Ilya-Zhulin", + "akochemasov", + "Skolpov", + "isatalkin" + ] + }, "orphaned/Web/JavaScript/Guide/Об_этом_руководстве": { "modified": "2019-03-24T00:13:23.720Z", "contributors": [ diff --git a/files/ru/web/html/preloading_content/index.html b/files/ru/orphaned/web/html/preloading_content/index.html index 1327fbe8f5..001c2bb8ef 100644 --- a/files/ru/web/html/preloading_content/index.html +++ b/files/ru/orphaned/web/html/preloading_content/index.html @@ -1,7 +1,8 @@ --- title: Предзагрузчик контента - 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">Значение <code>preload</code> атрибута {{htmlattrxref("rel", "link")}} в элементе {{htmlelement("link")}} позволяет вам запросить данные через {{htmlelement("head")}} вашего HTML, указав необходимые вашей странице ресурсы ещё в начале её жизненного цикла, - до того, как сработает основной механизм отрисовки браузера. Это гарантирует, что предзагрузчик нужных ресурсов с меньшей вероятностью заблокирует отрисовку страницы, тем самым улучшая её производительность.</p> |