diff options
Diffstat (limited to 'files/ru/web/css/_doublecolon_slotted/index.html')
-rw-r--r-- | files/ru/web/css/_doublecolon_slotted/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/files/ru/web/css/_doublecolon_slotted/index.html b/files/ru/web/css/_doublecolon_slotted/index.html index e64d20abe3..d0663700f2 100644 --- a/files/ru/web/css/_doublecolon_slotted/index.html +++ b/files/ru/web/css/_doublecolon_slotted/index.html @@ -22,13 +22,13 @@ translation_of: 'Web/CSS/::slotted' <h2 id="Синтаксис">Синтаксис</h2> -<pre class="syntaxbox notranslate">{{csssyntax}}</pre> +{{csssyntax}} <h2 id="Примеры">Примеры</h2> <p>Следующие фрагменты взяты из нашей демо <a href="https://github.com/mdn/web-components-examples/tree/master/slotted-pseudo-element">slotted-pseudo-element</a> (<a href="https://mdn.github.io/web-components-examples/slotted-pseudo-element/">see it live also</a>).</p> -<p>В этом демо мы использовали простой шаблом с тремя слотами:</p> +<p>В этом демо мы использовали простой шаблон с тремя слотами:</p> <pre class="brush: html notranslate"><template id="person-template"> <div> |