From d2c717611f2ab3dc0a25deae3a78cf44aa31a4f2 Mon Sep 17 00:00:00 2001 From: YujiSoftware Date: Sun, 16 May 2021 22:30:00 +0900 Subject: Migrate CompatibilityTable to Compat macro (lang-ru) (#876) * Migrate to Compat macro * Migrate to Compat macro (multiple in page) * Migrate to Compat macro * Migrate to Compat macro (removed) --- .../global_objects/string/@@iterator/index.html | 60 +------------------ .../global_objects/string/anchor/index.html | 54 +---------------- .../reference/global_objects/string/big/index.html | 48 +-------------- .../global_objects/string/blink/index.html | 48 +-------------- .../global_objects/string/bold/index.html | 48 +-------------- .../global_objects/string/charat/index.html | 48 +-------------- .../global_objects/string/charcodeat/index.html | 50 +--------------- .../global_objects/string/codepointat/index.html | 50 +--------------- .../global_objects/string/concat/index.html | 48 +-------------- .../global_objects/string/endswith/index.html | 50 +--------------- .../global_objects/string/fixed/index.html | 48 +-------------- .../global_objects/string/fontcolor/index.html | 48 +-------------- .../global_objects/string/fontsize/index.html | 48 +-------------- .../global_objects/string/fromcharcode/index.html | 50 +--------------- .../global_objects/string/fromcodepoint/index.html | 50 +--------------- .../global_objects/string/indexof/index.html | 50 +--------------- .../global_objects/string/italics/index.html | 48 +-------------- .../global_objects/string/lastindexof/index.html | 50 +--------------- .../global_objects/string/length/index.html | 48 +-------------- .../global_objects/string/link/index.html | 54 +---------------- .../global_objects/string/localecompare/index.html | 68 +--------------------- .../global_objects/string/match/index.html | 56 +----------------- .../global_objects/string/normalize/index.html | 51 +--------------- .../global_objects/string/padend/index.html | 50 +--------------- .../reference/global_objects/string/raw/index.html | 50 +--------------- .../global_objects/string/search/index.html | 56 +----------------- .../global_objects/string/slice/index.html | 50 +--------------- .../global_objects/string/small/index.html | 48 +-------------- .../global_objects/string/split/index.html | 50 +--------------- .../global_objects/string/strike/index.html | 48 +-------------- .../reference/global_objects/string/sub/index.html | 48 +-------------- .../global_objects/string/substring/index.html | 50 +--------------- .../reference/global_objects/string/sup/index.html | 48 +-------------- .../string/tolocalelowercase/index.html | 48 +-------------- .../string/tolocaleuppercase/index.html | 48 +-------------- .../global_objects/string/tolowercase/index.html | 48 +-------------- .../global_objects/string/tosource/index.html | 48 +-------------- .../global_objects/string/tostring/index.html | 48 +-------------- .../global_objects/string/touppercase/index.html | 48 +-------------- .../global_objects/string/trim/index.html | 50 +--------------- .../global_objects/string/trimend/index.html | 48 +-------------- .../global_objects/string/trimstart/index.html | 48 +-------------- .../global_objects/string/valueof/index.html | 50 +--------------- 43 files changed, 43 insertions(+), 2112 deletions(-) (limited to 'files/ru/web/javascript/reference/global_objects/string') diff --git a/files/ru/web/javascript/reference/global_objects/string/@@iterator/index.html b/files/ru/web/javascript/reference/global_objects/string/@@iterator/index.html index a493783be3..5a367f353c 100644 --- a/files/ru/web/javascript/reference/global_objects/string/@@iterator/index.html +++ b/files/ru/web/javascript/reference/global_objects/string/@@iterator/index.html @@ -70,62 +70,4 @@ for (var v of string) {

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

-
{{CompatibilityTable}}
- -
- - - - - - - - - - - - - - - - - - - -
ВозможностьChromeFirefox (Gecko)Internet ExplorerOperaSafari
Базовая поддержка{{CompatVersionUnknown}}{{CompatGeckoDesktop("17")}} (.iterator)
- {{CompatGeckoDesktop("27")}} (["@@iterator"])
- {{CompatGeckoDesktop("36")}} ([Symbol.iterator])
{{CompatNo}}{{CompatNo}}{{CompatNo}}
-
- -
- - - - - - - - - - - - - - - - - - - - - -
ВозможностьAndroidChrome для AndroidFirefox Mobile (Gecko)IE MobileOpera MobileSafari Mobile
Базовая поддержка{{CompatNo}}{{CompatVersionUnknown}}{{CompatGeckoMobile("17")}} (.iterator)
- {{CompatGeckoMobile("27")}} (["@@iterator"])
- {{CompatGeckoMobile("36")}} ([Symbol.iterator])
{{CompatNo}}{{CompatNo}}{{CompatNo}}
-
- -

Примечания по Gecko

- - +

{{Compat}}

diff --git a/files/ru/web/javascript/reference/global_objects/string/anchor/index.html b/files/ru/web/javascript/reference/global_objects/string/anchor/index.html index 43b5161a75..0a63880ee8 100644 --- a/files/ru/web/javascript/reference/global_objects/string/anchor/index.html +++ b/files/ru/web/javascript/reference/global_objects/string/anchor/index.html @@ -70,59 +70,7 @@ document.body.innerHTML = myString.anchor('contents_anchor');

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

-
{{CompatibilityTable}}
- -
- - - - - - - - - - - - - - - - - - - -
ВозможностьChromeFirefox (Gecko)Internet ExplorerOperaSafari
Базовая поддержка{{CompatVersionUnknown}}{{CompatGeckoDesktop("1.0")}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}
-
- -
- - - - - - - - - - - - - - - - - - - - - -
ВозможностьAndroidChrome для AndroidFirefox Mobile (Gecko)IE MobileOpera MobileSafari Mobile
Базовая поддержка{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatGeckoMobile("1.0")}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}
-
- -

Примечания по Gecko

- -

Начиная с версии {{gecko("17")}}, символ " (кавычка) в строках, передаваемых в качестве параметра name, заменяется его HTML-мнемоникой ".

+

{{Compat}}

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

diff --git a/files/ru/web/javascript/reference/global_objects/string/big/index.html b/files/ru/web/javascript/reference/global_objects/string/big/index.html index b0172de18a..3a4017208a 100644 --- a/files/ru/web/javascript/reference/global_objects/string/big/index.html +++ b/files/ru/web/javascript/reference/global_objects/string/big/index.html @@ -57,53 +57,7 @@ console.log(worldString.fontsize(7)); // <fontsize=7>Привет, мир&

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

-
{{CompatibilityTable}}
-
- - - - - - - - - - - - - - - - - - - -
ВозможностьChromeFirefox (Gecko)Internet ExplorerOperaSafari
Базовая поддержка{{CompatVersionUnknown}}{{CompatGeckoDesktop("1.0")}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}
-
-
- - - - - - - - - - - - - - - - - - - - - -
ВозможностьAndroidChrome для AndroidFirefox Mobile (Gecko)IE MobileOpera MobileSafari Mobile
Базовая поддержка{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatGeckoMobile("1.0")}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}
-
+

{{Compat}}

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