aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/css/_colon_empty/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ru/web/css/_colon_empty/index.html')
-rw-r--r--files/ru/web/css/_colon_empty/index.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/files/ru/web/css/_colon_empty/index.html b/files/ru/web/css/_colon_empty/index.html
index 5fae40fa2e..b922f9a29c 100644
--- a/files/ru/web/css/_colon_empty/index.html
+++ b/files/ru/web/css/_colon_empty/index.html
@@ -12,16 +12,16 @@ translation_of: 'Web/CSS/:empty'
---
<p>{{ CSSRef() }}</p>
-<h2 id="Summary" name="Summary">Описание</h2>
+<h2 id="Summary">Описание</h2>
<p>{{ Cssxref("pseudo-classes", "Псевдокласс") }} <code>:empty</code> находит любой элемент, у которого нет потомков. Учитываются элементы и текст (включая пробелы). Комментарии не повлияют на то, что элемент будет рассматриваться как не пустой.</p>
-<h2 id="Syntax" name="Syntax">Синтаксис</h2>
+<h2 id="Syntax">Синтаксис</h2>
<pre class="syntaxbox notranslate">&lt;element&gt;:empty { <em>/* стили</em> */ }
</pre>
-<h2 id="Examples" name="Examples">Примеры</h2>
+<h2 id="Examples">Примеры</h2>
<pre class="brush: css notranslate">.box {
  background: red;
@@ -40,7 +40,7 @@ translation_of: 'Web/CSS/:empty'
&lt;!-- Я буду красным, так как перед комментарием стоят пробелы --&gt;
&lt;/div&gt;</pre>
-<h2 id="Specifications" name="Specifications">Спецификации</h2>
+<h2 id="Specifications">Спецификации</h2>
<table class="standard-table">
<thead>