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/pushmanager | |
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/pushmanager')
4 files changed, 0 insertions, 8 deletions
diff --git a/files/ja/web/api/pushmanager/index.html b/files/ja/web/api/pushmanager/index.html index 0671616f4d..4c5a9b8d97 100644 --- a/files/ja/web/api/pushmanager/index.html +++ b/files/ja/web/api/pushmanager/index.html @@ -97,8 +97,6 @@ navigator.serviceWorker.register('serviceworker.js').then( <h2 id="Browser_compatibility" name="Browser_compatibility">ブラウザー実装状況</h2> <div> -<div class="hidden">このページの互換性テーブルは構造化データから作成されています。データに貢献したい場合、<a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> をチェックし、プルリクエストを送ってください。</div> - <p>{{Compat("api.PushManager")}}</p> </div> diff --git a/files/ja/web/api/pushmanager/register/index.html b/files/ja/web/api/pushmanager/register/index.html index d71e16d511..b8d32436e5 100644 --- a/files/ja/web/api/pushmanager/register/index.html +++ b/files/ja/web/api/pushmanager/register/index.html @@ -64,8 +64,6 @@ req.onerror = function(e) { <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("api.PushManager.register")}}</p> </div> diff --git a/files/ja/web/api/pushmanager/registrations/index.html b/files/ja/web/api/pushmanager/registrations/index.html index 79bebd0156..8b43ccc27e 100644 --- a/files/ja/web/api/pushmanager/registrations/index.html +++ b/files/ja/web/api/pushmanager/registrations/index.html @@ -76,8 +76,6 @@ req.onsuccess = function(e) { <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.PushManager.registrations")}}</p> <h2 id="See_also" name="See_also">関連情報</h2> diff --git a/files/ja/web/api/pushmanager/unregister/index.html b/files/ja/web/api/pushmanager/unregister/index.html index b0eea07f96..0eca029edb 100644 --- a/files/ja/web/api/pushmanager/unregister/index.html +++ b/files/ja/web/api/pushmanager/unregister/index.html @@ -77,8 +77,6 @@ req.onerror = function(e) { <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.PushManager.register")}}</p> <h2 id="See_also" name="See_also">関連情報</h2> |