From 1386fed7d38652d5848d315927e7e23a66cffd13 Mon Sep 17 00:00:00 2001 From: Alexey Pyltsyn Date: Wed, 20 Oct 2021 13:28:52 +0300 Subject: [RU] Remove `name` attribute from headings (#2788) --- files/ru/web/api/node/baseuri/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'files/ru/web/api/node/baseuri') 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

В самом простом случае, базовый URL это просто местонахождение документа, но это может зависеть от многих факторов, включая элемент {{HTMLElement("base")}} в HTML и атрибут xml:base в XML.

-

Синтаксис

+

Синтаксис

var baseURI = node.baseURI;
 
@@ -24,7 +24,7 @@ translation_of: Web/API/Node/baseURI
  • node.baseURI может измениться со временем (с.м. ниже).
  • -

    Подробности

    +

    Подробности

    Базовый URL документа

    @@ -47,7 +47,7 @@ translation_of: Web/API/Node/baseURI

    Вы можете использовать {{domxref("element")}}.baseURI для получения базового URL of элемента.

    -

    Спецификация

    +

    Спецификация