aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/api/node/lookupnamespaceuri/index.html
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2021-07-27 15:17:31 -0400
committerGitHub <noreply@github.com>2021-07-27 22:17:31 +0300
commit7a2cfc4872ec27ef4ea5aa79f01dcb03a9a24d88 (patch)
tree520bd15be92236f2e90ab4b66389759ebc09f54f /files/ru/web/api/node/lookupnamespaceuri/index.html
parent20c7fd773df964681f7dd9d7a305293abd5a04ad (diff)
downloadtranslated-content-7a2cfc4872ec27ef4ea5aa79f01dcb03a9a24d88.tar.gz
translated-content-7a2cfc4872ec27ef4ea5aa79f01dcb03a9a24d88.tar.bz2
translated-content-7a2cfc4872ec27ef4ea5aa79f01dcb03a9a24d88.zip
remove link 'title' attributes that's just the 'href' (ru, part 4) (#1748)
Diffstat (limited to 'files/ru/web/api/node/lookupnamespaceuri/index.html')
-rw-r--r--files/ru/web/api/node/lookupnamespaceuri/index.html2
1 files changed, 1 insertions, 1 deletions
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
<p>Метод <code><strong>Node.lookupNamespaceURI()</strong></code> берёт префикс и возвращает пространство имён URI связанное с ним в данном узле, если найден (и <code>null</code> если нет). Устанавливает <code>null</code> для префикса который возвращает пространство имён по умолчанию.</p>
-<p>Из-за ошибки <a class="link-https" href="https://bugzilla.mozilla.org/show_bug.cgi?id=312019" title="https://bugzilla.mozilla.org/show_bug.cgi?id=312019">bug 312019</a>, этот метод не работает с динамическим назначением пространства имён (т.е., с уставленным тем же <a href="/en/DOM/Node.prefix" title="En/DOM/Node.prefix">Node.prefix</a>).</p>
+<p>Из-за ошибки <a class="link-https" href="https://bugzilla.mozilla.org/show_bug.cgi?id=312019">bug 312019</a>, этот метод не работает с динамическим назначением пространства имён (т.е., с уставленным тем же <a href="/en/DOM/Node.prefix" title="En/DOM/Node.prefix">Node.prefix</a>).</p>
<h2 id="Смотрите_также">Смотрите также</h2>