aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/api/node/baseuri/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ru/web/api/node/baseuri/index.html')
-rw-r--r--files/ru/web/api/node/baseuri/index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/files/ru/web/api/node/baseuri/index.html b/files/ru/web/api/node/baseuri/index.html
index f525625033..e36b32d2b6 100644
--- a/files/ru/web/api/node/baseuri/index.html
+++ b/files/ru/web/api/node/baseuri/index.html
@@ -13,7 +13,7 @@ translation_of: Web/API/Node/baseURI
<p>В самом простом случае, базовый URL это просто местонахождение документа, но это может зависеть от многих факторов, включая элемент {{HTMLElement("base")}} в HTML и атрибут <code><a href="/en-US/docs/XML/xml:base">xml:base</a></code> в XML.</p>
-<h2 id="Syntax" name="Syntax">Синтаксис</h2>
+<h2 id="Syntax">Синтаксис</h2>
<pre class="syntaxbox">var <em>baseURI</em> = <em>node</em>.baseURI;
</pre>
@@ -24,7 +24,7 @@ translation_of: Web/API/Node/baseURI
<li><code><em>node</em>.baseURI</code> может измениться со временем (с.м. ниже).</li>
</ul>
-<h2 id="Details" name="Details">Подробности</h2>
+<h2 id="Details">Подробности</h2>
<h3 id="Базовый_URL_документа">Базовый URL документа</h3>
@@ -47,7 +47,7 @@ translation_of: Web/API/Node/baseURI
<p>Вы можете использовать <code><em>{{domxref("element")}}</em>.baseURI</code> для получения базового URL of элемента.</p>
-<h2 id="Specification" name="Specification">Спецификация</h2>
+<h2 id="Specification">Спецификация</h2>
<ul>
<li>{{spec("http://www.w3.org/TR/DOM-Level-3-Core/core.html#Node3-baseURI","DOM Level 3 Core: baseURI","REC")}}</li>