aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/css/bottom/index.html
diff options
context:
space:
mode:
authorAlexey Pyltsyn <lex61rus@gmail.com>2021-10-20 13:28:52 +0300
committerGitHub <noreply@github.com>2021-10-20 13:28:52 +0300
commit1386fed7d38652d5848d315927e7e23a66cffd13 (patch)
treeeb4b9adfec3f46c77304a1b9461d44357c8164c8 /files/ru/web/css/bottom/index.html
parentb0f32a46245b1033098a5a9826a7818fa4e65dde (diff)
downloadtranslated-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/css/bottom/index.html')
-rw-r--r--files/ru/web/css/bottom/index.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/files/ru/web/css/bottom/index.html b/files/ru/web/css/bottom/index.html
index 1f2f0fec06..08cf4e1d6d 100644
--- a/files/ru/web/css/bottom/index.html
+++ b/files/ru/web/css/bottom/index.html
@@ -27,7 +27,7 @@ translation_of: Web/CSS/bottom
<p>Когда заданы оба свойства {{cssxref("top")}} и <code>bottom</code>, а свойство {{cssxref("height")}} не задано, <code>auto</code> или равно <code>100%</code>, то оба свойства {{cssxref("top")}} и <code>bottom</code> учитываются. Если свойство {{cssxref("height")}} задано, то свойство {{cssxref("top")}} будет учтено, а <code>bottom</code> — проигнорировано.</p>
-<h2 id="Синтаксис" name="Синтаксис">Синтаксис</h2>
+<h2 id="Синтаксис">Синтаксис</h2>
<pre class="brush:css no-line-numbers">/* Значения величин */
bottom: 3px;
@@ -73,7 +73,7 @@ bottom: unset;
{{csssyntax}}
-<h2 id="Пример" name="Пример">Пример</h2>
+<h2 id="Пример">Пример</h2>
@@ -116,7 +116,7 @@ div {
<p>{{EmbedLiveSample('Пример','500','250')}}</p>
-<h2 id="Specifications" name="Specifications">Характеристики</h2>
+<h2 id="Specifications">Характеристики</h2>
<table class="standard-table">
<thead>
@@ -147,7 +147,7 @@ div {
<p>{{cssinfo}}</p>
-<h2 id="Browser_compatibility" name="Browser_compatibility">Совместимость с браузером</h2>
+<h2 id="Browser_compatibility">Совместимость с браузером</h2>
<div>
<p>{{Compat("css.properties.bottom")}}</p>