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/notificationevent | |
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/notificationevent')
4 files changed, 0 insertions, 8 deletions
diff --git a/files/ja/web/api/notificationevent/action/index.html b/files/ja/web/api/notificationevent/action/index.html index 0f1f7bf62f..efae2c4e8d 100644 --- a/files/ja/web/api/notificationevent/action/index.html +++ b/files/ja/web/api/notificationevent/action/index.html @@ -59,6 +59,4 @@ self.addEventListener('notificationclick', function(event) { <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.NotificationEvent.action")}}</p> diff --git a/files/ja/web/api/notificationevent/index.html b/files/ja/web/api/notificationevent/index.html index 64fa156443..162e3aab15 100644 --- a/files/ja/web/api/notificationevent/index.html +++ b/files/ja/web/api/notificationevent/index.html @@ -92,6 +92,4 @@ translation_of: Web/API/NotificationEvent <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.NotificationEvent")}}</p> diff --git a/files/ja/web/api/notificationevent/notification/index.html b/files/ja/web/api/notificationevent/notification/index.html index b27d50a6f3..f23f8e822c 100644 --- a/files/ja/web/api/notificationevent/notification/index.html +++ b/files/ja/web/api/notificationevent/notification/index.html @@ -70,6 +70,4 @@ translation_of: Web/API/NotificationEvent/notification <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.NotificationEvent.notification")}}</p> diff --git a/files/ja/web/api/notificationevent/notificationevent/index.html b/files/ja/web/api/notificationevent/notificationevent/index.html index ce6cd34424..c65a30cd4d 100644 --- a/files/ja/web/api/notificationevent/notificationevent/index.html +++ b/files/ja/web/api/notificationevent/notificationevent/index.html @@ -59,6 +59,4 @@ var myNotificationEvent = new NotificationEvent(type, init); <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.NotificationEvent.NotificationEvent")}}</p> |