diff options
author | Peter Bengtsson <mail@peterbe.com> | 2021-03-23 16:06:05 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-23 16:06:05 -0400 |
commit | 9137f65e5840f2790e56e8ee4ed6fb69c870c76e (patch) | |
tree | 490641ec56055f2359513cd07f598f38f73b873c /files/ja/web/javascript/reference/global_objects/intl | |
parent | 2fa845abfe173bc654bcccb2bb8480c8faabc6e9 (diff) | |
download | translated-content-9137f65e5840f2790e56e8ee4ed6fb69c870c76e.tar.gz translated-content-9137f65e5840f2790e56e8ee4ed6fb69c870c76e.tar.bz2 translated-content-9137f65e5840f2790e56e8ee4ed6fb69c870c76e.zip |
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 <tristantheb@users.noreply.github.com>
Diffstat (limited to 'files/ja/web/javascript/reference/global_objects/intl')
-rw-r--r-- | files/ja/web/javascript/reference/global_objects/intl/datetimeformat/datetimeformat/index.html | 8 | ||||
-rw-r--r-- | files/ja/web/javascript/reference/global_objects/intl/displaynames/index.html | 6 |
2 files changed, 0 insertions, 14 deletions
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"</pre> <h2 id="Browser_compatibility" name="Browser_compatibility">ブラウザーの互換性</h2> -<div> <div class="hidden">このページの互換性一覧表は構造化データから生成されています。データに協力していただけるのであれば、 <a class="external" href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> をチェックアウトしてプルリクエストを送信してください。</div> <p>{{Compat("javascript.builtins.Intl.DateTimeFormat.DateTimeFormat")}}</p> -<h3 id="Implementation_Progress" name="Implementation_Progress">実装の進捗状況</h3> - -<p>以下の表は、クロスブラウザーの安定性にまだ達していない新機能の日々の実装状況を示しています。このデータは、 JavaScript の標準テストスイートである <a href="https://github.com/tc39/test262">Test262</a> で関連する機能テストをナイトリービルド、または各ブラウザの JavaScript エンジンの最新リリースで実行することで生成されます。</p> - -<div>{{EmbedTest262ReportResultsTable("Intl.DateTimeFormat-datetimestyle")}}</div> -</div> - <h2 id="See_also" name="See_also">関連情報</h2> <ul> diff --git a/files/ja/web/javascript/reference/global_objects/intl/displaynames/index.html b/files/ja/web/javascript/reference/global_objects/intl/displaynames/index.html index 2c29a952d4..b4a562b94d 100644 --- a/files/ja/web/javascript/reference/global_objects/intl/displaynames/index.html +++ b/files/ja/web/javascript/reference/global_objects/intl/displaynames/index.html @@ -141,12 +141,6 @@ currencyNames.of('CNY'); // "人民幣"</pre> <p>{{Compat("javascript.builtins.Intl.DisplayNames")}}</p> </div> -<h3 id="Implementation_Progress" name="Implementation_Progress">実装の進捗</h3> - -<p>以下の表は、クロスブラウザーの安定性に達していない、新しい機能に対する日次の実装ステータスを提供します。データは、JavaScript の標準テストスイート、Nightly ビルド、または各ブラウザーの最新の JavaScript エンジンを使用して、<a href="https://github.com/tc39/test262">Test262</a> 内で適切な機能テストを実行することにより生成されます。</p> - -<p>{{EmbedTest262ReportResultsTable("Intl.DisplayNames")}}</p> - <h2 id="See_also" name="See_also">関連情報</h2> <ul> |