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/nodelist | |
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/nodelist')
-rw-r--r-- | files/ja/web/api/nodelist/index.html | 2 | ||||
-rw-r--r-- | files/ja/web/api/nodelist/length/index.html | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/files/ja/web/api/nodelist/index.html b/files/ja/web/api/nodelist/index.html index 2040ee5747..d19deadd85 100644 --- a/files/ja/web/api/nodelist/index.html +++ b/files/ja/web/api/nodelist/index.html @@ -118,6 +118,4 @@ Array.prototype.forEach.call(list, function (checkbox) { <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.NodeList")}}</p> diff --git a/files/ja/web/api/nodelist/length/index.html b/files/ja/web/api/nodelist/length/index.html index b137cc3859..2e9b1bee50 100644 --- a/files/ja/web/api/nodelist/length/index.html +++ b/files/ja/web/api/nodelist/length/index.html @@ -49,6 +49,4 @@ for (var i = 0; i < items.length; i++) { <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.NodeList.length")}}</p> |