From fe6cfe4e918907d7d9ecd83fec4528092138b00e Mon Sep 17 00:00:00 2001 From: Sasha Sushko Date: Mon, 31 May 2021 19:26:15 +0300 Subject: RU: Remove hidden paragraphs about Browser Compatibility (#1062) * Remove Browser Compatibility hidden paragraphs via automation * Remove Browser Compatibility hidden paragraphs manually * Remove Browser Compatibility hidden paragraphs in "not sure" cases --- files/ru/web/javascript/reference/global_objects/string/index.html | 4 ---- .../javascript/reference/global_objects/string/matchall/index.html | 3 --- .../javascript/reference/global_objects/string/padstart/index.html | 3 --- .../web/javascript/reference/global_objects/string/repeat/index.html | 3 --- .../javascript/reference/global_objects/string/replaceall/index.html | 3 --- .../javascript/reference/global_objects/string/startswith/index.html | 4 ---- .../web/javascript/reference/global_objects/string/substr/index.html | 3 --- 7 files changed, 23 deletions(-) (limited to 'files/ru/web/javascript/reference/global_objects/string') diff --git a/files/ru/web/javascript/reference/global_objects/string/index.html b/files/ru/web/javascript/reference/global_objects/string/index.html index 3e6609ccce..8ae07f9337 100644 --- a/files/ru/web/javascript/reference/global_objects/string/index.html +++ b/files/ru/web/javascript/reference/global_objects/string/index.html @@ -284,10 +284,6 @@ for (var i = 0, n = inputValues.length; i < n; ++i) {

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

- -

{{Compat("javascript.builtins.String",2)}}

diff --git a/files/ru/web/javascript/reference/global_objects/string/matchall/index.html b/files/ru/web/javascript/reference/global_objects/string/matchall/index.html index 1b698ae6cc..ece52d3043 100644 --- a/files/ru/web/javascript/reference/global_objects/string/matchall/index.html +++ b/files/ru/web/javascript/reference/global_objects/string/matchall/index.html @@ -106,9 +106,6 @@ array[1];

Браузерная совместимость

- - -

{{Compat("javascript.builtins.String.matchAll")}}

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

diff --git a/files/ru/web/javascript/reference/global_objects/string/padstart/index.html b/files/ru/web/javascript/reference/global_objects/string/padstart/index.html index 074516217d..855b129568 100644 --- a/files/ru/web/javascript/reference/global_objects/string/padstart/index.html +++ b/files/ru/web/javascript/reference/global_objects/string/padstart/index.html @@ -80,9 +80,6 @@ if (!String.prototype.padStart) {

Поддержка браузерами

- - -

{{Compat("javascript.builtins.String.padStart")}}

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

diff --git a/files/ru/web/javascript/reference/global_objects/string/repeat/index.html b/files/ru/web/javascript/reference/global_objects/string/repeat/index.html index 46872f4147..b03a567342 100644 --- a/files/ru/web/javascript/reference/global_objects/string/repeat/index.html +++ b/files/ru/web/javascript/reference/global_objects/string/repeat/index.html @@ -118,7 +118,4 @@ translation_of: Web/JavaScript/Reference/Global_Objects/String/repeat

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

- - -

{{Compat("javascript.builtins.String.repeat")}}

diff --git a/files/ru/web/javascript/reference/global_objects/string/replaceall/index.html b/files/ru/web/javascript/reference/global_objects/string/replaceall/index.html index 432f977fc5..318e9a30c3 100644 --- a/files/ru/web/javascript/reference/global_objects/string/replaceall/index.html +++ b/files/ru/web/javascript/reference/global_objects/string/replaceall/index.html @@ -152,9 +152,6 @@ TypeError: replaceAll must be called with a global RegExp

Browser compatibility

- - -

{{Compat("javascript.builtins.String.replaceAll")}}

See also

diff --git a/files/ru/web/javascript/reference/global_objects/string/startswith/index.html b/files/ru/web/javascript/reference/global_objects/string/startswith/index.html index a58fbf5631..f13593ecac 100644 --- a/files/ru/web/javascript/reference/global_objects/string/startswith/index.html +++ b/files/ru/web/javascript/reference/global_objects/string/startswith/index.html @@ -63,10 +63,6 @@ console.log(str.startsWith('не быть', 9)); // true

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

- -

{{Compat("javascript.builtins.String.startsWith")}}

diff --git a/files/ru/web/javascript/reference/global_objects/string/substr/index.html b/files/ru/web/javascript/reference/global_objects/string/substr/index.html index 13fbfe4b76..b6bc0740ed 100644 --- a/files/ru/web/javascript/reference/global_objects/string/substr/index.html +++ b/files/ru/web/javascript/reference/global_objects/string/substr/index.html @@ -102,9 +102,6 @@ if ('ab'.substr(-1) != 'b') {

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

- - -

{{Compat("javascript.builtins.String.substr")}}

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

-- cgit v1.2.3-54-g00ecf