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/document/documenturiobject/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'files/ru/web/api/document/documenturiobject') diff --git a/files/ru/web/api/document/documenturiobject/index.html b/files/ru/web/api/document/documenturiobject/index.html index 93d33b1d2c..841561a657 100644 --- a/files/ru/web/api/document/documenturiobject/index.html +++ b/files/ru/web/api/document/documenturiobject/index.html @@ -13,12 +13,12 @@ translation_of: Web/API/Document/documentURIObject

Привилегированный код должен быть осторожным не пытаясь получить или установить это свойство на объект с незапакованным  содержанием (e.g. on a wrappedJSObject of an XPCNativeWrapper). Смотрите {{ Bug(324464) }}' комментарии для детализации.

-

Синтаксис

+

Синтаксис

var uri = doc.documentURIObject;
 
-

Пример

+

Пример

// Проверка является ли этот URI scheme текущей вкладки Firefox - 'http',
 // предполагая что этот код выполняется в контексте  browser.xul
@@ -30,6 +30,6 @@ if (uriObj.schemeIs('http')) {
 }
 
-

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

+

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

Не является частью спецификации.

-- cgit v1.2.3-54-g00ecf