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/performanceobserver | |
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/performanceobserver')
5 files changed, 0 insertions, 10 deletions
diff --git a/files/ja/web/api/performanceobserver/disconnect/index.html b/files/ja/web/api/performanceobserver/disconnect/index.html index 01a132af98..460c876a2b 100644 --- a/files/ja/web/api/performanceobserver/disconnect/index.html +++ b/files/ja/web/api/performanceobserver/disconnect/index.html @@ -61,7 +61,5 @@ observer2.observe({entryTypes: ["measure"]}); <h2 id="ブラウザの互換性">ブラウザの互換性</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.PerformanceObserver.disconnect")}}</p> </div> diff --git a/files/ja/web/api/performanceobserver/index.html b/files/ja/web/api/performanceobserver/index.html index 620415007f..c37988a903 100644 --- a/files/ja/web/api/performanceobserver/index.html +++ b/files/ja/web/api/performanceobserver/index.html @@ -66,8 +66,6 @@ observer2.observe({entryTypes: ["measure"]});</pre> <h2 id="ブラウザの互換性">ブラウザの互換性</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.PerformanceObserver")}}</p> </div> diff --git a/files/ja/web/api/performanceobserver/observe/index.html b/files/ja/web/api/performanceobserver/observe/index.html index da4536c3f3..9d56b71437 100644 --- a/files/ja/web/api/performanceobserver/observe/index.html +++ b/files/ja/web/api/performanceobserver/observe/index.html @@ -71,7 +71,5 @@ observer2.observe({entryTypes: ["measure"]}); <h2 id="ブラウザの互換性">ブラウザの互換性</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.PerformanceObserver.observe")}}</p> </div> diff --git a/files/ja/web/api/performanceobserver/performanceobserver/index.html b/files/ja/web/api/performanceobserver/performanceobserver/index.html index 56bc74c1c8..1678fa80af 100644 --- a/files/ja/web/api/performanceobserver/performanceobserver/index.html +++ b/files/ja/web/api/performanceobserver/performanceobserver/index.html @@ -66,7 +66,5 @@ observer2.observe({entryTypes: ["measure"]}); <h2 id="ブラウザの互換性">ブラウザの互換性</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.PerformanceObserver.PerformanceObserver")}}</p> </div> diff --git a/files/ja/web/api/performanceobserver/takerecords/index.html b/files/ja/web/api/performanceobserver/takerecords/index.html index 6586c7f1f6..16e2b23f75 100644 --- a/files/ja/web/api/performanceobserver/takerecords/index.html +++ b/files/ja/web/api/performanceobserver/takerecords/index.html @@ -63,7 +63,5 @@ console.log(records[0].duration); <h2 id="ブラウザの互換性">ブラウザの互換性</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.PerformanceObserver.takeRecords")}}</p> </div> |