From 554f1bbb0574d8e8a14708f68f5807c74381e8dd Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO Date: Sun, 4 Jul 2021 00:24:18 +0900 Subject: web/javascript 内の global_objects の browser-compat-data に関する非表示の指示を一括削除 (#1296) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../web/javascript/reference/global_objects/array/@@iterator/index.html | 2 -- .../web/javascript/reference/global_objects/array/@@species/index.html | 2 -- .../javascript/reference/global_objects/array/@@unscopables/index.html | 2 -- files/ja/web/javascript/reference/global_objects/array/array/index.html | 2 -- .../ja/web/javascript/reference/global_objects/array/concat/index.html | 2 -- .../ja/web/javascript/reference/global_objects/array/entries/index.html | 2 -- files/ja/web/javascript/reference/global_objects/array/every/index.html | 2 -- .../ja/web/javascript/reference/global_objects/array/filter/index.html | 2 -- .../web/javascript/reference/global_objects/array/findindex/index.html | 2 -- files/ja/web/javascript/reference/global_objects/array/flat/index.html | 2 -- .../ja/web/javascript/reference/global_objects/array/foreach/index.html | 2 -- .../web/javascript/reference/global_objects/array/includes/index.html | 2 -- files/ja/web/javascript/reference/global_objects/array/index.html | 2 -- .../ja/web/javascript/reference/global_objects/array/indexof/index.html | 2 -- files/ja/web/javascript/reference/global_objects/array/join/index.html | 2 -- files/ja/web/javascript/reference/global_objects/array/keys/index.html | 2 -- .../javascript/reference/global_objects/array/lastindexof/index.html | 2 -- .../ja/web/javascript/reference/global_objects/array/length/index.html | 2 -- files/ja/web/javascript/reference/global_objects/array/map/index.html | 2 -- files/ja/web/javascript/reference/global_objects/array/pop/index.html | 2 -- files/ja/web/javascript/reference/global_objects/array/push/index.html | 2 -- .../ja/web/javascript/reference/global_objects/array/reduce/index.html | 2 -- .../javascript/reference/global_objects/array/reduceright/index.html | 2 -- .../ja/web/javascript/reference/global_objects/array/reverse/index.html | 2 -- files/ja/web/javascript/reference/global_objects/array/shift/index.html | 2 -- files/ja/web/javascript/reference/global_objects/array/slice/index.html | 2 -- files/ja/web/javascript/reference/global_objects/array/some/index.html | 2 -- files/ja/web/javascript/reference/global_objects/array/sort/index.html | 2 -- .../ja/web/javascript/reference/global_objects/array/splice/index.html | 2 -- .../javascript/reference/global_objects/array/tolocalestring/index.html | 2 -- .../web/javascript/reference/global_objects/array/tostring/index.html | 2 -- .../ja/web/javascript/reference/global_objects/array/unshift/index.html | 2 -- .../ja/web/javascript/reference/global_objects/array/values/index.html | 2 -- 33 files changed, 66 deletions(-) (limited to 'files/ja/web/javascript/reference/global_objects/array') diff --git a/files/ja/web/javascript/reference/global_objects/array/@@iterator/index.html b/files/ja/web/javascript/reference/global_objects/array/@@iterator/index.html index df8c0269be..8107c4826e 100644 --- a/files/ja/web/javascript/reference/global_objects/array/@@iterator/index.html +++ b/files/ja/web/javascript/reference/global_objects/array/@@iterator/index.html @@ -110,8 +110,6 @@ logIterable('abc');

ブラウザーの互換性

- -

{{Compat("javascript.builtins.Array.@@iterator")}}

関連情報

diff --git a/files/ja/web/javascript/reference/global_objects/array/@@species/index.html b/files/ja/web/javascript/reference/global_objects/array/@@species/index.html index 24bb647f43..8107b8e3a3 100644 --- a/files/ja/web/javascript/reference/global_objects/array/@@species/index.html +++ b/files/ja/web/javascript/reference/global_objects/array/@@species/index.html @@ -60,8 +60,6 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Array/@@species

ブラウザーの互換性

- -

{{Compat("javascript.builtins.Array.@@species")}}

diff --git a/files/ja/web/javascript/reference/global_objects/array/@@unscopables/index.html b/files/ja/web/javascript/reference/global_objects/array/@@unscopables/index.html index 478ccbfb0e..6a9c8d4acc 100644 --- a/files/ja/web/javascript/reference/global_objects/array/@@unscopables/index.html +++ b/files/ja/web/javascript/reference/global_objects/array/@@unscopables/index.html @@ -66,8 +66,6 @@ Object.keys(Array.prototype[Symbol.unscopables]);

ブラウザーの互換性

- -

{{Compat("javascript.builtins.Array.@@unscopables")}}

diff --git a/files/ja/web/javascript/reference/global_objects/array/array/index.html b/files/ja/web/javascript/reference/global_objects/array/array/index.html index 5aea96686d..5baaf20dd0 100644 --- a/files/ja/web/javascript/reference/global_objects/array/array/index.html +++ b/files/ja/web/javascript/reference/global_objects/array/array/index.html @@ -77,8 +77,6 @@ console.log(fruits[0]); // "りんご"

ブラウザーの互換性

- -

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

関連情報

diff --git a/files/ja/web/javascript/reference/global_objects/array/concat/index.html b/files/ja/web/javascript/reference/global_objects/array/concat/index.html index 12b727925a..3213fe9d57 100644 --- a/files/ja/web/javascript/reference/global_objects/array/concat/index.html +++ b/files/ja/web/javascript/reference/global_objects/array/concat/index.html @@ -125,8 +125,6 @@ console.log(numbers);

ブラウザーの互換性

- -

{{Compat("javascript.builtins.Array.concat")}}

diff --git a/files/ja/web/javascript/reference/global_objects/array/entries/index.html b/files/ja/web/javascript/reference/global_objects/array/entries/index.html index dd7c6eae3e..c5cf1e58b1 100644 --- a/files/ja/web/javascript/reference/global_objects/array/entries/index.html +++ b/files/ja/web/javascript/reference/global_objects/array/entries/index.html @@ -71,8 +71,6 @@ for (let e of iterator) {

ブラウザーの互換性

- -

{{Compat("javascript.builtins.Array.entries")}}

diff --git a/files/ja/web/javascript/reference/global_objects/array/every/index.html b/files/ja/web/javascript/reference/global_objects/array/every/index.html index 2e797063fb..ce9f4d5272 100644 --- a/files/ja/web/javascript/reference/global_objects/array/every/index.html +++ b/files/ja/web/javascript/reference/global_objects/array/every/index.html @@ -228,8 +228,6 @@ arr.every( (elem, index, arr) => {

ブラウザーの互換性

- -

{{Compat("javascript.builtins.Array.every")}}

diff --git a/files/ja/web/javascript/reference/global_objects/array/filter/index.html b/files/ja/web/javascript/reference/global_objects/array/filter/index.html index 0c88f3f260..2c77d65b16 100644 --- a/files/ja/web/javascript/reference/global_objects/array/filter/index.html +++ b/files/ja/web/javascript/reference/global_objects/array/filter/index.html @@ -272,8 +272,6 @@ console.log(deleteWords)

ブラウザーの互換性

- -

{{Compat("javascript.builtins.Array.filter")}}

diff --git a/files/ja/web/javascript/reference/global_objects/array/findindex/index.html b/files/ja/web/javascript/reference/global_objects/array/findindex/index.html index 5a4bc9df41..959882e111 100644 --- a/files/ja/web/javascript/reference/global_objects/array/findindex/index.html +++ b/files/ja/web/javascript/reference/global_objects/array/findindex/index.html @@ -178,8 +178,6 @@ console.log(fruits[index]); // blueberries

ブラウザーの互換性

- -

{{Compat("javascript.builtins.Array.findIndex")}}

diff --git a/files/ja/web/javascript/reference/global_objects/array/flat/index.html b/files/ja/web/javascript/reference/global_objects/array/flat/index.html index 5513f67945..37bd8d7e5e 100644 --- a/files/ja/web/javascript/reference/global_objects/array/flat/index.html +++ b/files/ja/web/javascript/reference/global_objects/array/flat/index.html @@ -162,8 +162,6 @@ arr5.flat();

ブラウザーの互換性

- -

{{Compat("javascript.builtins.Array.flat")}}

diff --git a/files/ja/web/javascript/reference/global_objects/array/foreach/index.html b/files/ja/web/javascript/reference/global_objects/array/foreach/index.html index d7328dac1b..2756d9ff34 100644 --- a/files/ja/web/javascript/reference/global_objects/array/foreach/index.html +++ b/files/ja/web/javascript/reference/global_objects/array/foreach/index.html @@ -351,8 +351,6 @@ flatten(nested) // [1, 2, 3, 4, 5, 6, 7, 8, 9]

ブラウザーの互換性

- -

{{Compat("javascript.builtins.Array.forEach")}}

diff --git a/files/ja/web/javascript/reference/global_objects/array/includes/index.html b/files/ja/web/javascript/reference/global_objects/array/includes/index.html index 1354404302..b78bb5d20e 100644 --- a/files/ja/web/javascript/reference/global_objects/array/includes/index.html +++ b/files/ja/web/javascript/reference/global_objects/array/includes/index.html @@ -121,8 +121,6 @@ arr.includes('a', -2) // false

ブラウザーの互換性

- -

{{Compat("javascript.builtins.Array.includes")}}

diff --git a/files/ja/web/javascript/reference/global_objects/array/index.html b/files/ja/web/javascript/reference/global_objects/array/index.html index 61e36c1e94..1c47294f13 100644 --- a/files/ja/web/javascript/reference/global_objects/array/index.html +++ b/files/ja/web/javascript/reference/global_objects/array/index.html @@ -448,8 +448,6 @@ console.table(values)

ブラウザーの互換性

- -

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

関連情報

diff --git a/files/ja/web/javascript/reference/global_objects/array/indexof/index.html b/files/ja/web/javascript/reference/global_objects/array/indexof/index.html index e2c0e4106a..c11955a411 100644 --- a/files/ja/web/javascript/reference/global_objects/array/indexof/index.html +++ b/files/ja/web/javascript/reference/global_objects/array/indexof/index.html @@ -201,8 +201,6 @@ if (!Array.prototype.indexOf) {

ブラウザーの互換性

- -

{{Compat("javascript.builtins.Array.indexOf")}}

diff --git a/files/ja/web/javascript/reference/global_objects/array/join/index.html b/files/ja/web/javascript/reference/global_objects/array/join/index.html index fc56325576..5f254da952 100644 --- a/files/ja/web/javascript/reference/global_objects/array/join/index.html +++ b/files/ja/web/javascript/reference/global_objects/array/join/index.html @@ -83,8 +83,6 @@ f(1, 'a', true);

ブラウザーの互換性

- -

{{Compat("javascript.builtins.Array.join")}}

関連情報

diff --git a/files/ja/web/javascript/reference/global_objects/array/keys/index.html b/files/ja/web/javascript/reference/global_objects/array/keys/index.html index 7125efbc1e..4707e0241d 100644 --- a/files/ja/web/javascript/reference/global_objects/array/keys/index.html +++ b/files/ja/web/javascript/reference/global_objects/array/keys/index.html @@ -56,8 +56,6 @@ console.log(denseKeys); // [0, 1, 2]

ブラウザーの互換性

- -

{{Compat("javascript.builtins.Array.keys")}}

diff --git a/files/ja/web/javascript/reference/global_objects/array/lastindexof/index.html b/files/ja/web/javascript/reference/global_objects/array/lastindexof/index.html index 93281881bd..8bcec2aca3 100644 --- a/files/ja/web/javascript/reference/global_objects/array/lastindexof/index.html +++ b/files/ja/web/javascript/reference/global_objects/array/lastindexof/index.html @@ -135,8 +135,6 @@ if (!Array.prototype.lastIndexOf) {

ブラウザーの互換性

- -

{{Compat("javascript.builtins.Array.lastIndexOf")}}

diff --git a/files/ja/web/javascript/reference/global_objects/array/length/index.html b/files/ja/web/javascript/reference/global_objects/array/length/index.html index efb6157569..d014f8fa64 100644 --- a/files/ja/web/javascript/reference/global_objects/array/length/index.html +++ b/files/ja/web/javascript/reference/global_objects/array/length/index.html @@ -114,8 +114,6 @@ console.log(numbers); // [undefined, undefined, undefined]

ブラウザー実装状況

- -

{{Compat("javascript.builtins.Array.length")}}

関連情報

diff --git a/files/ja/web/javascript/reference/global_objects/array/map/index.html b/files/ja/web/javascript/reference/global_objects/array/map/index.html index 8d82a82e72..44beb78dfe 100644 --- a/files/ja/web/javascript/reference/global_objects/array/map/index.html +++ b/files/ja/web/javascript/reference/global_objects/array/map/index.html @@ -352,8 +352,6 @@ let filteredNumbers = numbers.map(function(num, index) {

ブラウザーの互換性

- -

{{Compat("javascript.builtins.Array.map")}}

diff --git a/files/ja/web/javascript/reference/global_objects/array/pop/index.html b/files/ja/web/javascript/reference/global_objects/array/pop/index.html index 5c4aef66da..04f6980cf8 100644 --- a/files/ja/web/javascript/reference/global_objects/array/pop/index.html +++ b/files/ja/web/javascript/reference/global_objects/array/pop/index.html @@ -79,8 +79,6 @@ console.log(popped); // 'sturgeon'

ブラウザーの互換性

- -

{{Compat("javascript.builtins.Array.pop")}}

diff --git a/files/ja/web/javascript/reference/global_objects/array/push/index.html b/files/ja/web/javascript/reference/global_objects/array/push/index.html index 935dcfe945..d102930ed1 100644 --- a/files/ja/web/javascript/reference/global_objects/array/push/index.html +++ b/files/ja/web/javascript/reference/global_objects/array/push/index.html @@ -111,8 +111,6 @@ console.log(obj.length)

ブラウザーの互換性

- -

{{Compat("javascript.builtins.Array.push")}}

diff --git a/files/ja/web/javascript/reference/global_objects/array/reduce/index.html b/files/ja/web/javascript/reference/global_objects/array/reduce/index.html index a6a874f2e6..bc07a5506e 100644 --- a/files/ja/web/javascript/reference/global_objects/array/reduce/index.html +++ b/files/ja/web/javascript/reference/global_objects/array/reduce/index.html @@ -580,8 +580,6 @@ multiply24(10) // 240

ブラウザーの互換性

- -

{{Compat("javascript.builtins.Array.reduce")}}

diff --git a/files/ja/web/javascript/reference/global_objects/array/reduceright/index.html b/files/ja/web/javascript/reference/global_objects/array/reduceright/index.html index 3854e0e330..4d1055ccab 100644 --- a/files/ja/web/javascript/reference/global_objects/array/reduceright/index.html +++ b/files/ja/web/javascript/reference/global_objects/array/reduceright/index.html @@ -341,8 +341,6 @@ console.log(compose(inc, double)(2)); // 5

ブラウザーの互換性

- -

{{Compat("javascript.builtins.Array.reduceRight")}}

diff --git a/files/ja/web/javascript/reference/global_objects/array/reverse/index.html b/files/ja/web/javascript/reference/global_objects/array/reverse/index.html index 4ff1fd367c..1c731be8d3 100644 --- a/files/ja/web/javascript/reference/global_objects/array/reverse/index.html +++ b/files/ja/web/javascript/reference/global_objects/array/reverse/index.html @@ -77,8 +77,6 @@ console.log(a); // {0: 3, 1: 2, 2: 1, length: 3}

ブラウザーの互換性

- -

{{Compat("javascript.builtins.Array.reverse")}}

diff --git a/files/ja/web/javascript/reference/global_objects/array/shift/index.html b/files/ja/web/javascript/reference/global_objects/array/shift/index.html index 5dff35d03f..0bad59f78c 100644 --- a/files/ja/web/javascript/reference/global_objects/array/shift/index.html +++ b/files/ja/web/javascript/reference/global_objects/array/shift/index.html @@ -83,8 +83,6 @@ while( (i = names.shift()) !== undefined ) {

ブラウザーの互換性

- -

{{Compat("javascript.builtins.Array.shift")}}

diff --git a/files/ja/web/javascript/reference/global_objects/array/slice/index.html b/files/ja/web/javascript/reference/global_objects/array/slice/index.html index 285e3593e8..257280d1ff 100644 --- a/files/ja/web/javascript/reference/global_objects/array/slice/index.html +++ b/files/ja/web/javascript/reference/global_objects/array/slice/index.html @@ -141,8 +141,6 @@ let list1 = list(1, 2, 3) // [1, 2, 3]

ブラウザーの互換性

- -

{{Compat("javascript.builtins.Array.slice")}}

関連情報

diff --git a/files/ja/web/javascript/reference/global_objects/array/some/index.html b/files/ja/web/javascript/reference/global_objects/array/some/index.html index 9899199ae8..c77d6a4c30 100644 --- a/files/ja/web/javascript/reference/global_objects/array/some/index.html +++ b/files/ja/web/javascript/reference/global_objects/array/some/index.html @@ -182,8 +182,6 @@ getBoolean('true'); // true

ブラウザーの互換性

- -

{{Compat("javascript.builtins.Array.some")}}

diff --git a/files/ja/web/javascript/reference/global_objects/array/sort/index.html b/files/ja/web/javascript/reference/global_objects/array/sort/index.html index 77437acb42..2ce7e3476b 100644 --- a/files/ja/web/javascript/reference/global_objects/array/sort/index.html +++ b/files/ja/web/javascript/reference/global_objects/array/sort/index.html @@ -241,8 +241,6 @@ var result = mapped.map(function(el){

ブラウザーの互換性

- -

{{Compat("javascript.builtins.Array.sort")}}

diff --git a/files/ja/web/javascript/reference/global_objects/array/splice/index.html b/files/ja/web/javascript/reference/global_objects/array/splice/index.html index 3f30251a3e..17e617d5d7 100644 --- a/files/ja/web/javascript/reference/global_objects/array/splice/index.html +++ b/files/ja/web/javascript/reference/global_objects/array/splice/index.html @@ -146,8 +146,6 @@ let removed = myFish.splice(2)

ブラウザーの互換性

- -

{{Compat("javascript.builtins.Array.splice")}}

diff --git a/files/ja/web/javascript/reference/global_objects/array/tolocalestring/index.html b/files/ja/web/javascript/reference/global_objects/array/tolocalestring/index.html index b539cfa293..f7b1da6221 100644 --- a/files/ja/web/javascript/reference/global_objects/array/tolocalestring/index.html +++ b/files/ja/web/javascript/reference/global_objects/array/tolocalestring/index.html @@ -163,8 +163,6 @@ prices.toLocaleString('ja-JP', { style: 'currency', currency: 'JPY' });

ブラウザーの互換性

- -

{{Compat("javascript.builtins.Array.toLocaleString")}}

diff --git a/files/ja/web/javascript/reference/global_objects/array/tostring/index.html b/files/ja/web/javascript/reference/global_objects/array/tostring/index.html index 70dd6b5ece..c5f260f82e 100644 --- a/files/ja/web/javascript/reference/global_objects/array/tostring/index.html +++ b/files/ja/web/javascript/reference/global_objects/array/tostring/index.html @@ -60,8 +60,6 @@ console.log(array1.toString());

ブラウザーの互換性

- -

{{Compat("javascript.builtins.Array.toString")}}

diff --git a/files/ja/web/javascript/reference/global_objects/array/unshift/index.html b/files/ja/web/javascript/reference/global_objects/array/unshift/index.html index cd4c85714a..24f83f0095 100644 --- a/files/ja/web/javascript/reference/global_objects/array/unshift/index.html +++ b/files/ja/web/javascript/reference/global_objects/array/unshift/index.html @@ -93,8 +93,6 @@ arr.unshift([-7, -6], [-5]) // 新しい配列の長さは 8

ブラウザーの互換性

- -

{{Compat("javascript.builtins.Array.unshift")}}

diff --git a/files/ja/web/javascript/reference/global_objects/array/values/index.html b/files/ja/web/javascript/reference/global_objects/array/values/index.html index 29b90252b6..1e02e3f1c4 100644 --- a/files/ja/web/javascript/reference/global_objects/array/values/index.html +++ b/files/ja/web/javascript/reference/global_objects/array/values/index.html @@ -106,8 +106,6 @@ iterator.next().value; // "n"

ブラウザーの互換性

- -

{{Compat("javascript.builtins.Array.values")}}

-- cgit v1.2.3-54-g00ecf