aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/api/blob
diff options
context:
space:
mode:
authorMasahiro FUJIMOTO <mfujimot@gmail.com>2021-06-24 00:45:21 +0900
committerGitHub <noreply@github.com>2021-06-24 00:45:21 +0900
commit51b2e3c8b9ad125e9a7e01fccfbe2d8dfcaafb60 (patch)
treef17f76cd9cb47a3e6f1fde9636bb63c0799f0e30 /files/ja/web/api/blob
parent4809cd98135a82f5fa87d3b5dcd8426f94dd7287 (diff)
downloadtranslated-content-51b2e3c8b9ad125e9a7e01fccfbe2d8dfcaafb60.tar.gz
translated-content-51b2e3c8b9ad125e9a7e01fccfbe2d8dfcaafb60.tar.bz2
translated-content-51b2e3c8b9ad125e9a7e01fccfbe2d8dfcaafb60.zip
web/api/a-d* の browser-compat-data に関する非表示の指示を一括削除 (#1192)
* web/api/a-c* の 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/blob')
-rw-r--r--files/ja/web/api/blob/arraybuffer/index.html2
-rw-r--r--files/ja/web/api/blob/blob/index.html2
-rw-r--r--files/ja/web/api/blob/index.html2
-rw-r--r--files/ja/web/api/blob/slice/index.html2
-rw-r--r--files/ja/web/api/blob/stream/index.html2
-rw-r--r--files/ja/web/api/blob/text/index.html2
-rw-r--r--files/ja/web/api/blob/type/index.html2
7 files changed, 0 insertions, 14 deletions
diff --git a/files/ja/web/api/blob/arraybuffer/index.html b/files/ja/web/api/blob/arraybuffer/index.html
index 11c5bd0722..498d41fd5f 100644
--- a/files/ja/web/api/blob/arraybuffer/index.html
+++ b/files/ja/web/api/blob/arraybuffer/index.html
@@ -62,8 +62,6 @@ var <em>buffer</em> = await <em>blob</em>.arrayBuffer();</pre>
<h2 id="ブラウザの互換性">ブラウザの互換性</h2>
-<div class="hidden">このページの互換性一覧表は、構造化データから生成されています。データに貢献したい方は、https://github.com/mdn/browser-compat-data をチェックしてプルリクエストを送ってください。</div>
-
<p>{{Compat("api.Blob.arrayBuffer")}}</p>
<h2 id="あわせて参照">あわせて参照</h2>
diff --git a/files/ja/web/api/blob/blob/index.html b/files/ja/web/api/blob/blob/index.html
index abb72d5c60..6191cbf77c 100644
--- a/files/ja/web/api/blob/blob/index.html
+++ b/files/ja/web/api/blob/blob/index.html
@@ -68,8 +68,6 @@ var oMyBlob = new Blob(aFileParts, {type : 'text/html'}); // blob</pre>
<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.Blob.Blob")}}</p>
<h2 id="See_also" name="See_also">あわせて参照</h2>
diff --git a/files/ja/web/api/blob/index.html b/files/ja/web/api/blob/index.html
index 0a9a89655c..ddf8842d9b 100644
--- a/files/ja/web/api/blob/index.html
+++ b/files/ja/web/api/blob/index.html
@@ -146,8 +146,6 @@ reader.readAsArrayBuffer(blob);</pre>
<h2 id="Browser_compatibility" name="Browser_compatibility" style="margin-bottom: 20px; line-height: 30px; font-size: 2.14285714285714rem;">ブラウザ実装状況</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.Blob")}}</p>
<h2 id="あわせて参照" style="margin-bottom: 20px; line-height: 30px; font-size: 2.14285714285714rem;">あわせて参照</h2>
diff --git a/files/ja/web/api/blob/slice/index.html b/files/ja/web/api/blob/slice/index.html
index a724c23924..d284b4a829 100644
--- a/files/ja/web/api/blob/slice/index.html
+++ b/files/ja/web/api/blob/slice/index.html
@@ -57,8 +57,6 @@ translation_of: Web/API/Blob/slice
<h2 id="ブラウザの実装状況">ブラウザの実装状況</h2>
-<div class="hidden">このページの互換性一覧表は、構造化データから生成されています。データに貢献したい方は、https://github.com/mdn/browser-compat-data をチェックしてプルリクエストを送ってください。</div>
-
<p>{{Compat("api.Blob.slice")}}</p>
<h2 id="あわせて参照">あわせて参照</h2>
diff --git a/files/ja/web/api/blob/stream/index.html b/files/ja/web/api/blob/stream/index.html
index f5c394e2e7..b020eedb7b 100644
--- a/files/ja/web/api/blob/stream/index.html
+++ b/files/ja/web/api/blob/stream/index.html
@@ -59,8 +59,6 @@ translation_of: Web/API/Blob/stream
<h2 id="ブラウザの互換性">ブラウザの互換性</h2>
-<div class="hidden">このページの互換性一覧表は、構造化データから生成されています。データに貢献したい方は、https://github.com/mdn/browser-compat-data をチェックしてプルリクエストを送ってください。</div>
-
<p>{{Compat("api.Blob.stream")}}</p>
<h2 id="あわせて参照">あわせて参照</h2>
diff --git a/files/ja/web/api/blob/text/index.html b/files/ja/web/api/blob/text/index.html
index 13fa929a00..4dfef08d02 100644
--- a/files/ja/web/api/blob/text/index.html
+++ b/files/ja/web/api/blob/text/index.html
@@ -66,8 +66,6 @@ var <em>text</em> = await <em>blob</em>.text();
<h2 id="ブラウザの互換性">ブラウザの互換性</h2>
-<div class="hidden">このページの互換性一覧表は、構造化データから生成されています。データに貢献したい方は、https://github.com/mdn/browser-compat-data をチェックしてプルリクエストを送ってください。</div>
-
<p>{{Compat("api.Blob.text")}}</p>
<h2 id="あわせて参照">あわせて参照</h2>
diff --git a/files/ja/web/api/blob/type/index.html b/files/ja/web/api/blob/type/index.html
index c057d1e0f1..6bad42e052 100644
--- a/files/ja/web/api/blob/type/index.html
+++ b/files/ja/web/api/blob/type/index.html
@@ -70,8 +70,6 @@ for (i = 0; i &lt; files.length; i++) {
<h2 id="ブラウザの互換性">ブラウザの互換性</h2>
<div>
-<div class="hidden">このページの互換性一覧表は、構造化データから生成されています。データに貢献したい方は、https://github.com/mdn/browser-compat-data をチェックしてプルリクエストを送ってください。</div>
-
<p>{{Compat("api.Blob.type")}}</p>
</div>