aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/css/universal_selectors/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ru/web/css/universal_selectors/index.html')
-rw-r--r--files/ru/web/css/universal_selectors/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/files/ru/web/css/universal_selectors/index.html b/files/ru/web/css/universal_selectors/index.html
index 25dcaaedd3..4675862bb7 100644
--- a/files/ru/web/css/universal_selectors/index.html
+++ b/files/ru/web/css/universal_selectors/index.html
@@ -17,7 +17,7 @@ translation_of: Web/CSS/Universal_selectors
<li><code>|*</code> - ищет все элементы без объявленного пространства имён</li>
</ul>
-<h2 id="Example" name="Example">Пример</h2>
+<h2 id="Example">Пример</h2>
<pre class="brush: css">*[lang^=en]{color:green;}
*.warning {color:red;}
@@ -62,6 +62,6 @@ translation_of: Web/CSS/Universal_selectors
</tbody>
</table>
-<h2 id="Browser_compatibility" name="Browser_compatibility">Поддержка браузерами</h2>
+<h2 id="Browser_compatibility">Поддержка браузерами</h2>
<p>{{Compat("css.selectors.universal")}}</p>