diff options
Diffstat (limited to 'files/ru/web/api/element/createshadowroot')
-rw-r--r-- | files/ru/web/api/element/createshadowroot/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ru/web/api/element/createshadowroot/index.html b/files/ru/web/api/element/createshadowroot/index.html index 8972eddf33..f72bc0455f 100644 --- a/files/ru/web/api/element/createshadowroot/index.html +++ b/files/ru/web/api/element/createshadowroot/index.html @@ -13,7 +13,7 @@ translation_of: Web/API/Element/createShadowRoot <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> </div> -<h2 id="Syntax" name="Syntax">Синтаксис</h2> +<h2 id="Syntax">Синтаксис</h2> <pre class="syntaxbox">var <em>shadowroot =</em><em> element</em>.createShadowRoot(); </pre> |