aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/css/_colon_has/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ru/web/css/_colon_has/index.html')
-rw-r--r--files/ru/web/css/_colon_has/index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/files/ru/web/css/_colon_has/index.html b/files/ru/web/css/_colon_has/index.html
index 1388f19d4d..3adf6eaa25 100644
--- a/files/ru/web/css/_colon_has/index.html
+++ b/files/ru/web/css/_colon_has/index.html
@@ -19,11 +19,11 @@ translation_of: 'Web/CSS/:has'
/* Отмечу, что это не поддерживается ни одним из браузеров */
var test = document.querySelector('a:has(&gt; img)');</pre>
-<h2 id="Syntax" name="Syntax">Синтаксис</h2>
+<h2 id="Syntax">Синтаксис</h2>
{{CSSSyntax}}
-<h2 id="Examples" name="Examples">Примеры</h2>
+<h2 id="Examples">Примеры</h2>
<p>Следующий селектор находит только те теги {{HTMLElement("a")}}, которые непосредственно содержат дочерний элемент {{HTMLElement("img")}}:</p>
@@ -53,5 +53,5 @@ var test = document.querySelector('a:has(&gt; img)');</pre>
</tbody>
</table>
-<h2 id="Browser_compatibility" name="Browser_compatibility">Совместимость с браузерами</h2>
+<h2 id="Browser_compatibility">Совместимость с браузерами</h2>
<p>{{Compat("css.selectors.has")}}</p>