aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/api/element
diff options
context:
space:
mode:
Diffstat (limited to 'files/ru/web/api/element')
-rw-r--r--files/ru/web/api/element/createshadowroot/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/files/ru/web/api/element/createshadowroot/index.html b/files/ru/web/api/element/createshadowroot/index.html
index cd527b77e8..f41e6f9f6a 100644
--- a/files/ru/web/api/element/createshadowroot/index.html
+++ b/files/ru/web/api/element/createshadowroot/index.html
@@ -7,10 +7,10 @@ translation_of: Web/API/Element/createShadowRoot
<p>{{deprecated_header()}}</p>
-<p>Используйте <code>Element.createShadowRoot</code> чтобы создать  экземпляр <a href="/en-US/docs/Web/Web_Components/Shadow_DOM">shadow DOM</a>. После создания shadow DOM, он всегда будет привязан к существующему элементу. После создания shadowDOM, элемент к которому он привязан будет называться Теневой корень (shadowRoot) {{glossary("shadow root")}}.</p>
+<p>Используйте <code>Element.createShadowRoot</code> чтобы создать  экземпляр <a href="/en-US/docs/Web/Web_Components/Using_shadow_DOM">shadow DOM</a>. После создания shadow DOM, он всегда будет привязан к существующему элементу. После создания shadowDOM, элемент к которому он привязан будет называться Теневой корень ({{glossary("shadow root","shadowRoot")}}) .</p>
<div class="note">
-<p>This method has been deprecated in favor of <a href="https://developer.mozilla.org/en-US/docs/Web/API/Element/attachShadow">attachShadow</a>.</p>
+<p>This method has been deprecated in favor of <a href="/ru/docs/Web/API/Element/attachShadow">attachShadow</a>.</p>
</div>
<h2 id="Syntax">Синтаксис</h2>