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 --- .../reference/global_objects/intl/numberformat/format/index.html | 2 -- .../reference/global_objects/intl/numberformat/formattoparts/index.html | 2 -- .../javascript/reference/global_objects/intl/numberformat/index.html | 2 -- .../global_objects/intl/numberformat/resolvedoptions/index.html | 2 -- .../global_objects/intl/numberformat/supportedlocalesof/index.html | 2 -- 5 files changed, 10 deletions(-) (limited to 'files/ja/web/javascript/reference/global_objects/intl/numberformat') diff --git a/files/ja/web/javascript/reference/global_objects/intl/numberformat/format/index.html b/files/ja/web/javascript/reference/global_objects/intl/numberformat/format/index.html index 38e1b6926c..8811aad766 100644 --- a/files/ja/web/javascript/reference/global_objects/intl/numberformat/format/index.html +++ b/files/ja/web/javascript/reference/global_objects/intl/numberformat/format/index.html @@ -76,8 +76,6 @@ console.log(formatted.join('; '));

ブラウザーの互換性

- -

{{Compat("javascript.builtins.Intl.NumberFormat.format")}}

diff --git a/files/ja/web/javascript/reference/global_objects/intl/numberformat/formattoparts/index.html b/files/ja/web/javascript/reference/global_objects/intl/numberformat/formattoparts/index.html index 240d9d2219..5e28d36296 100644 --- a/files/ja/web/javascript/reference/global_objects/intl/numberformat/formattoparts/index.html +++ b/files/ja/web/javascript/reference/global_objects/intl/numberformat/formattoparts/index.html @@ -139,8 +139,6 @@ formatter.format(number);

ブラウザーの互換性

- -

{{Compat("javascript.builtins.Intl.NumberFormat.formatToParts")}}

diff --git a/files/ja/web/javascript/reference/global_objects/intl/numberformat/index.html b/files/ja/web/javascript/reference/global_objects/intl/numberformat/index.html index 75f0c153e7..122fe9ef39 100644 --- a/files/ja/web/javascript/reference/global_objects/intl/numberformat/index.html +++ b/files/ja/web/javascript/reference/global_objects/intl/numberformat/index.html @@ -136,8 +136,6 @@ console.log((16).toLocaleString('en-GB', {

ブラウザーの互換性

- -

{{Compat("javascript.builtins.Intl.NumberFormat")}}

diff --git a/files/ja/web/javascript/reference/global_objects/intl/numberformat/resolvedoptions/index.html b/files/ja/web/javascript/reference/global_objects/intl/numberformat/resolvedoptions/index.html index 737c53f023..32ea24fe58 100644 --- a/files/ja/web/javascript/reference/global_objects/intl/numberformat/resolvedoptions/index.html +++ b/files/ja/web/javascript/reference/global_objects/intl/numberformat/resolvedoptions/index.html @@ -94,8 +94,6 @@ usedOptions.useGrouping; // true

ブラウザーの互換性

- -

{{Compat("javascript.builtins.Intl.NumberFormat.resolvedOptions")}}

diff --git a/files/ja/web/javascript/reference/global_objects/intl/numberformat/supportedlocalesof/index.html b/files/ja/web/javascript/reference/global_objects/intl/numberformat/supportedlocalesof/index.html index 866ceb218c..e79043aaf0 100644 --- a/files/ja/web/javascript/reference/global_objects/intl/numberformat/supportedlocalesof/index.html +++ b/files/ja/web/javascript/reference/global_objects/intl/numberformat/supportedlocalesof/index.html @@ -74,8 +74,6 @@ console.log(Intl.NumberFormat.supportedLocalesOf(locales, options).join(', '));

ブラウザーの互換性

- -

{{Compat("javascript.builtins.Intl.NumberFormat.supportedLocalesOf")}}

-- cgit v1.2.3-54-g00ecf