aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/html/element/input
diff options
context:
space:
mode:
Diffstat (limited to 'files/ja/web/html/element/input')
-rw-r--r--files/ja/web/html/element/input/button/index.html2
-rw-r--r--files/ja/web/html/element/input/checkbox/index.html2
-rw-r--r--files/ja/web/html/element/input/color/index.html2
-rw-r--r--files/ja/web/html/element/input/date/index.html2
-rw-r--r--files/ja/web/html/element/input/datetime-local/index.html2
-rw-r--r--files/ja/web/html/element/input/email/index.html2
-rw-r--r--files/ja/web/html/element/input/file/index.html2
-rw-r--r--files/ja/web/html/element/input/hidden/index.html2
-rw-r--r--files/ja/web/html/element/input/image/index.html2
-rw-r--r--files/ja/web/html/element/input/month/index.html2
-rw-r--r--files/ja/web/html/element/input/number/index.html2
-rw-r--r--files/ja/web/html/element/input/password/index.html2
-rw-r--r--files/ja/web/html/element/input/radio/index.html2
-rw-r--r--files/ja/web/html/element/input/range/index.html2
-rw-r--r--files/ja/web/html/element/input/reset/index.html2
-rw-r--r--files/ja/web/html/element/input/search/index.html2
-rw-r--r--files/ja/web/html/element/input/submit/index.html2
-rw-r--r--files/ja/web/html/element/input/tel/index.html2
-rw-r--r--files/ja/web/html/element/input/text/index.html2
-rw-r--r--files/ja/web/html/element/input/time/index.html2
-rw-r--r--files/ja/web/html/element/input/url/index.html2
-rw-r--r--files/ja/web/html/element/input/week/index.html2
22 files changed, 0 insertions, 44 deletions
diff --git a/files/ja/web/html/element/input/button/index.html b/files/ja/web/html/element/input/button/index.html
index d88460c3ef..e166e50d7e 100644
--- a/files/ja/web/html/element/input/button/index.html
+++ b/files/ja/web/html/element/input/button/index.html
@@ -338,8 +338,6 @@ draw();</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("html.elements.input.input-button")}}</p>
<h2 id="See_also" name="See_also">関連情報</h2>
diff --git a/files/ja/web/html/element/input/checkbox/index.html b/files/ja/web/html/element/input/checkbox/index.html
index 961bdf143d..4a1ef9ccee 100644
--- a/files/ja/web/html/element/input/checkbox/index.html
+++ b/files/ja/web/html/element/input/checkbox/index.html
@@ -331,8 +331,6 @@ otherCheckbox.addEventListener('change', () =&gt; {
<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("html.elements.input.input-checkbox")}}</p>
<h2 id="See_also" name="See_also">関連情報</h2>
diff --git a/files/ja/web/html/element/input/color/index.html b/files/ja/web/html/element/input/color/index.html
index a757675eaf..e365e6a5cf 100644
--- a/files/ja/web/html/element/input/color/index.html
+++ b/files/ja/web/html/element/input/color/index.html
@@ -217,8 +217,6 @@ window.addEventListener("load", startup, false);
<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("html.elements.input.input-color")}}</p>
<h2 id="See_also" name="See_also">関連情報</h2>
diff --git a/files/ja/web/html/element/input/date/index.html b/files/ja/web/html/element/input/date/index.html
index 912af9970d..4cb803f548 100644
--- a/files/ja/web/html/element/input/date/index.html
+++ b/files/ja/web/html/element/input/date/index.html
@@ -513,8 +513,6 @@ daySelect.onchange = function() {
<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("html.elements.input.input-date")}}</p>
<h2 id="See_also" name="See_also">関連情報</h2>
diff --git a/files/ja/web/html/element/input/datetime-local/index.html b/files/ja/web/html/element/input/datetime-local/index.html
index 6959b8643f..a64f914204 100644
--- a/files/ja/web/html/element/input/datetime-local/index.html
+++ b/files/ja/web/html/element/input/datetime-local/index.html
@@ -622,8 +622,6 @@ daySelect.onchange = function() {
<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("html.elements.input.input-datetime-local")}}</p>
<h2 id="See_also" name="See_also">関連情報</h2>
diff --git a/files/ja/web/html/element/input/email/index.html b/files/ja/web/html/element/input/email/index.html
index 9b45e82247..07db445bb2 100644
--- a/files/ja/web/html/element/input/email/index.html
+++ b/files/ja/web/html/element/input/email/index.html
@@ -389,8 +389,6 @@ label::after {
<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("html.elements.input.input-email")}}</p>
<h2 id="See_also" name="See_also">関連情報</h2>
diff --git a/files/ja/web/html/element/input/file/index.html b/files/ja/web/html/element/input/file/index.html
index 9b9821000c..cef365b116 100644
--- a/files/ja/web/html/element/input/file/index.html
+++ b/files/ja/web/html/element/input/file/index.html
@@ -511,8 +511,6 @@ function validFileType(file) {
<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("html.elements.input.input-file")}}</p>
<h2 id="See_also" name="See_also">関連情報</h2>
diff --git a/files/ja/web/html/element/input/hidden/index.html b/files/ja/web/html/element/input/hidden/index.html
index c0f6d0fe0d..29387dd55b 100644
--- a/files/ja/web/html/element/input/hidden/index.html
+++ b/files/ja/web/html/element/input/hidden/index.html
@@ -216,8 +216,6 @@ textarea {
<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("html.elements.input.input-hidden")}}</p>
<h2 id="See_also" name="See_also">関連情報</h2>
diff --git a/files/ja/web/html/element/input/image/index.html b/files/ja/web/html/element/input/image/index.html
index 368a73b960..31c417a5f8 100644
--- a/files/ja/web/html/element/input/image/index.html
+++ b/files/ja/web/html/element/input/image/index.html
@@ -401,8 +401,6 @@ label {
<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("html.elements.input.input-image")}}</p>
<h2 id="See_also" name="See_also">関連情報</h2>
diff --git a/files/ja/web/html/element/input/month/index.html b/files/ja/web/html/element/input/month/index.html
index a7c5bfed63..fd93187747 100644
--- a/files/ja/web/html/element/input/month/index.html
+++ b/files/ja/web/html/element/input/month/index.html
@@ -475,8 +475,6 @@ function populateYears() {
<h2 id="Browser_compatibility" name="Browser_compatibility">ブラウザーの互換性</h2>
-<div class="hidden">このページの互換性一覧表は構造化データから生成されています。データに協力していただけるのであれば、 <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> をチェックアウトしてプルリクエストを送信してください。</div>
-
<p>{{Compat("html.elements.input.input-month")}}</p>
<h2 id="See_also" name="See_also">関連情報</h2>
diff --git a/files/ja/web/html/element/input/number/index.html b/files/ja/web/html/element/input/number/index.html
index 26e7df6a71..785cb42be9 100644
--- a/files/ja/web/html/element/input/number/index.html
+++ b/files/ja/web/html/element/input/number/index.html
@@ -436,8 +436,6 @@ switchBtn.addEventListener('click', function() {
<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("html.elements.input.input-number")}}</p>
<h2 id="See_also" name="See_also">関連情報</h2>
diff --git a/files/ja/web/html/element/input/password/index.html b/files/ja/web/html/element/input/password/index.html
index 16dbe563b6..9eefb2bdab 100644
--- a/files/ja/web/html/element/input/password/index.html
+++ b/files/ja/web/html/element/input/password/index.html
@@ -304,8 +304,6 @@ ssn.oninput = function(event) {
<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("html.elements.input.input-password")}}</p>
<h2 id="See_also" name="See_also">関連情報</h2>
diff --git a/files/ja/web/html/element/input/radio/index.html b/files/ja/web/html/element/input/radio/index.html
index 820eb38d46..6ced4345df 100644
--- a/files/ja/web/html/element/input/radio/index.html
+++ b/files/ja/web/html/element/input/radio/index.html
@@ -363,8 +363,6 @@ button:active {
<h2 id="Browser_compatibility" name="Browser_compatibility">ブラウザーの互換性</h2>
-<div class="hidden">このページの互換性一覧表は構造化データから生成されています。データに協力していただけるのであれば、 <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> をチェックアウトしてプルリクエストを送信してください。</div>
-
<p>{{Compat("html.elements.input.input-radio")}}</p>
<h2 id="See_also" name="See_also">関連情報</h2>
diff --git a/files/ja/web/html/element/input/range/index.html b/files/ja/web/html/element/input/range/index.html
index 41888581fb..c9ba8346b0 100644
--- a/files/ja/web/html/element/input/range/index.html
+++ b/files/ja/web/html/element/input/range/index.html
@@ -508,8 +508,6 @@ translation_of: Web/HTML/Element/input/range
<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("html.elements.input.input-range")}}</p>
<h2 id="See_also" name="See_also">関連情報</h2>
diff --git a/files/ja/web/html/element/input/reset/index.html b/files/ja/web/html/element/input/reset/index.html
index 50f1991f43..1e298fe7d5 100644
--- a/files/ja/web/html/element/input/reset/index.html
+++ b/files/ja/web/html/element/input/reset/index.html
@@ -161,8 +161,6 @@ translation_of: Web/HTML/Element/input/reset
<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("html.elements.input.input-reset")}}</p>
<h2 id="See_also" name="See_also">関連情報</h2>
diff --git a/files/ja/web/html/element/input/search/index.html b/files/ja/web/html/element/input/search/index.html
index c181272801..002b04016d 100644
--- a/files/ja/web/html/element/input/search/index.html
+++ b/files/ja/web/html/element/input/search/index.html
@@ -461,8 +461,6 @@ input:valid ~ span:after {
<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("html.elements.input.input-search")}}</p>
<h2 id="See_also" name="See_also">関連情報</h2>
diff --git a/files/ja/web/html/element/input/submit/index.html b/files/ja/web/html/element/input/submit/index.html
index 269fc8345b..97ea8c39f0 100644
--- a/files/ja/web/html/element/input/submit/index.html
+++ b/files/ja/web/html/element/input/submit/index.html
@@ -270,8 +270,6 @@ translation_of: Web/HTML/Element/input/submit
<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("html.elements.input.input-submit")}}</p>
<h2 id="See_also" name="See_also">関連情報</h2>
diff --git a/files/ja/web/html/element/input/tel/index.html b/files/ja/web/html/element/input/tel/index.html
index 07198f4c82..5dea3cb213 100644
--- a/files/ja/web/html/element/input/tel/index.html
+++ b/files/ja/web/html/element/input/tel/index.html
@@ -525,8 +525,6 @@ input:valid+span:after {
<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("html.elements.input.input-tel")}}</p>
<h2 id="See_also" name="See_also">関連情報</h2>
diff --git a/files/ja/web/html/element/input/text/index.html b/files/ja/web/html/element/input/text/index.html
index b1e4a6db94..80763b2040 100644
--- a/files/ja/web/html/element/input/text/index.html
+++ b/files/ja/web/html/element/input/text/index.html
@@ -456,8 +456,6 @@ input:valid+span:after {
<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("html.elements.input.input-text")}}</p>
<h2 id="See_also" name="See_also">関連情報</h2>
diff --git a/files/ja/web/html/element/input/time/index.html b/files/ja/web/html/element/input/time/index.html
index 5b27633b50..2355989eef 100644
--- a/files/ja/web/html/element/input/time/index.html
+++ b/files/ja/web/html/element/input/time/index.html
@@ -539,8 +539,6 @@ function populateMinutes() {
<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("html.elements.input.input-time")}}</p>
<h2 id="See_also" name="See_also">関連情報</h2>
diff --git a/files/ja/web/html/element/input/url/index.html b/files/ja/web/html/element/input/url/index.html
index bfb3d59913..892ddfd519 100644
--- a/files/ja/web/html/element/input/url/index.html
+++ b/files/ja/web/html/element/input/url/index.html
@@ -412,8 +412,6 @@ translation_of: Web/HTML/Element/input/url
<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("html.elements.input.input-url")}}</p>
<h2 id="See_also" name="See_also">関連情報</h2>
diff --git a/files/ja/web/html/element/input/week/index.html b/files/ja/web/html/element/input/week/index.html
index 4434d448d9..53f445ff55 100644
--- a/files/ja/web/html/element/input/week/index.html
+++ b/files/ja/web/html/element/input/week/index.html
@@ -384,8 +384,6 @@ function populateWeeks() {
<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("html.elements.input.input-week")}}</p>
<h2 id="See_also" name="See_also">関連情報</h2>