diff options
author | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2021-06-24 00:41:01 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-24 00:41:01 +0900 |
commit | 4809cd98135a82f5fa87d3b5dcd8426f94dd7287 (patch) | |
tree | 52d5887cad5a35d704f5414de67696089493ac74 /files/ja/web/api/textencoder | |
parent | f68112ddfc3bf6698157ef5d7299e0a2d69c4437 (diff) | |
download | translated-content-4809cd98135a82f5fa87d3b5dcd8426f94dd7287.tar.gz translated-content-4809cd98135a82f5fa87d3b5dcd8426f94dd7287.tar.bz2 translated-content-4809cd98135a82f5fa87d3b5dcd8426f94dd7287.zip |
web/api/r-v* の browser-compat-data に関する非表示の指示を一括削除 (#1195)
Diffstat (limited to 'files/ja/web/api/textencoder')
-rw-r--r-- | files/ja/web/api/textencoder/encode/index.html | 2 | ||||
-rw-r--r-- | files/ja/web/api/textencoder/encoding/index.html | 2 | ||||
-rw-r--r-- | files/ja/web/api/textencoder/index.html | 2 | ||||
-rw-r--r-- | files/ja/web/api/textencoder/textencoder/index.html | 2 |
4 files changed, 0 insertions, 8 deletions
diff --git a/files/ja/web/api/textencoder/encode/index.html b/files/ja/web/api/textencoder/encode/index.html index 5f246ca5b5..845182394c 100644 --- a/files/ja/web/api/textencoder/encode/index.html +++ b/files/ja/web/api/textencoder/encode/index.html @@ -66,8 +66,6 @@ resultPara.textContent += encoded;</pre> <h2 id="Browser_compatibility" name="Browser_compatibility">ブラウザーの互換性</h2> <div> -<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.TextEncoder.encode")}}</p> </div> diff --git a/files/ja/web/api/textencoder/encoding/index.html b/files/ja/web/api/textencoder/encoding/index.html index a787d593be..68c565406a 100644 --- a/files/ja/web/api/textencoder/encoding/index.html +++ b/files/ja/web/api/textencoder/encoding/index.html @@ -43,8 +43,6 @@ translation_of: Web/API/TextEncoder/encoding <h2 id="Browser_compatibility" name="Browser_compatibility">ブラウザーの対応</h2> <div> -<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.TextEncoder.encoding")}}</p> </div> diff --git a/files/ja/web/api/textencoder/index.html b/files/ja/web/api/textencoder/index.html index fc3bec87d6..75ce52dea7 100644 --- a/files/ja/web/api/textencoder/index.html +++ b/files/ja/web/api/textencoder/index.html @@ -140,8 +140,6 @@ console.log(view); // Uint8Array(3) [226, 130, 172] <h2 id="Browser_compatibility" name="Browser_compatibility">ブラウザーの互換性</h2> <div> -<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.TextEncoder")}}</p> </div> diff --git a/files/ja/web/api/textencoder/textencoder/index.html b/files/ja/web/api/textencoder/textencoder/index.html index 9ea9e3c5fc..043c154317 100644 --- a/files/ja/web/api/textencoder/textencoder/index.html +++ b/files/ja/web/api/textencoder/textencoder/index.html @@ -61,8 +61,6 @@ translation_of: Web/API/TextEncoder/TextEncoder <h2 id="Browser_compatibility" name="Browser_compatibility">ブラウザーの対応</h2> <div> -<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.TextEncoder.TextEncoder")}}</p> </div> |