diff options
author | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2021-06-24 00:39:58 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-24 00:39:58 +0900 |
commit | a9a798516cc543f64411d517a7e8443ba0c1834c (patch) | |
tree | 5bedb642c71b9f13bea871957fa5a432533b060c /files/ja/web/api/intersectionobserver | |
parent | 7b4cb241fd93503c68bf6ab0f3694db5099a935b (diff) | |
download | translated-content-a9a798516cc543f64411d517a7e8443ba0c1834c.tar.gz translated-content-a9a798516cc543f64411d517a7e8443ba0c1834c.tar.bz2 translated-content-a9a798516cc543f64411d517a7e8443ba0c1834c.zip |
web/api/h-m* の browser-compat-data に関する非表示の指示を一括削除 (#1193)
Diffstat (limited to 'files/ja/web/api/intersectionobserver')
5 files changed, 0 insertions, 10 deletions
diff --git a/files/ja/web/api/intersectionobserver/disconnect/index.html b/files/ja/web/api/intersectionobserver/disconnect/index.html index 406a9c2e2a..6c04bb0f8d 100644 --- a/files/ja/web/api/intersectionobserver/disconnect/index.html +++ b/files/ja/web/api/intersectionobserver/disconnect/index.html @@ -49,8 +49,6 @@ translation_of: Web/API/IntersectionObserver/disconnect <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.IntersectionObserver.disconnect")}}</p> <h2 id="See_also" name="See_also">関連情報</h2> diff --git a/files/ja/web/api/intersectionobserver/index.html b/files/ja/web/api/intersectionobserver/index.html index 2dfa60607a..7e926a249e 100644 --- a/files/ja/web/api/intersectionobserver/index.html +++ b/files/ja/web/api/intersectionobserver/index.html @@ -83,6 +83,4 @@ intersectionObserver.observe(document.querySelector('.scrollerFooter'));</pre> <h2 id="Browser_compatibility" name="Browser_compatibility">ブラウザーの対応</h2> -<p class="hidden">このページの互換性一覧表は構造化データから生成されています。データに協力していただけるのであれば、 <a class="external" href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> をチェックアウトしてプルリクエストを送信してください。</p> - <p>{{Compat("api.IntersectionObserver")}}</p> diff --git a/files/ja/web/api/intersectionobserver/intersectionobserver/index.html b/files/ja/web/api/intersectionobserver/intersectionobserver/index.html index 9bf25f2429..bd495376bc 100644 --- a/files/ja/web/api/intersectionobserver/intersectionobserver/index.html +++ b/files/ja/web/api/intersectionobserver/intersectionobserver/index.html @@ -83,6 +83,4 @@ translation_of: Web/API/IntersectionObserver/IntersectionObserver <h2 id="Browser_compatibility" name="Browser_compatibility">ブラウザー実装状況</h2> -<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p> - <p>{{Compat("api.IntersectionObserver.IntersectionObserver")}}</p> diff --git a/files/ja/web/api/intersectionobserver/observe/index.html b/files/ja/web/api/intersectionobserver/observe/index.html index edd2565bc0..57d52045f9 100644 --- a/files/ja/web/api/intersectionobserver/observe/index.html +++ b/files/ja/web/api/intersectionobserver/observe/index.html @@ -59,8 +59,6 @@ translation_of: Web/API/IntersectionObserver/observe <div> <h2 id="Browser_compatibility" name="Browser_compatibility">ブラウザー実装状況</h2> -<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p> - <p>{{Compat("api.IntersectionObserver.observe")}}</p> </div> diff --git a/files/ja/web/api/intersectionobserver/takerecords/index.html b/files/ja/web/api/intersectionobserver/takerecords/index.html index 3b05186010..16ef9f879f 100644 --- a/files/ja/web/api/intersectionobserver/takerecords/index.html +++ b/files/ja/web/api/intersectionobserver/takerecords/index.html @@ -61,8 +61,6 @@ translation_of: Web/API/IntersectionObserver/takeRecords <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.IntersectionObserver.takeRecords")}}</p> <h2 id="See_also" name="See_also">関連情報</h2> |