diff options
author | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2021-07-04 00:24:18 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-04 00:24:18 +0900 |
commit | 554f1bbb0574d8e8a14708f68f5807c74381e8dd (patch) | |
tree | a86d516a14956551b9dfa8b282981f7ff8d53fd0 /files/ja/web/javascript/reference/global_objects/intl/collator | |
parent | 6a967e1d065d2b8bd867469978716418eabd91db (diff) | |
download | translated-content-554f1bbb0574d8e8a14708f68f5807c74381e8dd.tar.gz translated-content-554f1bbb0574d8e8a14708f68f5807c74381e8dd.tar.bz2 translated-content-554f1bbb0574d8e8a14708f68f5807c74381e8dd.zip |
web/javascript 内の global_objects の browser-compat-data に関する非表示の指示を一括削除 (#1296)
Diffstat (limited to 'files/ja/web/javascript/reference/global_objects/intl/collator')
4 files changed, 0 insertions, 8 deletions
diff --git a/files/ja/web/javascript/reference/global_objects/intl/collator/collator/index.html b/files/ja/web/javascript/reference/global_objects/intl/collator/collator/index.html index 0a3e9b9b42..36e1e90052 100644 --- a/files/ja/web/javascript/reference/global_objects/intl/collator/collator/index.html +++ b/files/ja/web/javascript/reference/global_objects/intl/collator/collator/index.html @@ -100,8 +100,6 @@ console.log(new Intl.Collator().compare('a', 'a')); // → 0 <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.Collator.Collator")}}</p> </div> diff --git a/files/ja/web/javascript/reference/global_objects/intl/collator/compare/index.html b/files/ja/web/javascript/reference/global_objects/intl/collator/compare/index.html index 947a3a596f..ae88bd14a4 100644 --- a/files/ja/web/javascript/reference/global_objects/intl/collator/compare/index.html +++ b/files/ja/web/javascript/reference/global_objects/intl/collator/compare/index.html @@ -75,8 +75,6 @@ console.log(matches.join(', ')); <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.Collator.compare")}}</p> </div> diff --git a/files/ja/web/javascript/reference/global_objects/intl/collator/resolvedoptions/index.html b/files/ja/web/javascript/reference/global_objects/intl/collator/resolvedoptions/index.html index e57ca7a74c..bc1f9a6565 100644 --- a/files/ja/web/javascript/reference/global_objects/intl/collator/resolvedoptions/index.html +++ b/files/ja/web/javascript/reference/global_objects/intl/collator/resolvedoptions/index.html @@ -75,8 +75,6 @@ usedOptions.numeric; // false <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.Collator.resolvedOptions")}}</p> </div> diff --git a/files/ja/web/javascript/reference/global_objects/intl/collator/supportedlocalesof/index.html b/files/ja/web/javascript/reference/global_objects/intl/collator/supportedlocalesof/index.html index 1fd61a49ec..31cd982d0b 100644 --- a/files/ja/web/javascript/reference/global_objects/intl/collator/supportedlocalesof/index.html +++ b/files/ja/web/javascript/reference/global_objects/intl/collator/supportedlocalesof/index.html @@ -73,8 +73,6 @@ console.log(Intl.Collator.supportedLocalesOf(locales, options).join(', ')); <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.Collator.supportedLocalesOf")}}</p> </div> |