aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ru/web/html')
-rw-r--r--files/ru/web/html/element/abbr/index.html2
-rw-r--r--files/ru/web/html/element/acronym/index.html2
-rw-r--r--files/ru/web/html/element/canvas/index.html2
-rw-r--r--files/ru/web/html/element/code/index.html2
-rw-r--r--files/ru/web/html/element/col/index.html2
-rw-r--r--files/ru/web/html/element/datalist/index.html2
-rw-r--r--files/ru/web/html/element/dd/index.html2
-rw-r--r--files/ru/web/html/element/dfn/index.html2
-rw-r--r--files/ru/web/html/element/dt/index.html2
-rw-r--r--files/ru/web/html/element/hgroup/index.html2
-rw-r--r--files/ru/web/html/element/input/image/index.html2
-rw-r--r--files/ru/web/html/element/li/index.html2
-rw-r--r--files/ru/web/html/element/nav/index.html2
-rw-r--r--files/ru/web/html/element/style/index.html2
-rw-r--r--files/ru/web/html/element/tfoot/index.html2
-rw-r--r--files/ru/web/html/element/track/index.html2
-rw-r--r--files/ru/web/html/element/u/index.html2
-rw-r--r--files/ru/web/html/element/ul/index.html2
-rw-r--r--files/ru/web/html/global_attributes/index.html2
-rw-r--r--files/ru/web/html/global_attributes/inputmode/index.html2
-rw-r--r--files/ru/web/html/global_attributes/tabindex/index.html2
-rw-r--r--files/ru/web/html/quirks_mode_and_standards_mode/index.html2
-rw-r--r--files/ru/web/html/using_the_application_cache/index.html3
23 files changed, 24 insertions, 23 deletions
diff --git a/files/ru/web/html/element/abbr/index.html b/files/ru/web/html/element/abbr/index.html
index 0baa39703f..da57378768 100644
--- a/files/ru/web/html/element/abbr/index.html
+++ b/files/ru/web/html/element/abbr/index.html
@@ -177,7 +177,7 @@ translation_of: Web/HTML/Element/abbr
<p>{{Compat("html.elements.abbr")}}</p>
-<h2 id="See_also" name="See_also">См. также</h2>
+<h2 id="See_also" name="See_also">Смотрите также</h2>
<ul>
<li><a href="/ru/Learn/HTML/Element/abbr">Использование элемента &lt;abbr&gt;</a></li>
diff --git a/files/ru/web/html/element/acronym/index.html b/files/ru/web/html/element/acronym/index.html
index 369030b776..881da06a3c 100644
--- a/files/ru/web/html/element/acronym/index.html
+++ b/files/ru/web/html/element/acronym/index.html
@@ -111,7 +111,7 @@ translation_of: Web/HTML/Element/acronym
</table>
</div>
-<h2 id="See_also" name="See_also">См. также:</h2>
+<h2 id="See_also" name="See_also">Смотрите также:</h2>
<ul>
<li>{{HTMLElement("abbr")}}</li>
diff --git a/files/ru/web/html/element/canvas/index.html b/files/ru/web/html/element/canvas/index.html
index 748a5cb9ea..56c11adf47 100644
--- a/files/ru/web/html/element/canvas/index.html
+++ b/files/ru/web/html/element/canvas/index.html
@@ -170,7 +170,7 @@ translation_of: Web/HTML/Element/canvas
<p>[5] Although early versions of Apple's Safari browser don't require the closing tag, the specification indicates that it is required, so you should be sure to include it for broadest compatibility. Those versions of Safari (prior to version 2.0) will render the content of the fallback in addition to the canvas itself unless you use CSS tricks to mask it. Fortunately, users of these versions of Safari are rare nowadays.</p>
-<h2 id="См.также">См.также</h2>
+<h2 id="Смотрите_также">Смотрите также</h2>
<ul>
<li><a href="/en-US/docs/Web/API/Canvas_API">MDN canvas portal</a></li>
diff --git a/files/ru/web/html/element/code/index.html b/files/ru/web/html/element/code/index.html
index 2bc6c488e3..e5446106a3 100644
--- a/files/ru/web/html/element/code/index.html
+++ b/files/ru/web/html/element/code/index.html
@@ -105,7 +105,7 @@ input field so the user can, for example, copy or delete the text.&lt;/p&gt;
<p>{{Compat("html.elements.code")}}</p>
-<h2 id="См._также">См. также</h2>
+<h2 id="Смотрите_также">Смотрите также</h2>
<ul>
<li>{{HTMLElement("samp")}}</li>
diff --git a/files/ru/web/html/element/col/index.html b/files/ru/web/html/element/col/index.html
index 9e0fa31592..064802ce09 100644
--- a/files/ru/web/html/element/col/index.html
+++ b/files/ru/web/html/element/col/index.html
@@ -222,7 +222,7 @@ translation_of: Web/HTML/Element/col
<p>{{Compat("html.elements.col")}}</p>
-<h2 id="Смотри_также">Смотри также</h2>
+<h2 id="Смотрите_также">Смотрите также</h2>
<ul>
<li>Other table-related HTML elements: {{HTMLElement("caption")}}, {{HTMLElement("colgroup")}}, {{HTMLElement("table")}}, {{HTMLElement("tbody")}}, {{HTMLElement("td")}}, {{HTMLElement("tfoot")}}, {{HTMLElement("th")}}, {{HTMLElement("thead")}}, {{HTMLElement("tr")}};</li>
diff --git a/files/ru/web/html/element/datalist/index.html b/files/ru/web/html/element/datalist/index.html
index a10e49870b..c02f9faa28 100644
--- a/files/ru/web/html/element/datalist/index.html
+++ b/files/ru/web/html/element/datalist/index.html
@@ -103,7 +103,7 @@ translation_of: Web/HTML/Element/datalist
<p>Для использованиях в браузерах, которые не поддерживают данную технологию, рекомендуется использовать полифил: <a href="https://github.com/mfranzke/datalist-polyfill">datalist-polyfill</a>.</p>
-<h2 id="Смотрите_так_же">Смотрите так же</h2>
+<h2 id="Смотрите_также">Смотрите также</h2>
<ul>
<li class="last">Элемент {{HTMLElement("input")}} , в особенности его атрибут {{htmlattrxref("list", "input")}};</li>
diff --git a/files/ru/web/html/element/dd/index.html b/files/ru/web/html/element/dd/index.html
index 747f73b779..3012f12a6b 100644
--- a/files/ru/web/html/element/dd/index.html
+++ b/files/ru/web/html/element/dd/index.html
@@ -103,7 +103,7 @@ translation_of: Web/HTML/Element/dd
<p>{{Compat("html.elements.dd")}}</p>
-<h2 id="Смотри_также">Смотри также</h2>
+<h2 id="Смотрите_также">Смотрите также</h2>
<ul>
<li>{{HTMLELement("dl")}}</li>
diff --git a/files/ru/web/html/element/dfn/index.html b/files/ru/web/html/element/dfn/index.html
index 05e0214d31..63c830d4a0 100644
--- a/files/ru/web/html/element/dfn/index.html
+++ b/files/ru/web/html/element/dfn/index.html
@@ -201,7 +201,7 @@ enim possumus hoc agere divinius?&lt;/p&gt;
<p>{{Compat("html.elements.dfn")}}</p>
-<h2 id="См._также">См. также</h2>
+<h2 id="Смотрите_также">Смотрите также</h2>
<ul>
<li>Элементы, связанные со списками определений: {{HTMLElement("dl")}}{{HTMLElement("dt")}}{{HTMLElement("dd")}}</li>
diff --git a/files/ru/web/html/element/dt/index.html b/files/ru/web/html/element/dt/index.html
index d46393c7c8..9f568d94bc 100644
--- a/files/ru/web/html/element/dt/index.html
+++ b/files/ru/web/html/element/dt/index.html
@@ -95,7 +95,7 @@ translation_of: Web/HTML/Element/dt
<p>{{Compat("html.elements.dt")}}</p>
-<h2 id="Смотри_также">Смотри также</h2>
+<h2 id="Смотрите_также">Смотрите также</h2>
<ul>
<li>{{HTMLElement("dd")}}, {{HTMLElement("dl")}}</li>
diff --git a/files/ru/web/html/element/hgroup/index.html b/files/ru/web/html/element/hgroup/index.html
index 73d243817c..138ea50c69 100644
--- a/files/ru/web/html/element/hgroup/index.html
+++ b/files/ru/web/html/element/hgroup/index.html
@@ -106,7 +106,7 @@ translation_of: Web/HTML/Element/hgroup
</table>
</div>
-<h2 id="Смотри_также">Смотри также</h2>
+<h2 id="Смотрите_также">Смотрите также</h2>
<ul>
<li>Другие элементы, связанные с разделом: {{HTMLElement("body")}}, {{HTMLElement("article")}}, {{HTMLElement("section")}}, {{HTMLElement("aside")}}, {{HTMLElement("h1")}}, {{HTMLElement("h2")}}, {{HTMLElement("h3")}}, {{HTMLElement("h4")}}, {{HTMLElement("h5")}}, {{HTMLElement("h6")}}, {{HTMLElement("nav")}}, {{HTMLElement("header")}}, {{HTMLElement("footer")}}, {{HTMLElement("address")}};</li>
diff --git a/files/ru/web/html/element/input/image/index.html b/files/ru/web/html/element/input/image/index.html
index d0045be0cd..acaa9034a6 100644
--- a/files/ru/web/html/element/input/image/index.html
+++ b/files/ru/web/html/element/input/image/index.html
@@ -200,6 +200,6 @@ translation_of: Web/HTML/Element/input/image
<dl>
<dt>
- <h2 id="Смотри_также">Смотри также</h2>
+ <h2 id="Смотрите_также">Смотрите также</h2>
</dt>
</dl>
diff --git a/files/ru/web/html/element/li/index.html b/files/ru/web/html/element/li/index.html
index 115c0c9a4e..aa76c87371 100644
--- a/files/ru/web/html/element/li/index.html
+++ b/files/ru/web/html/element/li/index.html
@@ -146,7 +146,7 @@ translation_of: Web/HTML/Element/li
<p>{{Compat("html.elements.li")}}</p>
-<h2 id="Смотри_также">Смотри также</h2>
+<h2 id="Смотрите_также">Смотрите также</h2>
<ul>
<li>Остальные списковые HTML элементы: {{HTMLElement("ul")}}, {{HTMLElement("li")}}, {{HTMLElement("menu")}} и устаревший {{HTMLElement("dir")}};</li>
diff --git a/files/ru/web/html/element/nav/index.html b/files/ru/web/html/element/nav/index.html
index 4cb171fe2b..5c1efaf3fb 100644
--- a/files/ru/web/html/element/nav/index.html
+++ b/files/ru/web/html/element/nav/index.html
@@ -102,7 +102,7 @@ translation_of: Web/HTML/Element/nav
<p>{{Compat("html.elements.nav")}}</p>
-<h2 id="Смотрите_так_же">Смотрите так же</h2>
+<h2 id="Смотрите_также">Смотрите также</h2>
<ul>
<li>Другие секционные элементы: {{HTMLElement("body")}}, {{HTMLElement("article")}}, {{HTMLElement("section")}}, {{HTMLElement("aside")}}, {{HTMLElement("h1")}}, {{HTMLElement("h2")}}, {{HTMLElement("h3")}}, {{HTMLElement("h4")}}, {{HTMLElement("h5")}}, {{HTMLElement("h6")}}, {{HTMLElement("hgroup")}}, {{HTMLElement("header")}}, {{HTMLElement("footer")}}, {{HTMLElement("address")}};</li>
diff --git a/files/ru/web/html/element/style/index.html b/files/ru/web/html/element/style/index.html
index 0e0e65e581..8442693d2a 100644
--- a/files/ru/web/html/element/style/index.html
+++ b/files/ru/web/html/element/style/index.html
@@ -165,7 +165,7 @@ body {
<p>[1] Поддерживается в Chrome с 20+ по 34 при включённом флаге "<strong>Enable &lt;style scoped&gt;</strong>" или "<strong>experimental WebKit features</strong>" в chrome://flags. <a href="https://groups.google.com/a/chromium.org/forum/#!searchin/blink-dev/scoped/blink-dev/R1x18ZLS5qQ/Bjuh_cENhlQJ">Удалён в Chrome 35+ из-за сложности кода</a>.<br>
[2] Gecko 20 и более новые реализуют псевдоклассы :scope, но должна быть включена настройка layout.css.scope-pseudo.enabled. This is only the case by default in Nightly and Aurora test versions.</p>
-<h2 id="See_also" name="See_also">См. также</h2>
+<h2 id="See_also" name="See_also">Смотрите также</h2>
<ul>
<li>Элемент {{HTMLElement("link")}}, позволяющий использовать внешние таблицы стилей.</li>
diff --git a/files/ru/web/html/element/tfoot/index.html b/files/ru/web/html/element/tfoot/index.html
index f13b52ba26..e023b88a13 100644
--- a/files/ru/web/html/element/tfoot/index.html
+++ b/files/ru/web/html/element/tfoot/index.html
@@ -258,7 +258,7 @@ translation_of: Web/HTML/Element/tfoot
</table>
</div>
-<h2 id="Смотри_также">Смотри также</h2>
+<h2 id="Смотрите_также">Смотрите также</h2>
<ul>
<li>Other table-related HTML Elements: {{ HTMLElement("caption") }}, {{ HTMLElement("col") }}, {{ HTMLElement("colgroup") }}, {{ HTMLElement("table") }}, {{ HTMLElement("tbody") }}, {{ HTMLElement("td") }}, {{ HTMLElement("th") }}, {{ HTMLElement("thead") }}, {{ HTMLElement("tr") }};</li>
diff --git a/files/ru/web/html/element/track/index.html b/files/ru/web/html/element/track/index.html
index 8c2c134f77..e988821e96 100644
--- a/files/ru/web/html/element/track/index.html
+++ b/files/ru/web/html/element/track/index.html
@@ -171,7 +171,7 @@ translation_of: Web/HTML/Element/track
<p>{{Compat("html.elements.track")}}</p>
-<h2 id="Смотри_также">Смотри также</h2>
+<h2 id="Смотрите_также">Смотрите также</h2>
<ul>
<li><a href="/ru/docs/Web/API/WebVTT_API">WebVTT — формат файлов текстовой дорожки</a></li>
diff --git a/files/ru/web/html/element/u/index.html b/files/ru/web/html/element/u/index.html
index 5c37e3ed2f..98b44902cf 100644
--- a/files/ru/web/html/element/u/index.html
+++ b/files/ru/web/html/element/u/index.html
@@ -192,7 +192,7 @@ Chicken Noodle Soup With Carrots</pre>
<p>{{Compat("html.elements.u")}}</p>
-<h2 id="См._также">См. также</h2>
+<h2 id="Смотрите_также">Смотрите также</h2>
<ul>
<li>The {{HTMLElement("span")}}, {{HTMLElement("i")}}, {{HTMLElement("em")}}, {{HTMLElement("b")}}, and {{HTMLElement("cite")}} elements should usuallly be used instead.</li>
diff --git a/files/ru/web/html/element/ul/index.html b/files/ru/web/html/element/ul/index.html
index 65cd81e8f6..c44cd9b7c6 100644
--- a/files/ru/web/html/element/ul/index.html
+++ b/files/ru/web/html/element/ul/index.html
@@ -171,7 +171,7 @@ translation_of: Web/HTML/Element/ul
<p>{{Compat("html.elements.ul")}}</p>
-<h2 id="Смотри_также">Смотри также</h2>
+<h2 id="Смотрите_также">Смотрите также</h2>
<ul>
<li>Остальные списковые HTML элементы: {{ HTMLElement("ol") }}, {{ HTMLElement("li") }}, {{ HTMLElement("menu") }} и устаревший {{ HTMLElement("dir") }};</li>
diff --git a/files/ru/web/html/global_attributes/index.html b/files/ru/web/html/global_attributes/index.html
index eeecd87c6c..bc1d9b8ed2 100644
--- a/files/ru/web/html/global_attributes/index.html
+++ b/files/ru/web/html/global_attributes/index.html
@@ -149,7 +149,7 @@ translation_of: Web/HTML/Global_attributes
<div id="compat-mobile"></div>
-<h2 id="См._также">См. также</h2>
+<h2 id="Смотрите_также">Смотрите также</h2>
<ul>
<li>Интерфейсы {{domxref("Element")}} и {{domxref("GlobalEventHandlers")}}, которые позволяют запрашивать большинство глобальных атрибутов.</li>
diff --git a/files/ru/web/html/global_attributes/inputmode/index.html b/files/ru/web/html/global_attributes/inputmode/index.html
index 8f6bd811ec..4376b71971 100644
--- a/files/ru/web/html/global_attributes/inputmode/index.html
+++ b/files/ru/web/html/global_attributes/inputmode/index.html
@@ -53,7 +53,7 @@ translation_of: Web/HTML/Global_attributes/inputmode
<p>{{Compat("html.global_attributes.inputmode")}}</p>
-<h2 id="См._также">См. также</h2>
+<h2 id="Смотрите_также">Смотрите также</h2>
<ul>
<li>Все <a href="/ru/docs/Web/HTML/Общие_атрибуты">глобальные атрибуты</a>.</li>
diff --git a/files/ru/web/html/global_attributes/tabindex/index.html b/files/ru/web/html/global_attributes/tabindex/index.html
index cd63df6b7a..93de4a8d56 100644
--- a/files/ru/web/html/global_attributes/tabindex/index.html
+++ b/files/ru/web/html/global_attributes/tabindex/index.html
@@ -103,7 +103,7 @@ translation_of: Web/HTML/Global_attributes/tabindex
</table>
</div>
-<h2 id="Смотри_также">Смотри также</h2>
+<h2 id="Смотрите_также">Смотрите также</h2>
<ul>
<li>Все <a href="/en-US/docs/Web/HTML/Global_attributes">глобальные атрибуты</a>.</li>
diff --git a/files/ru/web/html/quirks_mode_and_standards_mode/index.html b/files/ru/web/html/quirks_mode_and_standards_mode/index.html
index 3fe60b6d28..c019d4bc8e 100644
--- a/files/ru/web/html/quirks_mode_and_standards_mode/index.html
+++ b/files/ru/web/html/quirks_mode_and_standards_mode/index.html
@@ -27,7 +27,7 @@ translation_of: Web/HTML/Quirks_Mode_and_Standards_Mode
<p>В стандарте HTML5 тег DOCTYPE используется исключительно для активации стандартного режима отображения. Предыдущие версии HTML придавали дополнительное значение использованию тега DOCTYPE, но браузеры использовали тег DOCTYPE исключительно для переключения между режимом совместимости и стандартным режимом. </p>
-<p>См. также детальное описание того, <a class="external" href="http://hsivonen.iki.fi/doctype/" title="http://hsivonen.iki.fi/doctype/">как разные браузеры выбирают режимы</a>.</p>
+<p>Смотрите также детальное описание того, <a class="external" href="http://hsivonen.iki.fi/doctype/" title="http://hsivonen.iki.fi/doctype/">как разные браузеры выбирают режимы</a>.</p>
<h3 id="XHTML">XHTML</h3>
diff --git a/files/ru/web/html/using_the_application_cache/index.html b/files/ru/web/html/using_the_application_cache/index.html
index 81d90fffbc..96ffd93984 100644
--- a/files/ru/web/html/using_the_application_cache/index.html
+++ b/files/ru/web/html/using_the_application_cache/index.html
@@ -51,7 +51,7 @@ original_slug: Web/HTML/Использование_кеширования_при
<p>Текущее состояние оффлайн-кеша в Firefox можно посмотреть на странице <code>about:cache</code> (в разделе «Offline cache device»). Оффлайн-кеш можно очистить по отдельности для каждого сайта, используя кнопку «Удалить...» в разделе Инструменты -&gt; Настройки -&gt; Дополнительные -&gt; Сеть -&gt; Автономное содержимое.</p>
<p>До Firefox 11 кеш нельзя было очистить ни кнопкой Инструменты -&gt; Удалить недавнюю историю, ни Инструменты -&gt; Настройки -&gt; Дополнительные -&gt; Сеть -&gt; Автономное содержимое -&gt; Очистить сейчас. Сейчас эта проблема устранена.</p>
<p>В Linux настройки оффлайн-кеша можно найти в разделе Инструменты -&gt; Настройки -&gt; Дополнительные -&gt; Сеть -&gt; Автономное содержимое и данные пользователя</p>
-<p>См. также <a href="/en-US/docs/DOM/Storage#Storage_location_and_clearing_the_data" title="DOM/Storage#Storage location and clearing the data">очистка данных хранилища DOM</a>.</p>
+<p>Смотрите также <a href="/en-US/docs/DOM/Storage#Storage_location_and_clearing_the_data" title="DOM/Storage#Storage location and clearing the data">очистка данных хранилища DOM</a>.</p>
<p>Также кеши приложения могут устареть. Если с сервера удалить файл манифеста, браузер удалит все кеши, которые были в нём указаны, и пошлёт событие <code>obsoleted</code> объекту <code>applicationCache</code>, что установит состояние кеша в <code>OBSOLETE</code>.</p>
<h2 id="Файл_манифеста_кеша">Файл манифеста кеша</h2>
<h3 id="Ссылки_на_файл_манифеста_кеша">Ссылки на файл манифеста кеша</h3>
@@ -72,6 +72,7 @@ original_slug: Web/HTML/Использование_кеширования_при
<p>Манифест кеша может включать три секции (<code>CACHE</code>, <code>NETWORK</code> и <code>FALLBACK</code>, которые будут рассмотрены далее). В приведённом примере нет заголовков секций, поэтому предполагается, что все строчки находятся в явной секции <code>CACHE</code>,  подразумевая, что все указанные в них ресурсы браузеру следует сохранить в кеше приложения. Ресурсы могут быть указаны с использованием как абсолютных, так и относительных URL (например, <code>index.html</code>).</p>
<p>Для наличия в кеше комментария «v1» есть веские основания. Браузер обновляет кеш приложения, только если изменён файл манифеста, хотя бы один байт в нём. Если вы изменяете закешированный ресурс на стороне сервера, (например, при обновлении содержимого картинки  <code>header.png</code>), вы также должны изменить содержимое файла манифеста, тем самым сообщая браузеру, что нужно обновить кеш. Вы можете изменять файл манифеста так, как вам угодно, но лучшие практики рекомендуют использовать изменение номера пересмотра.</p>
<div class="warning">
+
<strong>Важное замечание:</strong> Не указывайте в манифесте ссылку на него самого, в противном случае будет невозможно сообщить браузеру о том, что кеш обновился.</div>
<h3 id="Sections_in_a_cache_manifest_file_CACHE_NETWORK_and_FALLBACK">Sections in a cache manifest file: <code>CACHE</code>, <code>NETWORK</code>, and <code>FALLBACK</code></h3>
<p>A manifest can have three distinct sections: <code>CACHE</code>, <code>NETWORK</code>, and <code>FALLBACK</code>.</p>