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 --- .../reference/global_objects/symbol/hasinstance/index.html | 4 ---- files/ru/web/javascript/reference/global_objects/symbol/index.html | 6 ------ .../javascript/reference/global_objects/symbol/keyfor/index.html | 4 ---- .../javascript/reference/global_objects/symbol/search/index.html | 3 --- .../reference/global_objects/symbol/toprimitive/index.html | 4 ---- .../reference/global_objects/symbol/unscopables/index.html | 3 --- 6 files changed, 24 deletions(-) (limited to 'files/ru/web/javascript/reference/global_objects/symbol') diff --git a/files/ru/web/javascript/reference/global_objects/symbol/hasinstance/index.html b/files/ru/web/javascript/reference/global_objects/symbol/hasinstance/index.html index 48c2d59173..f5c5e06697 100644 --- a/files/ru/web/javascript/reference/global_objects/symbol/hasinstance/index.html +++ b/files/ru/web/javascript/reference/global_objects/symbol/hasinstance/index.html @@ -54,10 +54,6 @@ console.log([] instanceof MyArray); // true

 

- -

{{Compat("javascript.builtins.Symbol.hasInstance")}}

 

diff --git a/files/ru/web/javascript/reference/global_objects/symbol/index.html b/files/ru/web/javascript/reference/global_objects/symbol/index.html index 9cc2be3a41..4091996093 100644 --- a/files/ru/web/javascript/reference/global_objects/symbol/index.html +++ b/files/ru/web/javascript/reference/global_objects/symbol/index.html @@ -209,12 +209,6 @@ obj[Object(sym)]; // снова 1

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

- - - -

{{Compat("javascript.builtins.Symbol")}}

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

diff --git a/files/ru/web/javascript/reference/global_objects/symbol/keyfor/index.html b/files/ru/web/javascript/reference/global_objects/symbol/keyfor/index.html index 55ca5d60ef..8f212449a6 100644 --- a/files/ru/web/javascript/reference/global_objects/symbol/keyfor/index.html +++ b/files/ru/web/javascript/reference/global_objects/symbol/keyfor/index.html @@ -72,10 +72,6 @@ Symbol.keyFor(Symbol.iterator) // undefined

 

- -

{{Compat("javascript.builtins.Symbol.keyFor")}}

 

diff --git a/files/ru/web/javascript/reference/global_objects/symbol/search/index.html b/files/ru/web/javascript/reference/global_objects/symbol/search/index.html index 7c27b37d4f..3064d4df6d 100644 --- a/files/ru/web/javascript/reference/global_objects/symbol/search/index.html +++ b/files/ru/web/javascript/reference/global_objects/symbol/search/index.html @@ -39,9 +39,6 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Symbol/search

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

- - -

{{Compat("javascript.builtins.Symbol.search")}}

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

diff --git a/files/ru/web/javascript/reference/global_objects/symbol/toprimitive/index.html b/files/ru/web/javascript/reference/global_objects/symbol/toprimitive/index.html index 1fa0a52c27..adfed6f600 100644 --- a/files/ru/web/javascript/reference/global_objects/symbol/toprimitive/index.html +++ b/files/ru/web/javascript/reference/global_objects/symbol/toprimitive/index.html @@ -76,10 +76,6 @@ console.log(obj2 + ''); // "true" -- желаемый тип (hint 

- -

{{Compat("javascript.builtins.Symbol.toPrimitive")}}

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

diff --git a/files/ru/web/javascript/reference/global_objects/symbol/unscopables/index.html b/files/ru/web/javascript/reference/global_objects/symbol/unscopables/index.html index e9836bec0b..7299c633f8 100644 --- a/files/ru/web/javascript/reference/global_objects/symbol/unscopables/index.html +++ b/files/ru/web/javascript/reference/global_objects/symbol/unscopables/index.html @@ -76,9 +76,6 @@ with (obj) {

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

- - -

{{Compat("javascript.builtins.Symbol.unscopables")}}

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

-- cgit v1.2.3-54-g00ecf