aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/css/_colon_host()/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ru/web/css/_colon_host()/index.html')
-rw-r--r--files/ru/web/css/_colon_host()/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ru/web/css/_colon_host()/index.html b/files/ru/web/css/_colon_host()/index.html
index 9637e4a49f..117abc8e8f 100644
--- a/files/ru/web/css/_colon_host()/index.html
+++ b/files/ru/web/css/_colon_host()/index.html
@@ -36,7 +36,7 @@ translation_of: 'Web/CSS/:host()'
<pre class="brush: html; notranslate">&lt;h1&gt;Host selectors &lt;a href="#"&gt;&lt;context-span&gt;example&lt;/context-span&gt;&lt;/a&gt;&lt;/h1&gt;</pre>
-<p>Внутри конструктора элемента мы создаём элементы <code>style</code> и <code>span</code>, заполняем <code>span</code> контентом пользовательского элемента и заполняем элемент <code>style</code> CSS правилами:</p>
+<p>Внутри конструктора элемента мы создаём элементы <code>style</code> и <code>span</code>, заполняем <code>span</code> контентом пользовательского элемента и заполняем элемент <code>style</code> CSS-правилами:</p>
<pre class="brush: js; notranslate">let style = document.createElement('style');
let span = document.createElement('span');