diff options
author | MDN <actions@users.noreply.github.com> | 2021-06-16 00:36:25 +0000 |
---|---|---|
committer | MDN <actions@users.noreply.github.com> | 2021-06-16 00:36:25 +0000 |
commit | 2c06c1e456cf28d032c6afc4f1613447b620e16e (patch) | |
tree | 91618dce0963b2aba5a37db6c21f35ab7b023d27 /files/ru | |
parent | 88c9a51552ce1bcbbd33ef0dd69e2bdb7255121d (diff) | |
download | translated-content-2c06c1e456cf28d032c6afc4f1613447b620e16e.tar.gz translated-content-2c06c1e456cf28d032c6afc4f1613447b620e16e.tar.bz2 translated-content-2c06c1e456cf28d032c6afc4f1613447b620e16e.zip |
[CRON] sync translated content
Diffstat (limited to 'files/ru')
-rw-r--r-- | files/ru/_redirects.txt | 3 | ||||
-rw-r--r-- | files/ru/_wikihistory.json | 22 | ||||
-rw-r--r-- | files/ru/orphaned/web/guide/html/using_html_sections_and_outlines/index.html (renamed from files/ru/web/guide/html/using_html_sections_and_outlines/index.html) | 4 |
3 files changed, 15 insertions, 14 deletions
diff --git a/files/ru/_redirects.txt b/files/ru/_redirects.txt index 045b03513d..fdacc3afd1 100644 --- a/files/ru/_redirects.txt +++ b/files/ru/_redirects.txt @@ -616,8 +616,9 @@ /ru/docs/Web/Guide/HTML/HTML5/Constraint_validation /ru/docs/orphaned/Web/Guide/HTML/HTML5/Constraint_validation /ru/docs/Web/Guide/HTML/HTML5/Introduction_to_HTML5 /ru/docs/orphaned/Web/Guide/HTML/HTML5/Introduction_to_HTML5 /ru/docs/Web/Guide/HTML/Introduction /ru/docs/Learn/HTML/Introduction_to_HTML -/ru/docs/Web/Guide/HTML/Sections_and_Outlines_of_an_HTML5_document /ru/docs/Web/Guide/HTML/Using_HTML_sections_and_outlines +/ru/docs/Web/Guide/HTML/Sections_and_Outlines_of_an_HTML5_document /ru/docs/orphaned/Web/Guide/HTML/Using_HTML_sections_and_outlines /ru/docs/Web/Guide/HTML/Tips_for_authoring_fast-loading_HTML_pages /ru/docs/Learn/HTML/Howto/Author_fast-loading_HTML_pages +/ru/docs/Web/Guide/HTML/Using_HTML_sections_and_outlines /ru/docs/orphaned/Web/Guide/HTML/Using_HTML_sections_and_outlines /ru/docs/Web/Guide/HTML/Using_data_attributes /ru/docs/Learn/HTML/Howto/Use_data_attributes /ru/docs/Web/Guide/Localizations_and_character_encodings /ru/docs/orphaned/Web/Guide/Localizations_and_character_encodings /ru/docs/Web/Guide/Графика /ru/docs/Web/Guide/Graphics diff --git a/files/ru/_wikihistory.json b/files/ru/_wikihistory.json index 8282d967ba..fb56fe3e50 100644 --- a/files/ru/_wikihistory.json +++ b/files/ru/_wikihistory.json @@ -15338,17 +15338,6 @@ "warsan" ] }, - "Web/Guide/HTML/Using_HTML_sections_and_outlines": { - "modified": "2020-10-09T08:16:53.318Z", - "contributors": [ - "matiasrustagte", - "arka_triymfalnaya", - "outdever", - "Wingear", - "evgor80", - "lerniri" - ] - }, "Web/Guide/Parsing_and_serializing_XML": { "modified": "2020-10-11T12:29:17.772Z", "contributors": [ @@ -25637,6 +25626,17 @@ "Grakov" ] }, + "orphaned/Web/Guide/HTML/Using_HTML_sections_and_outlines": { + "modified": "2020-10-09T08:16:53.318Z", + "contributors": [ + "matiasrustagte", + "arka_triymfalnaya", + "outdever", + "Wingear", + "evgor80", + "lerniri" + ] + }, "orphaned/Web/Guide/Localizations_and_character_encodings": { "modified": "2020-12-14T08:44:06.511Z", "contributors": [ diff --git a/files/ru/web/guide/html/using_html_sections_and_outlines/index.html b/files/ru/orphaned/web/guide/html/using_html_sections_and_outlines/index.html index 0fa431ef8b..fc0c5e000f 100644 --- a/files/ru/web/guide/html/using_html_sections_and_outlines/index.html +++ b/files/ru/orphaned/web/guide/html/using_html_sections_and_outlines/index.html @@ -1,6 +1,6 @@ --- title: Использование разделов и создание структуры HTML документа -slug: Web/Guide/HTML/Using_HTML_sections_and_outlines +slug: orphaned/Web/Guide/HTML/Using_HTML_sections_and_outlines tags: - HTML5 - Веб @@ -11,7 +11,7 @@ tags: - Руководство - Структура translation_of: Web/Guide/HTML/Using_HTML_sections_and_outlines -original_slug: Web/Guide/HTML/Sections_and_Outlines_of_an_HTML5_document +original_slug: Web/Guide/HTML/Using_HTML_sections_and_outlines --- <div class="warning"> <p><strong>Важно</strong>: В настоящее время нет известных реализаций алгоритма построения структуры документа в графических браузерах или пользовательских приложениях, использующих реабилитационные технологии, хотя такой алгоритм внедрён в другие приложения, например, в средствах проверки соответствия спецификации. Поэтому алгоритм <a href="http://www.w3.org/TR/html5/sections.html#outline">построения структуры</a> нельзя использовать для передачи структуры документа пользователям. Авторы рекомендуют использовать для этой цели <a href="http://www.w3.org/TR/html5/sections.html#rank">степень важности</a> заголовков (<code><a href="http://www.w3.org/TR/html5/sections.html#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements">h1</a></code>-<code><a href="http://www.w3.org/TR/html5/sections.html#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements">h6</a></code>).</p> |