From 7a2cfc4872ec27ef4ea5aa79f01dcb03a9a24d88 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 27 Jul 2021 15:17:31 -0400 Subject: remove link 'title' attributes that's just the 'href' (ru, part 4) (#1748) --- files/ru/web/api/node/appendchild/index.html | 2 +- files/ru/web/api/node/clonenode/index.html | 2 +- files/ru/web/api/node/comparedocumentposition/index.html | 6 +++--- files/ru/web/api/node/lookupnamespaceuri/index.html | 2 +- files/ru/web/api/node/lookupprefix/index.html | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) (limited to 'files/ru/web/api/node') diff --git a/files/ru/web/api/node/appendchild/index.html b/files/ru/web/api/node/appendchild/index.html index 411b678b15..24aed598a2 100644 --- a/files/ru/web/api/node/appendchild/index.html +++ b/files/ru/web/api/node/appendchild/index.html @@ -52,7 +52,7 @@ document.body.appendChild(p);

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

Смотрите также

diff --git a/files/ru/web/api/node/clonenode/index.html b/files/ru/web/api/node/clonenode/index.html index aa6755e79e..4628c7e28c 100644 --- a/files/ru/web/api/node/clonenode/index.html +++ b/files/ru/web/api/node/clonenode/index.html @@ -58,5 +58,5 @@ translation_of: Web/API/Node/cloneNode diff --git a/files/ru/web/api/node/comparedocumentposition/index.html b/files/ru/web/api/node/comparedocumentposition/index.html index d2972a7ab8..2a3be58168 100644 --- a/files/ru/web/api/node/comparedocumentposition/index.html +++ b/files/ru/web/api/node/comparedocumentposition/index.html @@ -70,12 +70,12 @@ if (head.compareDocumentPosition(document.body) & Node.DOCUMENT_POSITION_FOL Комментарий - DOM Level 3 + DOM Level 3 Рекомендация   - DOM Standard + DOM Standard Живой стандарт   @@ -84,6 +84,6 @@ if (head.compareDocumentPosition(document.body) & Node.DOCUMENT_POSITION_FOL

Смотрите также

{{ languages( {"ru-ru": "ru-ru/DOM/Node.compareDocumentPosition" } ) }}

diff --git a/files/ru/web/api/node/lookupnamespaceuri/index.html b/files/ru/web/api/node/lookupnamespaceuri/index.html index 4dc20c5c52..3bcea97de1 100644 --- a/files/ru/web/api/node/lookupnamespaceuri/index.html +++ b/files/ru/web/api/node/lookupnamespaceuri/index.html @@ -7,7 +7,7 @@ translation_of: Web/API/Node/lookupNamespaceURI

Метод Node.lookupNamespaceURI() берёт префикс и возвращает пространство имён URI связанное с ним в данном узле, если найден (и null если нет). Устанавливает null для префикса который возвращает пространство имён по умолчанию.

-

Из-за ошибки bug 312019, этот метод не работает с динамическим назначением пространства имён (т.е., с уставленным тем же Node.prefix).

+

Из-за ошибки bug 312019, этот метод не работает с динамическим назначением пространства имён (т.е., с уставленным тем же Node.prefix).

Смотрите также

diff --git a/files/ru/web/api/node/lookupprefix/index.html b/files/ru/web/api/node/lookupprefix/index.html index 7a763c983c..c03afc9577 100644 --- a/files/ru/web/api/node/lookupprefix/index.html +++ b/files/ru/web/api/node/lookupprefix/index.html @@ -7,7 +7,7 @@ translation_of: Web/API/Node/lookupPrefix

Метод Node.lookupPrefix() возвращает {{domxref("DOMString")}} содержащий префикс для данного пространства имён URI, если он присутствует, и null если нет. Когда возможно присутствие нескольких префиксов, результат зависит от реализации.

-

Из-за ошибки bug 312019, этот метод не работает с динамическим назначением пространства имён, которое установлено с тем же свойством {{domxref("Node.prefix")}}.

+

Из-за ошибки bug 312019, этот метод не работает с динамическим назначением пространства имён, которое установлено с тем же свойством {{domxref("Node.prefix")}}.

Смотрите также

-- cgit v1.2.3-54-g00ecf