From c08c48e16cb9e47c586925999362de104ecd710d Mon Sep 17 00:00:00 2001 From: Alexey Pyltsyn Date: Fri, 29 Oct 2021 20:34:32 +0300 Subject: [RU] Update Compat macros (#2911) --- files/ru/web/api/htmlanchorelement/hash/index.html | 2 +- files/ru/web/api/htmlanchorelement/host/index.html | 2 +- files/ru/web/api/htmlanchorelement/hostname/index.html | 2 +- files/ru/web/api/htmlanchorelement/href/index.html | 2 +- files/ru/web/api/htmlanchorelement/index.html | 2 +- files/ru/web/api/htmlanchorelement/origin/index.html | 2 +- files/ru/web/api/htmlanchorelement/password/index.html | 2 +- files/ru/web/api/htmlanchorelement/pathname/index.html | 2 +- files/ru/web/api/htmlanchorelement/port/index.html | 2 +- files/ru/web/api/htmlanchorelement/protocol/index.html | 2 +- files/ru/web/api/htmlanchorelement/search/index.html | 2 +- files/ru/web/api/htmlanchorelement/tostring/index.html | 2 +- files/ru/web/api/htmlanchorelement/username/index.html | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) (limited to 'files/ru/web/api/htmlanchorelement') diff --git a/files/ru/web/api/htmlanchorelement/hash/index.html b/files/ru/web/api/htmlanchorelement/hash/index.html index 3e15b0a7ef..7f1db5265c 100644 --- a/files/ru/web/api/htmlanchorelement/hash/index.html +++ b/files/ru/web/api/htmlanchorelement/hash/index.html @@ -32,7 +32,7 @@ var result = anchor.hash; // Вернёт: '#youhou'

Совместимость с браузерами

-

{{Compat("api.HTMLAnchorElement.hash")}}

+

{{Compat}}

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

diff --git a/files/ru/web/api/htmlanchorelement/host/index.html b/files/ru/web/api/htmlanchorelement/host/index.html index 74cf2f483a..4518061954 100644 --- a/files/ru/web/api/htmlanchorelement/host/index.html +++ b/files/ru/web/api/htmlanchorelement/host/index.html @@ -41,7 +41,7 @@ anchor.host == "developer.mozilla.org:4097"

Совместимость с браузерами

-

{{Compat("api.HTMLAnchorElement.host")}}

+

{{Compat}}

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

diff --git a/files/ru/web/api/htmlanchorelement/hostname/index.html b/files/ru/web/api/htmlanchorelement/hostname/index.html index cb24ed08b5..4de6c5db4f 100644 --- a/files/ru/web/api/htmlanchorelement/hostname/index.html +++ b/files/ru/web/api/htmlanchorelement/hostname/index.html @@ -32,7 +32,7 @@ var result = anchor.hostname; // Вернёт: 'developer.mozilla.org'

Совместимость с браузерами

-

{{Compat("api.HTMLAnchorElement.hostname")}}

+

{{Compat}}

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

diff --git a/files/ru/web/api/htmlanchorelement/href/index.html b/files/ru/web/api/htmlanchorelement/href/index.html index 8e3f609c6b..b9fbc4df95 100644 --- a/files/ru/web/api/htmlanchorelement/href/index.html +++ b/files/ru/web/api/htmlanchorelement/href/index.html @@ -35,7 +35,7 @@ var result = anchor.href; // Вернёт: 'https://developer.mozilla.org/en-US/

Совместимость с браузерами

-

{{Compat("api.HTMLAnchorElement.href")}}

+

{{Compat}}

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

diff --git a/files/ru/web/api/htmlanchorelement/index.html b/files/ru/web/api/htmlanchorelement/index.html index 2774fafdea..de265ab576 100644 --- a/files/ru/web/api/htmlanchorelement/index.html +++ b/files/ru/web/api/htmlanchorelement/index.html @@ -92,7 +92,7 @@ translation_of: Web/API/HTMLAnchorElement

Совместимость с браузерами

-

{{Compat("api.HTMLAnchorElement")}}

+

{{Compat}}

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

diff --git a/files/ru/web/api/htmlanchorelement/origin/index.html b/files/ru/web/api/htmlanchorelement/origin/index.html index 21d7ece75e..f32a259407 100644 --- a/files/ru/web/api/htmlanchorelement/origin/index.html +++ b/files/ru/web/api/htmlanchorelement/origin/index.html @@ -41,7 +41,7 @@ var result = window.location.origin; // Вернёт: 'https://developer.mozilla

Совместимость с браузерами

-

{{Compat("api.HTMLAnchorElement.origin")}}

+

{{Compat}}

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

diff --git a/files/ru/web/api/htmlanchorelement/password/index.html b/files/ru/web/api/htmlanchorelement/password/index.html index 926f1bad15..04aa27701b 100644 --- a/files/ru/web/api/htmlanchorelement/password/index.html +++ b/files/ru/web/api/htmlanchorelement/password/index.html @@ -35,7 +35,7 @@ var result = anchor.password; // Вернёт: 'flabada'

Совместимость с браузерами

-

{{Compat("api.HTMLAnchorElement.password")}}

+

{{Compat}}

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

diff --git a/files/ru/web/api/htmlanchorelement/pathname/index.html b/files/ru/web/api/htmlanchorelement/pathname/index.html index afc467b67a..89144f8b65 100644 --- a/files/ru/web/api/htmlanchorelement/pathname/index.html +++ b/files/ru/web/api/htmlanchorelement/pathname/index.html @@ -33,7 +33,7 @@ var result = anchor.pathname; // Вернёт: '/en-US/docs/HTMLHyperlinkElement

Совместимость с браузерами

-

{{Compat("api.HTMLAnchorElement.pathname")}}

+

{{Compat}}

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

diff --git a/files/ru/web/api/htmlanchorelement/port/index.html b/files/ru/web/api/htmlanchorelement/port/index.html index ac02347dc6..f213f33041 100644 --- a/files/ru/web/api/htmlanchorelement/port/index.html +++ b/files/ru/web/api/htmlanchorelement/port/index.html @@ -35,7 +35,7 @@ var result = anchor.port; // Вернёт: '80'

Совместимость с браузерами

-

{{Compat("api.HTMLAnchorElement.port")}}

+

{{Compat}}

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

diff --git a/files/ru/web/api/htmlanchorelement/protocol/index.html b/files/ru/web/api/htmlanchorelement/protocol/index.html index 72f26f23d6..3a45d901f0 100644 --- a/files/ru/web/api/htmlanchorelement/protocol/index.html +++ b/files/ru/web/api/htmlanchorelement/protocol/index.html @@ -33,7 +33,7 @@ var result = anchor.protocol; // Вернёт: 'https:'

Совместимость с браузерами

-

{{Compat("api.HTMLAnchorElement.protocol")}}

+

{{Compat}}

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

diff --git a/files/ru/web/api/htmlanchorelement/search/index.html b/files/ru/web/api/htmlanchorelement/search/index.html index 1b3d9eaa6a..3831bc9b87 100644 --- a/files/ru/web/api/htmlanchorelement/search/index.html +++ b/files/ru/web/api/htmlanchorelement/search/index.html @@ -33,7 +33,7 @@ var result = anchor.search; // Вернёт: '?q=123'

Совместимость с браузерами

-

{{Compat("api.HTMLAnchorElement.search")}}

+

{{Compat}}

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

diff --git a/files/ru/web/api/htmlanchorelement/tostring/index.html b/files/ru/web/api/htmlanchorelement/tostring/index.html index 392a71c5b0..45341ac109 100644 --- a/files/ru/web/api/htmlanchorelement/tostring/index.html +++ b/files/ru/web/api/htmlanchorelement/tostring/index.html @@ -33,7 +33,7 @@ var result = anchor.toString(); // Вернёт: 'https://developer.mozilla.org/

Совместимость с браузерами

-

{{Compat("api.HTMLAnchorElement.toString")}}

+

{{Compat}}

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

diff --git a/files/ru/web/api/htmlanchorelement/username/index.html b/files/ru/web/api/htmlanchorelement/username/index.html index 351f8b858c..48c0f2859c 100644 --- a/files/ru/web/api/htmlanchorelement/username/index.html +++ b/files/ru/web/api/htmlanchorelement/username/index.html @@ -33,7 +33,7 @@ var result = anchor.username; // Вернёт: 'anonymous'

Совместимость с браузерами

-

{{Compat("api.HTMLAnchorElement.username")}}

+

{{Compat}}

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

-- cgit v1.2.3-54-g00ecf