diff options
Diffstat (limited to 'files/ja/web/api/node')
-rw-r--r-- | files/ja/web/api/node/childnodes/index.html | 2 | ||||
-rw-r--r-- | files/ja/web/api/node/getrootnode/index.html | 2 | ||||
-rw-r--r-- | files/ja/web/api/node/insertbefore/index.html | 2 | ||||
-rw-r--r-- | files/ja/web/api/node/removechild/index.html | 2 | ||||
-rw-r--r-- | files/ja/web/api/node/textcontent/index.html | 2 |
5 files changed, 0 insertions, 10 deletions
diff --git a/files/ja/web/api/node/childnodes/index.html b/files/ja/web/api/node/childnodes/index.html index 27c39be8d3..82a90460c6 100644 --- a/files/ja/web/api/node/childnodes/index.html +++ b/files/ja/web/api/node/childnodes/index.html @@ -88,8 +88,6 @@ translation_of: Web/API/Node/childNodes <h2 id="ブラウザの互換性">ブラウザの互換性</h2> -<div class="hidden">このページの互換表は構造化データから生成されます。データに貢献したい場合は、<a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> をチェックし、プルリクエストを送信してください。</div> - <p>{{Compat("api.Node.childNodes")}}</p> <h2 id=".E5.8F.82.E7.85.A7" name=".E5.8F.82.E7.85.A7">関連情報</h2> diff --git a/files/ja/web/api/node/getrootnode/index.html b/files/ja/web/api/node/getrootnode/index.html index cde6d1053d..911233ed0d 100644 --- a/files/ja/web/api/node/getrootnode/index.html +++ b/files/ja/web/api/node/getrootnode/index.html @@ -95,6 +95,4 @@ translation_of: Web/API/Node/getRootNode <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.Node.getRootNode")}}</p> diff --git a/files/ja/web/api/node/insertbefore/index.html b/files/ja/web/api/node/insertbefore/index.html index d34ad9e05c..2bfea72cdf 100644 --- a/files/ja/web/api/node/insertbefore/index.html +++ b/files/ja/web/api/node/insertbefore/index.html @@ -172,8 +172,6 @@ parentElement.insertBefore(newElement, theFirstChild) <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.Node.insertBefore")}}</p> <h2 id="See_also" name="See_also">関連情報</h2> diff --git a/files/ja/web/api/node/removechild/index.html b/files/ja/web/api/node/removechild/index.html index 23b19b52ab..ff64604414 100644 --- a/files/ja/web/api/node/removechild/index.html +++ b/files/ja/web/api/node/removechild/index.html @@ -111,8 +111,6 @@ while (element.firstChild) { <h2 id="Browser_compatibility" name="Browser_compatibility">ブラウザーの対応</h2> -<p class="hidden">このページの互換性一覧表は構造化データから生成されています。データに協力したいのであれば、 <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> をチェックアウトしてプルリクエストを送信してください。</p> - <p>{{Compat("api.Node.removeChild")}}</p> <h2 id="See_also" name="See_also">関連情報</h2> diff --git a/files/ja/web/api/node/textcontent/index.html b/files/ja/web/api/node/textcontent/index.html index 97f73b9bbf..3f90221d9f 100644 --- a/files/ja/web/api/node/textcontent/index.html +++ b/files/ja/web/api/node/textcontent/index.html @@ -102,8 +102,6 @@ translation_of: Web/API/Node/textContent <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.Node.textContent")}}</p> <h2 id="See_also" name="See_also">関連情報</h2> |