diff options
Diffstat (limited to 'files/ru/web/api/element/slot/index.html')
-rw-r--r-- | files/ru/web/api/element/slot/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ru/web/api/element/slot/index.html b/files/ru/web/api/element/slot/index.html index ee62757d56..e555822ecb 100644 --- a/files/ru/web/api/element/slot/index.html +++ b/files/ru/web/api/element/slot/index.html @@ -26,7 +26,7 @@ translation_of: Web/API/Element/slot <p>{{domxref("DOMString")}}.</p> -<h2 id="Example" name="Example">Примеры</h2> +<h2 id="Example">Примеры</h2> <p>В нашем <a href="https://github.com/mdn/web-components-examples/tree/master/simple-template">примере простого шаблона</a> (<a href="https://mdn.github.io/web-components-examples/simple-template/">смотри в прямом эфире</a>), мы создаём тривиальный пример пользовательского элемента с именем <code><my-paragraph></code>, в котором прикрепляется теневой корень, а затем заполняется с использованием содержимого шаблона, содержащего слот с именем <code>my-text</code>.</p> |