diff options
author | Alexey Pyltsyn <lex61rus@gmail.com> | 2021-10-20 13:28:52 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-20 13:28:52 +0300 |
commit | 1386fed7d38652d5848d315927e7e23a66cffd13 (patch) | |
tree | eb4b9adfec3f46c77304a1b9461d44357c8164c8 /files/ru/web/html/element | |
parent | b0f32a46245b1033098a5a9826a7818fa4e65dde (diff) | |
download | translated-content-1386fed7d38652d5848d315927e7e23a66cffd13.tar.gz translated-content-1386fed7d38652d5848d315927e7e23a66cffd13.tar.bz2 translated-content-1386fed7d38652d5848d315927e7e23a66cffd13.zip |
[RU] Remove `name` attribute from headings (#2788)
Diffstat (limited to 'files/ru/web/html/element')
21 files changed, 66 insertions, 66 deletions
diff --git a/files/ru/web/html/element/a/index.html b/files/ru/web/html/element/a/index.html index fa4ba957dc..6beb6cff14 100644 --- a/files/ru/web/html/element/a/index.html +++ b/files/ru/web/html/element/a/index.html @@ -38,7 +38,7 @@ translation_of: Web/HTML/Element/a </tbody> </table> -<h2 id="Attributes" name="Attributes">Атрибуты</h2> +<h2 id="Attributes">Атрибуты</h2> <p>Этот элемент включает в себя <a href="/ru/docs/Web/HTML/Общие_атрибуты">общие атрибуты</a>.</p> @@ -214,9 +214,9 @@ translation_of: Web/HTML/Element/a <dd>Этот атрибут, предложенный Micosoft, определяет отношения уникального названия ресурса (URN) с ссылкой. Хотя он основан на стандартах работы нескольких лет назад, значение URN всё ещё не определено полностью, поэтому этот атрибут не имеет значения. <a class="external" href="http://msdn.microsoft.com/en-us/library/ms534710(VS.85).aspx">Значения <font face="Consolas, Liberation Mono, Courier, monospace">urn</font> (MSDN)</a>.</dd> </dl> -<h2 id="Example" name="Example">Примеры</h2> +<h2 id="Example">Примеры</h2> -<h3 id="Ссылка_на_внешний_сайт" name="Ссылка_на_внешний_сайт">Ссылка на внешний сайт</h3> +<h3 id="Ссылка_на_внешний_сайт">Ссылка на внешний сайт</h3> <pre class="brush: html"><!-- Ссылка на внешний файл --> <a href="http://www.mozilla.com/">Внешняя ссылка</a> @@ -226,7 +226,7 @@ translation_of: Web/HTML/Element/a <p><a class="external" href="http://www.mozilla.com/">Внешняя ссылка</a></p> -<h3 id="Создание_кликабельной_картинки" name="Создание_кликабельной_картинки">Создание кликабельной картинки</h3> +<h3 id="Создание_кликабельной_картинки">Создание кликабельной картинки</h3> <pre class="brush: html"><a href="https://developer.mozilla.org/ru/" target="_blank"> <img src="https://mdn.mozillademos.org/files/6851/mdn_logo.png" alt="MDN logo"> @@ -237,7 +237,7 @@ translation_of: Web/HTML/Element/a <p>{{ EmbedLiveSample("Создание_кликабельной_картинки", "320", "64") }}</p> -<h3 id="Создания_ссылки_для_написания_письма" name="Создания_ссылки_для_написания_письма">Создания ссылки для написания письма</h3> +<h3 id="Создания_ссылки_для_написания_письма">Создания ссылки для написания письма</h3> <pre class="brush: html"><a href="mailto:nowhere@mozilla.org">Отправить сообщение в никуда</a> </pre> @@ -246,7 +246,7 @@ translation_of: Web/HTML/Element/a <p>Для дополнительных деталей использования <code>mailto</code>, таких как тема, текст или другое, смотрите <a href="/ru/docs/Web/Guide/HTML/Email_links">Email-ссылки</a> или {{RFC(6068)}}.</p> -<h3 id="Создание_ссылки_с_номером_телефона" name="Создание_ссылки_с_номером_телефона">Создание ссылки с номером телефона</h3> +<h3 id="Создание_ссылки_с_номером_телефона">Создание ссылки с номером телефона</h3> <p>С телефонами, способными выходить в Интернет и ноутбуками, которые привязаны к телефонам, ссылки с номером телефона становятся всё больше и больше полезными.</p> @@ -255,7 +255,7 @@ translation_of: Web/HTML/Element/a <p>Для дополнительных деталей о протоколе <code>tel</code>, смотрите {{RFC(2806)}} и {{RFC(2396)}}.</p> -<h3 id="Использование_download_для_сохранения_canvas_как_PNG" name="Использование_download_для_сохранения_canvas_как_PNG">Использование <code>download</code> для сохранения canvas как PNG</h3> +<h3 id="Использование_download_для_сохранения_canvas_как_PNG">Использование <code>download</code> для сохранения canvas как PNG</h3> <p>Если вы хотите позволить пользователю скачивать HTML canvas как картинку, вы можете создать ссылку с атрибутом <code>download</code> и данные canvas как <code>data: URL</code>:</p> @@ -272,7 +272,7 @@ document.body.appendChild(link); <p class="brush: js">Вы можете посмотреть на это в действии: <a href="http://jsfiddle.net/codepo8/V6ufG/2/">jsfiddle.net/codepo8/V6ufG/2/</a>.</p> -<h2 id="Specifications" name="Specifications">Спецификации</h2> +<h2 id="Specifications">Спецификации</h2> <table class="standard-table"> <thead> @@ -306,7 +306,7 @@ document.body.appendChild(link); </tbody> </table> -<h2 id="Browser_compatibility" name="Browser_compatibility">Совместимость с браузерами</h2> +<h2 id="Browser_compatibility">Совместимость с браузерами</h2> <p>{{Compat("html.elements.a")}}</p> <h2 id="Нажатие_и_фокус">Нажатие и фокус</h2> @@ -372,7 +372,7 @@ document.body.appendChild(link); </tbody> </table> -<h2 id="Notes" name="Notes">Примечания</h2> +<h2 id="Notes">Примечания</h2> <p>HTML 3.2 включает в себя только <code>name</code>, <code>href</code>, <code>rel</code>, <code>rev</code> и <code>title</code>.</p> diff --git a/files/ru/web/html/element/abbr/index.html b/files/ru/web/html/element/abbr/index.html index da57378768..52713b06b4 100644 --- a/files/ru/web/html/element/abbr/index.html +++ b/files/ru/web/html/element/abbr/index.html @@ -46,7 +46,7 @@ translation_of: Web/HTML/Element/abbr </tbody> </table> -<h2 id="Attributes" name="Attributes">Атрибуты</h2> +<h2 id="Attributes">Атрибуты</h2> <p><span style="line-height: 21px;">Этот элемент поддерживает только </span><a href="/ru/docs/Web/HTML/Общие_атрибуты" style="line-height: 21px;" title="HTML/Global attributes">глобальные атрибуты</a><span style="line-height: 21px;">. Атрибут </span>{{htmlattrxref("title")}} имеет специальное семантическое значение, когда используется вместе с элементом <code><abbr></code>. Он <em>должен</em> содержать полную расшифровку или описание аббревиатуры.</p> @@ -144,7 +144,7 @@ translation_of: Web/HTML/Element/abbr <p>Смотрите больше примеров в статье <a href="/ru/docs/Learn/HTML/%D0%92%D0%B2%D0%B5%D0%B4%D0%B5%D0%BD%D0%B8%D0%B5_%D0%B2_HTML/Advanced_text_formatting#%D0%90%D0%B1%D0%B1%D1%80%D0%B5%D0%B2%D0%B8%D0%B0%D1%82%D1%83%D1%80%D1%8B">Как размечать аббревиатуры и делать их понятными</a>.</p> -<h2 id="Specifications" name="Specifications">Спецификации</h2> +<h2 id="Specifications">Спецификации</h2> <table class="standard-table"> <thead> @@ -173,11 +173,11 @@ translation_of: Web/HTML/Element/abbr </tbody> </table> -<h2 id="Browser_compatibility" name="Browser_compatibility">Совместимость с браузерами</h2> +<h2 id="Browser_compatibility">Совместимость с браузерами</h2> <p>{{Compat("html.elements.abbr")}}</p> -<h2 id="See_also" name="See_also">Смотрите также</h2> +<h2 id="See_also">Смотрите также</h2> <ul> <li><a href="/ru/Learn/HTML/Element/abbr">Использование элемента <abbr></a></li> diff --git a/files/ru/web/html/element/acronym/index.html b/files/ru/web/html/element/acronym/index.html index 064a2df4bf..06615628b7 100644 --- a/files/ru/web/html/element/acronym/index.html +++ b/files/ru/web/html/element/acronym/index.html @@ -7,7 +7,7 @@ translation_of: Web/HTML/Element/acronym --- <div>{{obsolete_header}}</div> -<h2 id="Summary" name="Summary">Аннотация</h2> +<h2 id="Summary">Аннотация</h2> <p>Элемент акронима (<code><acronym>)</code> позволяет явно указать, что данная последовательность букв, являющуюся акронимом или аббревиатурой.</p> @@ -15,22 +15,22 @@ translation_of: Web/HTML/Element/acronym <p><strong>Примечание: </strong>Этот элемент был убран из спецификации HTML5, поэтому его не рекомендуется использовать.Вместо него используйте элемент {{HTMLElement("abbr")}}.</p> </div> -<h2 id="Attributes" name="Attributes">Атрибуты</h2> +<h2 id="Attributes">Атрибуты</h2> <p>Этот элемент поддерживает <em>только </em><a class="new " href="/en-US/docs/HTML/global_attributes" rel="internal" title="HTML/global attributes">глобальные атрибуты</a>.</p> -<h2 id="DOM_Interface" name="DOM_Interface">Интерфейс DOM</h2> +<h2 id="DOM_Interface">Интерфейс DOM</h2> <p>Этот элемент реализует интерфейс {{domxref('HTMLElement')}}.</p> <div class="note"><strong>Примечание: </strong>Вплоть до Gecko 1.9.2 Firefox реализует для этого элемента интерфейс {{domxref('HTMLSpanElement')}}.</div> -<h2 id="Example" name="Example">Пример</h2> +<h2 id="Example">Пример</h2> <pre class="brush:html"><p>The <acronym title="World Wide Web">WWW</acronym> is only one component of the Internet.</p> </pre> -<h2 id="Default_styling" name="Default_styling">Стилизация по умолчанию</h2> +<h2 id="Default_styling">Стилизация по умолчанию</h2> <p>Хотя этого элемент употребляется чисто для удобств автора, разные браузеры отрисовывают его по-разному:</p> @@ -42,7 +42,7 @@ translation_of: Web/HTML/Element/acronym <p>Поэтому настоятельно рекомендуется, чтобы веб-авторы не полагались на стиль по умолчанию.</p> -<h2 id="Specifications" name="Specifications">Спецификации</h2> +<h2 id="Specifications">Спецификации</h2> <table class="standard-table"> <thead> @@ -61,11 +61,11 @@ translation_of: Web/HTML/Element/acronym </tbody> </table> -<h2 id="Browser_compatibility" name="Browser_compatibility">Совместимость</h2> +<h2 id="Browser_compatibility">Совместимость</h2> <p>{{Compat("html.elements.acronym")}}</p> -<h2 id="See_also" name="See_also">Смотрите также:</h2> +<h2 id="See_also">Смотрите также:</h2> <ul> <li>{{HTMLElement("abbr")}}</li> diff --git a/files/ru/web/html/element/address/index.html b/files/ru/web/html/element/address/index.html index 4270d75dc7..43d35ffddc 100644 --- a/files/ru/web/html/element/address/index.html +++ b/files/ru/web/html/element/address/index.html @@ -48,7 +48,7 @@ translation_of: Web/HTML/Element/address </tbody> </table> -<h2 id="Attributes" name="Attributes">Атрибуты</h2> +<h2 id="Attributes">Атрибуты</h2> <p><span style="line-height: 21px;">Этот элемент включает в себя </span><a href="https://developer.mozilla.org/ru/docs/Web/HTML/%D0%9E%D0%B1%D1%89%D0%B8%D0%B5_%D0%B0%D1%82%D1%80%D0%B8%D0%B1%D1%83%D1%82%D1%8B" style="line-height: 21px;" title="HTML/Global attributes">глобальные атрибуты</a><span style="line-height: 21px;">.</span></p> @@ -72,7 +72,7 @@ translation_of: Web/HTML/Element/address <p>Помимо элемента {{HTMLElement("address")}}, с такими же стандартными стилями как и он текст отображают {{HTMLElement("i")}} или {{HTMLElement("em")}} элементы, более правильно использовать его, когда имеете дело с контактной информацией, так как он передаёт дополнительную семантическую информацию.</p> -<h2 id="Specifications" name="Specifications">Спецификации</h2> +<h2 id="Specifications">Спецификации</h2> <table class="standard-table"> <thead> diff --git a/files/ru/web/html/element/applet/index.html b/files/ru/web/html/element/applet/index.html index ae24cea607..241bf9cabf 100644 --- a/files/ru/web/html/element/applet/index.html +++ b/files/ru/web/html/element/applet/index.html @@ -11,7 +11,7 @@ translation_of: Web/HTML/Element/applet <p>Примечание: {{htmlelement("applet")}} элемент был удалён в <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=1279218">Gecko 56</a> и <a href="https://bugs.chromium.org/p/chromium/issues/detail?id=470301">Chrome</a> в конце 2015 года. Удаление рассматривается в <a href="https://bugs.webkit.org/show_bug.cgi?id=157926">WebKit</a> и <a href="https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/11946645/">Edge</a>.</p> </div> -<h2 id="Attributes" name="Attributes">Атрибуты</h2> +<h2 id="Attributes">Атрибуты</h2> <dl> <dt>{{htmlattrdef("align")}}</dt> diff --git a/files/ru/web/html/element/base/index.html b/files/ru/web/html/element/base/index.html index ccda66cde3..688f04a639 100644 --- a/files/ru/web/html/element/base/index.html +++ b/files/ru/web/html/element/base/index.html @@ -68,7 +68,7 @@ translation_of: Web/HTML/Element/base <base target="_blank" href="http://www.example.com/page.html"> </pre> -<h2 id="Specifications" name="Specifications">Спецификация</h2> +<h2 id="Specifications">Спецификация</h2> <table class="standard-table"> <thead> diff --git a/files/ru/web/html/element/bdi/index.html b/files/ru/web/html/element/bdi/index.html index 953c973ba9..63aa1f6852 100644 --- a/files/ru/web/html/element/bdi/index.html +++ b/files/ru/web/html/element/bdi/index.html @@ -55,7 +55,7 @@ translation_of: Web/HTML/Element/bdi <p dir="ltr">This arabic word REDLOHECALP_CIBARA is automatically displayed right-to-left.</p> -<h2 id="Specifications" name="Specifications">Specifications</h2> +<h2 id="Specifications">Specifications</h2> <table class="standard-table"> <thead> diff --git a/files/ru/web/html/element/blockquote/index.html b/files/ru/web/html/element/blockquote/index.html index ed29a66374..e0f8dbc7b4 100644 --- a/files/ru/web/html/element/blockquote/index.html +++ b/files/ru/web/html/element/blockquote/index.html @@ -62,7 +62,7 @@ translation_of: Web/HTML/Element/blockquote <p>This is a quotation taken from the Mozilla Developer Center.</p> </blockquote> -<h2 id="Specifications" name="Specifications">Спецификации</h2> +<h2 id="Specifications">Спецификации</h2> <table class="standard-table"> <thead> diff --git a/files/ru/web/html/element/br/index.html b/files/ru/web/html/element/br/index.html index 5bf34e89d2..51d038545d 100644 --- a/files/ru/web/html/element/br/index.html +++ b/files/ru/web/html/element/br/index.html @@ -22,7 +22,7 @@ translation_of: Web/HTML/Element/br <p><strong>Примечание:</strong> Не используйте <strong><code><br></code></strong> для увеличения разрыва между строками в тексте; используйте <a href="/ru/docs/Web/CSS" title="CSS">CSS</a>-свойство {{cssxref('margin')}} элемента {{HTMLElement("p")}}.</p> </div> -<h2 id="Attributes" name="Attributes">Атрибуты</h2> +<h2 id="Attributes">Атрибуты</h2> <p><span style="line-height: 21px;">Этот элемент включает в себя </span><a href="ru/docs/HTML/Global_attributes" style="line-height: 21px;" title="HTML/Global attributes">глобальные атрибуты</a><span style="line-height: 21px;">.</span></p> @@ -34,13 +34,13 @@ translation_of: Web/HTML/Element/br <dd>Определяет, где начинается следующая строка после перевода строки.</dd> </dl> -<h2 id="Example" name="Example">Стилизация с CSS</h2> +<h2 id="Example">Стилизация с CSS</h2> <p>Элемент <code><br></code> имеет единственную цель – создать разрыв линии в блоке текста. Таким образом, он не имеет размеров или визуального стиля как такового. Есть всего несколько свойств, которые вы можете стилизовать.</p> <p>Вы можете установить значение {{cssxref("margin")}} на <code><br></code> чтобы увеличить расстояние между линиями в блоке, но это плохая практика – лучше использовать свойство {{cssxref("line-height")}} для этой цели.</p> -<h2 id="Example" name="Example">Примеры</h2> +<h2 id="Example">Примеры</h2> <h3 id="Простой_br">Простой br</h3> @@ -70,7 +70,7 @@ USA<br></pre> <li><dfn>Интерфейс DOM</dfn> {{domxref("HTMLBRElement")}}</li> </ul> -<h2 id="Specifications" name="Specifications">Спецификации</h2> +<h2 id="Specifications">Спецификации</h2> <table class="standard-table"> <thead> @@ -99,11 +99,11 @@ USA<br></pre> </tbody> </table> -<h2 id="Browser_compatibility" name="Browser_compatibility">Совместимость с браузерами</h2> +<h2 id="Browser_compatibility">Совместимость с браузерами</h2> <p>{{Compat("html.elements.br")}}</p> -<h2 id="See_also" name="See_also">Смотрите также</h2> +<h2 id="See_also">Смотрите также</h2> <ul> <li>Элемент {{HTMLElement("address")}}</li> diff --git a/files/ru/web/html/element/button/index.html b/files/ru/web/html/element/button/index.html index d79a4a5fb3..82d5b3a068 100644 --- a/files/ru/web/html/element/button/index.html +++ b/files/ru/web/html/element/button/index.html @@ -120,7 +120,7 @@ original_slug: Web/HTML/Element/кнопка <dd>The initial value of the button.</dd> </dl> -<h2 id="Example" name="Example">Пример</h2> +<h2 id="Example">Пример</h2> <pre class="brush:html notranslate"><button name="button">Тык!</button> </pre> @@ -193,7 +193,7 @@ original_slug: Web/HTML/Element/кнопка </tbody> </table> -<h2 id="Specifications" name="Specifications">Спецификации</h2> +<h2 id="Specifications">Спецификации</h2> <table class="standard-table"> <thead> diff --git a/files/ru/web/html/element/cite/index.html b/files/ru/web/html/element/cite/index.html index 607c54bf9d..a9ad2f194d 100644 --- a/files/ru/web/html/element/cite/index.html +++ b/files/ru/web/html/element/cite/index.html @@ -61,7 +61,7 @@ translation_of: Web/HTML/Element/cite <p>To avoid the default italic style from being used for the <cite> element use the <a href="/en-US/docs/CSS" title="CSS">CSS</a> {{cssxref("font-style")}} property.</p> -<h2 id="Specifications" name="Specifications">Спецификации</h2> +<h2 id="Specifications">Спецификации</h2> <table class="standard-table"> <thead> diff --git a/files/ru/web/html/element/dl/index.html b/files/ru/web/html/element/dl/index.html index ae7d64d9fe..68e19c23e0 100644 --- a/files/ru/web/html/element/dl/index.html +++ b/files/ru/web/html/element/dl/index.html @@ -180,7 +180,7 @@ translation_of: Web/HTML/Element/dl <li><a href="https://s.codepen.io/aardrian/debug/NzGaKP">CodePen - HTML Buddies: dt & dd</a></li> </ul> -<h2 id="Specifications" name="Specifications">Спецификации</h2> +<h2 id="Specifications">Спецификации</h2> <table class="standard-table"> <thead> diff --git a/files/ru/web/html/element/form/index.html b/files/ru/web/html/element/form/index.html index 3d71822ef4..aab86737ee 100644 --- a/files/ru/web/html/element/form/index.html +++ b/files/ru/web/html/element/form/index.html @@ -3,13 +3,13 @@ title: <form> slug: Web/HTML/Element/form translation_of: Web/HTML/Element/form --- -<h2 id="Summary" name="Summary">Резюме</h2> +<h2 id="Summary">Резюме</h2> <p><em>Элемент HTML form</em> (<code><form></code>) представляет (собой) раздел документа, содержащий интерактивные элементы управления, которые позволяют пользователю отправлять информацию на веб-сервер.</p> <p>Можно использовать <code><a href="/en-US/docs/CSS/%3Avalid" rel="custom">:valid</a></code> и <code><a href="/en-US/docs/CSS/%3Ainvalid" rel="custom">:invalid</a></code> CSS псевдоклассы для стилизации <code><form></code> элемента, в зависимости от того, валиден или нет конкретный элемент {{domxref("HTMLFormElement.elements", "elements")}} внутри формы.</p> -<h2 id="Usage_Context" name="Usage_Context">Контекст Использования</h2> +<h2 id="Usage_Context">Контекст Использования</h2> <table class="standard-table"> <tbody> @@ -32,7 +32,7 @@ translation_of: Web/HTML/Element/form </tbody> </table> -<h2 id="Attributes" name="Attributes">Атрибуты</h2> +<h2 id="Attributes">Атрибуты</h2> <p>Как и все HTML-элементы, этот элемент поддерживает <a href="/en-US/docs/HTML/Global_attributes" title="HTML/Global attributes">глобальные атрибуты</a>.</p> @@ -93,11 +93,11 @@ translation_of: Web/HTML/Element/form </dd> </dl> -<h2 id="DOM_interface" name="DOM_interface">DOM_interface</h2> +<h2 id="DOM_interface">DOM_interface</h2> <p>Этот элемент реализует {{domxref("HTMLFormElement")}} интерфейс.</p> -<h2 id="Examples" name="Examples">Примеры</h2> +<h2 id="Examples">Примеры</h2> <pre class="brush: html"><!-- Простая форма, которая пошлёт GET запрос --> <form action=""> @@ -122,11 +122,11 @@ translation_of: Web/HTML/Element/form </form> </pre> -<h2 id="Browser_compatibility" name="Browser_compatibility">Совместимость браузера</h2> +<h2 id="Browser_compatibility">Совместимость браузера</h2> <p>{{Compat("html.elements.form")}}</p> -<h2 id="See_also" name="See_also">Смотрите также</h2> +<h2 id="See_also">Смотрите также</h2> <ul> <li>Другие элементы, которые используются для создания форм: {{HTMLElement("button")}}, {{HTMLElement("datalist")}}, {{HTMLElement("fieldset")}}, {{HTMLElement("input")}},{{HTMLElement("keygen")}}, {{HTMLElement("label")}}, {{HTMLElement("legend")}}, {{HTMLElement("meter")}}, {{HTMLElement("optgroup")}}, {{HTMLElement("option")}}, {{HTMLElement("output")}}, {{HTMLElement("progress")}}, {{HTMLElement("select")}}, {{HTMLElement("textarea")}}.</li> diff --git a/files/ru/web/html/element/input/image/index.html b/files/ru/web/html/element/input/image/index.html index a62b946906..87d01ed8b8 100644 --- a/files/ru/web/html/element/input/image/index.html +++ b/files/ru/web/html/element/input/image/index.html @@ -83,7 +83,7 @@ translation_of: Web/HTML/Element/input/image </dt> </dl> -<h3 id="simple_input_image_example" name="simple_input_image_example">Поле в виде логотипа Firefox </h3> +<h3 id="simple_input_image_example">Поле в виде логотипа Firefox </h3> <pre class="brush: html"><input type="image" name="image" src="https://mdn.mozillademos.org/files/2917/fxlogo.png" width="50"></pre> diff --git a/files/ru/web/html/element/input/index.html b/files/ru/web/html/element/input/index.html index d868c942c6..19d81fc785 100644 --- a/files/ru/web/html/element/input/index.html +++ b/files/ru/web/html/element/input/index.html @@ -246,7 +246,7 @@ e.value = "foo"; <p><a href="/@api/deki/files/4970/=mozactionhint.png"><img alt="mozactionhint.png" class="default internal" src="/@api/deki/files/4970/=mozactionhint.png?size=webview" style="border: 1px solid black; height: 350px; width: 210px;"></a></p> -<h2 id="Specifications" name="Specifications">Specifications</h2> +<h2 id="Specifications">Specifications</h2> <table class="standard-table"> <thead> diff --git a/files/ru/web/html/element/marquee/index.html b/files/ru/web/html/element/marquee/index.html index 95a18cfec5..82723b3d8f 100644 --- a/files/ru/web/html/element/marquee/index.html +++ b/files/ru/web/html/element/marquee/index.html @@ -8,7 +8,7 @@ translation_of: Web/HTML/Element/marquee <div>{{obsolete_header}}</div> -<h2 id="Summary" name="Summary">Определение</h2> +<h2 id="Summary">Определение</h2> <p>HTML-элемент <code><marquee></code> используется для создания на странице прокручивающегося текста (бегущей строки).</p> @@ -39,7 +39,7 @@ translation_of: Web/HTML/Element/marquee <dd>Задаёт ширину в пикселях или процентах.</dd> </dl> -<h2 id="Event_handlers" name="Event_handlers">Обработчики событий</h2> +<h2 id="Event_handlers">Обработчики событий</h2> <dl> <dt>{{htmlattrdef("onbounce")}}</dt> @@ -50,7 +50,7 @@ translation_of: Web/HTML/Element/marquee <dd>Срабатывает в начале прокрутки.</dd> </dl> -<h2 id="Methods" name="Methods">Методы</h2> +<h2 id="Methods">Методы</h2> <dl> <dt>start</dt> diff --git a/files/ru/web/html/element/menu/index.html b/files/ru/web/html/element/menu/index.html index 86545b3654..ce496cf66b 100644 --- a/files/ru/web/html/element/menu/index.html +++ b/files/ru/web/html/element/menu/index.html @@ -76,7 +76,7 @@ translation_of: Web/HTML/Element/menu <h2 id="Примеры">Примеры</h2> -<h3 id="Context_menu" name="Context_menu">Context menu</h3> +<h3 id="Context_menu">Context menu</h3> <p>{{Deprecated_header}}</p> @@ -108,7 +108,7 @@ translation_of: Web/HTML/Element/menu <p>{{EmbedLiveSample("Context_menu", "100%", 80)}}</p> -<h3 id="Menu_button" name="Menu_button">Menu button</h3> +<h3 id="Menu_button">Menu button</h3> <div class="blockIndicator warning"> <p>Menu buttons haven't been implemented in any known browsers yet. The {{HTMLAttrxRef("type", "menu")}} attribute on the <code><menu></code> element is now obsolete.</p> @@ -137,7 +137,7 @@ translation_of: Web/HTML/Element/menu <p>{{EmbedLiveSample("Menu_button", "100%", 50)}}</p> -<h3 id="Toolbar" name="Toolbar">Toolbar</h3> +<h3 id="Toolbar">Toolbar</h3> <div class="blockIndicator warning"> <p>Toolbar menus haven't been implemented in any known browsers yet.</p> diff --git a/files/ru/web/html/element/noscript/index.html b/files/ru/web/html/element/noscript/index.html index 43960dd7d4..a4c1db883d 100644 --- a/files/ru/web/html/element/noscript/index.html +++ b/files/ru/web/html/element/noscript/index.html @@ -42,7 +42,7 @@ translation_of: Web/HTML/Element/noscript <p>Rocks!</p> -<h2 id="Specifications" name="Specifications">Specifications</h2> +<h2 id="Specifications">Specifications</h2> <table class="standard-table"> <thead> diff --git a/files/ru/web/html/element/option/index.html b/files/ru/web/html/element/option/index.html index deb839e4a4..a2fdf39077 100644 --- a/files/ru/web/html/element/option/index.html +++ b/files/ru/web/html/element/option/index.html @@ -39,7 +39,7 @@ translation_of: Web/HTML/Element/option </tbody> </table> -<h2 id="Attributes" name="Attributes">Атрибуты</h2> +<h2 id="Attributes">Атрибуты</h2> <p>Как и все HTML-элементы, этот элемент поддерживает <a href="https://developer.mozilla.org/en-US/docs/HTML/Global_attributes" title="HTML/Global attributes">глобальные атрибуты</a>.</p> diff --git a/files/ru/web/html/element/style/index.html b/files/ru/web/html/element/style/index.html index 6b2d10915d..6ffa501c5d 100644 --- a/files/ru/web/html/element/style/index.html +++ b/files/ru/web/html/element/style/index.html @@ -10,7 +10,7 @@ tags: - элементы translation_of: Web/HTML/Element/style --- -<h2 id="Summary" name="Summary">Краткое описание</h2> +<h2 id="Summary">Краткое описание</h2> <p><em>HTML-элемент <strong><style></strong></em> содержит стилевую информацию для документа или его части. По умолчанию стилевые инструкции внутри этого элемента считаются написанными на <a href="/ru/docs/Web/CSS">CSS</a>.</p> @@ -39,7 +39,7 @@ translation_of: Web/HTML/Element/style <dd>If set, disables (does not apply) the style rules, specified within the element, to the {{domxref("document","Document")}}.</dd> </dl> -<h2 id="Examples" name="Examples">Примеры</h2> +<h2 id="Examples">Примеры</h2> <h3 id="Простая_таблица_стилей">Простая таблица стилей</h3> @@ -65,11 +65,11 @@ body { </article> </pre> -<h4 id="Live_sample" name="Live_sample">Live sample</h4> +<h4 id="Live_sample">Live sample</h4> <div>{{ EmbedLiveSample('Таблица_стилей_с_ограниченной_областью_действия', '100%', '200') }}</div> -<h2 id="Specifications" name="Specifications">Спецификации</h2> +<h2 id="Specifications">Спецификации</h2> <table class="standard-table"> <tbody> @@ -96,11 +96,11 @@ body { </tbody> </table> -<h2 id="Browser_compatibility" name="Browser_compatibility">Совместимость браузеров</h2> +<h2 id="Browser_compatibility">Совместимость браузеров</h2> <p>{{Compat("html.elements.style")}}</p> -<h2 id="See_also" name="See_also">Смотрите также</h2> +<h2 id="See_also">Смотрите также</h2> <ul> <li>Элемент {{HTMLElement("link")}}, позволяющий использовать внешние таблицы стилей.</li> diff --git a/files/ru/web/html/element/time/index.html b/files/ru/web/html/element/time/index.html index 5a173360fe..3acec787fb 100644 --- a/files/ru/web/html/element/time/index.html +++ b/files/ru/web/html/element/time/index.html @@ -49,18 +49,18 @@ translation_of: Web/HTML/Element/time <h2 id="Примеры">Примеры</h2> -<h3 id="Simple_example" name="Simple_example">Простой пример</h3> +<h3 id="Simple_example">Простой пример</h3> <h4 id="HTML">HTML</h4> <pre class="brush: html"><p>Концерт начинается в <time>20:00</time>.</p> </pre> -<h4 id="Output" name="Output">Вывод</h4> +<h4 id="Output">Вывод</h4> <p>{{ EmbedLiveSample('Simple_example', 250, 60) }}</p> -<h3 id="Datetime_example" name="Datetime_example">пример <code>datetime</code></h3> +<h3 id="Datetime_example">пример <code>datetime</code></h3> <h4 id="HTML_2">HTML</h4> @@ -71,7 +71,7 @@ translation_of: Web/HTML/Element/time <p>{{ EmbedLiveSample('Datetime_example', 250, 60) }}</p> -<h2 id="Specifications" name="Specifications">Спецификации</h2> +<h2 id="Specifications">Спецификации</h2> <table class="standard-table"> <thead> @@ -104,7 +104,7 @@ translation_of: Web/HTML/Element/time <p>{{Compat("html.elements.time")}}</p> -<h2 id="See_also" name="See_also">Смотрите также</h2> +<h2 id="See_also">Смотрите также</h2> <ul> <li>The {{HTMLElement("data")}} элемент, позволяющий обозначать другие типы данных.</li> |