From 9137f65e5840f2790e56e8ee4ed6fb69c870c76e Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 23 Mar 2021 16:06:05 -0400 Subject: Remove all mentions of EmbedTest262ReportResultsTable (#301) * Remove all mentions of EmbedTest262ReportResultsTable Part of #297 * Removing 19 others deprecated EmbedTest KS * Update files/zh-cn/web/javascript/reference/global_objects/bigint/index.html * Removal of a persistent tag Co-authored-by: tristantheb --- .../global_objects/intl/datetimeformat/datetimeformat/index.html | 8 -------- .../reference/global_objects/intl/displaynames/index.html | 6 ------ 2 files changed, 14 deletions(-) (limited to 'files/ja/web/javascript/reference/global_objects/intl') diff --git a/files/ja/web/javascript/reference/global_objects/intl/datetimeformat/datetimeformat/index.html b/files/ja/web/javascript/reference/global_objects/intl/datetimeformat/datetimeformat/index.html index 76ae82a7c6..071011d275 100644 --- a/files/ja/web/javascript/reference/global_objects/intl/datetimeformat/datetimeformat/index.html +++ b/files/ja/web/javascript/reference/global_objects/intl/datetimeformat/datetimeformat/index.html @@ -224,18 +224,10 @@ console.log(o.format(Date.now())); // "07/07/20, 13:31:55 AM"

ブラウザーの互換性

-

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

-

実装の進捗状況

- -

以下の表は、クロスブラウザーの安定性にまだ達していない新機能の日々の実装状況を示しています。このデータは、 JavaScript の標準テストスイートである Test262 で関連する機能テストをナイトリービルド、または各ブラウザの JavaScript エンジンの最新リリースで実行することで生成されます。

- -
{{EmbedTest262ReportResultsTable("Intl.DateTimeFormat-datetimestyle")}}
-
-

関連情報