diff options
author | Борис Верховский <boris.verk@gmail.com> | 2021-10-30 03:00:07 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-30 12:00:07 +0300 |
commit | 0e151315189b0c0c3bd66f01f642690f52da55fb (patch) | |
tree | 66a842857a7226fe662e2e836ab48002844629b1 /files/ru/web/api/element | |
parent | 5fe5348d14d1a6e8d07fe282f866aaa870aad240 (diff) | |
download | translated-content-0e151315189b0c0c3bd66f01f642690f52da55fb.tar.gz translated-content-0e151315189b0c0c3bd66f01f642690f52da55fb.tar.bz2 translated-content-0e151315189b0c0c3bd66f01f642690f52da55fb.zip |
(ru) Make proofread of Glossary (#2893)
Co-authored-by: Sasha Sushko <sushko@outlook.com>
Diffstat (limited to 'files/ru/web/api/element')
-rw-r--r-- | files/ru/web/api/element/createshadowroot/index.html | 4 |
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> |