diff options
author | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2021-06-24 00:49:29 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-24 00:49:29 +0900 |
commit | a65324f8cf11aa159e7efc81a62d0ea95a94ee44 (patch) | |
tree | 7a6015ddef5a1a77e4aa5f100b8beab0240dfd83 /files/ja/web/api/publickeycredential | |
parent | 51b2e3c8b9ad125e9a7e01fccfbe2d8dfcaafb60 (diff) | |
download | translated-content-a65324f8cf11aa159e7efc81a62d0ea95a94ee44.tar.gz translated-content-a65324f8cf11aa159e7efc81a62d0ea95a94ee44.tar.bz2 translated-content-a65324f8cf11aa159e7efc81a62d0ea95a94ee44.zip |
web/api/n-p* の browser-compat-data に関する非表示の指示を一括削除 (#1194)
* web/api/n-p* の browser-compat-data に関する非表示の指示を一括削除
* [CRON] sync translated content
* [CRON] sync translated content
Co-authored-by: MDN <actions@users.noreply.github.com>
Diffstat (limited to 'files/ja/web/api/publickeycredential')
3 files changed, 0 insertions, 6 deletions
diff --git a/files/ja/web/api/publickeycredential/getclientextensionresults/index.html b/files/ja/web/api/publickeycredential/getclientextensionresults/index.html index 325e75e058..ff6bb70a5a 100644 --- a/files/ja/web/api/publickeycredential/getclientextensionresults/index.html +++ b/files/ja/web/api/publickeycredential/getclientextensionresults/index.html @@ -95,8 +95,6 @@ navigator.credentials.create({ publicKey }) <h2 id="Browser_compatibility" name="Browser_compatibility">ブラウザーの互換性</h2> -<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("api.PublicKeyCredential.getClientExtensionResults")}}</p> <h2 id="See_also" name="See_also">関連情報</h2> diff --git a/files/ja/web/api/publickeycredential/index.html b/files/ja/web/api/publickeycredential/index.html index 67c137d9eb..a4e30baf7b 100644 --- a/files/ja/web/api/publickeycredential/index.html +++ b/files/ja/web/api/publickeycredential/index.html @@ -114,8 +114,6 @@ navigator.credentials.get({ "publicKey": options }) <h2 id="Browser_compatibility" name="Browser_compatibility">ブラウザーの互換性</h2> -<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("api.PublicKeyCredential")}}</p> <h2 id="See_also" name="See_also">関連情報</h2> diff --git a/files/ja/web/api/publickeycredential/rawid/index.html b/files/ja/web/api/publickeycredential/rawid/index.html index 2d05c2892b..77a47f5b54 100644 --- a/files/ja/web/api/publickeycredential/rawid/index.html +++ b/files/ja/web/api/publickeycredential/rawid/index.html @@ -80,6 +80,4 @@ navigator.credentials.create({ publickey: options }) <h2 id="Browser_compatibility" name="Browser_compatibility">ブラウザーの対応</h2> -<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("api.PublicKeyCredential.rawId")}}</p> |