aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/api/htmlelement
diff options
context:
space:
mode:
authorMasahiro FUJIMOTO <mfujimot@gmail.com>2021-06-24 00:39:58 +0900
committerGitHub <noreply@github.com>2021-06-24 00:39:58 +0900
commita9a798516cc543f64411d517a7e8443ba0c1834c (patch)
tree5bedb642c71b9f13bea871957fa5a432533b060c /files/ja/web/api/htmlelement
parent7b4cb241fd93503c68bf6ab0f3694db5099a935b (diff)
downloadtranslated-content-a9a798516cc543f64411d517a7e8443ba0c1834c.tar.gz
translated-content-a9a798516cc543f64411d517a7e8443ba0c1834c.tar.bz2
translated-content-a9a798516cc543f64411d517a7e8443ba0c1834c.zip
web/api/h-m* の browser-compat-data に関する非表示の指示を一括削除 (#1193)
Diffstat (limited to 'files/ja/web/api/htmlelement')
-rw-r--r--files/ja/web/api/htmlelement/accesskeylabel/index.html2
-rw-r--r--files/ja/web/api/htmlelement/animationcancel_event/index.html2
-rw-r--r--files/ja/web/api/htmlelement/animationend_event/index.html2
-rw-r--r--files/ja/web/api/htmlelement/animationiteration_event/index.html2
-rw-r--r--files/ja/web/api/htmlelement/animationstart_event/index.html2
-rw-r--r--files/ja/web/api/htmlelement/beforeinput_event/index.html2
-rw-r--r--files/ja/web/api/htmlelement/change_event/index.html2
-rw-r--r--files/ja/web/api/htmlelement/click/index.html2
-rw-r--r--files/ja/web/api/htmlelement/contenteditable/index.html2
-rw-r--r--files/ja/web/api/htmlelement/dir/index.html2
-rw-r--r--files/ja/web/api/htmlelement/index.html2
-rw-r--r--files/ja/web/api/htmlelement/innertext/index.html2
-rw-r--r--files/ja/web/api/htmlelement/input_event/index.html2
-rw-r--r--files/ja/web/api/htmlelement/iscontenteditable/index.html2
-rw-r--r--files/ja/web/api/htmlelement/offsetleft/index.html2
-rw-r--r--files/ja/web/api/htmlelement/offsetparent/index.html2
-rw-r--r--files/ja/web/api/htmlelement/oncopy/index.html2
-rw-r--r--files/ja/web/api/htmlelement/onpaste/index.html2
-rw-r--r--files/ja/web/api/htmlelement/pointermove_event/index.html2
-rw-r--r--files/ja/web/api/htmlelement/transitioncancel_event/index.html2
-rw-r--r--files/ja/web/api/htmlelement/transitionend_event/index.html2
-rw-r--r--files/ja/web/api/htmlelement/transitionrun_event/index.html2
-rw-r--r--files/ja/web/api/htmlelement/transitionstart_event/index.html2
23 files changed, 0 insertions, 46 deletions
diff --git a/files/ja/web/api/htmlelement/accesskeylabel/index.html b/files/ja/web/api/htmlelement/accesskeylabel/index.html
index 63f93fb974..348945c1d4 100644
--- a/files/ja/web/api/htmlelement/accesskeylabel/index.html
+++ b/files/ja/web/api/htmlelement/accesskeylabel/index.html
@@ -71,8 +71,6 @@ node.onclick = function () {
<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.HTMLElement.accessKeyLabel")}}</p>
</div>
diff --git a/files/ja/web/api/htmlelement/animationcancel_event/index.html b/files/ja/web/api/htmlelement/animationcancel_event/index.html
index 8547499860..edad28ea07 100644
--- a/files/ja/web/api/htmlelement/animationcancel_event/index.html
+++ b/files/ja/web/api/htmlelement/animationcancel_event/index.html
@@ -168,8 +168,6 @@ applyAnimation.addEventListener('click', () =&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("api.HTMLElement.animationcancel_event")}}</p>
<h2 id="See_also" name="See_also">関連情報</h2>
diff --git a/files/ja/web/api/htmlelement/animationend_event/index.html b/files/ja/web/api/htmlelement/animationend_event/index.html
index 6408d73e7f..cf916e49b9 100644
--- a/files/ja/web/api/htmlelement/animationend_event/index.html
+++ b/files/ja/web/api/htmlelement/animationend_event/index.html
@@ -166,8 +166,6 @@ applyAnimation.addEventListener('click', () =&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("api.HTMLElement.animationend_event")}}</p>
<h2 id="See_also" name="See_also">関連情報</h2>
diff --git a/files/ja/web/api/htmlelement/animationiteration_event/index.html b/files/ja/web/api/htmlelement/animationiteration_event/index.html
index 5423651c77..f0a93533b4 100644
--- a/files/ja/web/api/htmlelement/animationiteration_event/index.html
+++ b/files/ja/web/api/htmlelement/animationiteration_event/index.html
@@ -168,8 +168,6 @@ applyAnimation.addEventListener('click', () =&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("api.HTMLElement.animationiteration_event")}}</p>
<h2 id="See_also" name="See_also">関連情報</h2>
diff --git a/files/ja/web/api/htmlelement/animationstart_event/index.html b/files/ja/web/api/htmlelement/animationstart_event/index.html
index db76bdad50..9be6c6c4b4 100644
--- a/files/ja/web/api/htmlelement/animationstart_event/index.html
+++ b/files/ja/web/api/htmlelement/animationstart_event/index.html
@@ -165,8 +165,6 @@ applyAnimation.addEventListener('click', () =&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("api.HTMLElement.animationstart_event")}}</p>
<h2 id="See_also" name="See_also">関連情報</h2>
diff --git a/files/ja/web/api/htmlelement/beforeinput_event/index.html b/files/ja/web/api/htmlelement/beforeinput_event/index.html
index 060277ae97..c2b69b2480 100644
--- a/files/ja/web/api/htmlelement/beforeinput_event/index.html
+++ b/files/ja/web/api/htmlelement/beforeinput_event/index.html
@@ -102,8 +102,6 @@ function updateValue(e) {
<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.HTMLElement.beforeinput_event")}}</p>
<h2 id="See_also" name="See_also">関連情報</h2>
diff --git a/files/ja/web/api/htmlelement/change_event/index.html b/files/ja/web/api/htmlelement/change_event/index.html
index 2449327908..1d2b883bb3 100644
--- a/files/ja/web/api/htmlelement/change_event/index.html
+++ b/files/ja/web/api/htmlelement/change_event/index.html
@@ -138,8 +138,6 @@ function updateValue(e) {
<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.HTMLElement.change_event")}}</p>
<p>すべてのブラウザーにおいて、特定の操作で <code>change</code> イベントが発生するかどうかが同じであるとは限りません。例えば、 Gecko では {{HTMLElement("select")}} 要素をキーボードで操作すると、 <code>change</code> イベントは Enter を押すか <code>&lt;select&gt;</code> からフォーカスが離れるまで発生しませんでした ({{bug("126379")}} を参照)。ただし、 Firefox 63 (Quantum) からは、すべての主要なブラウザーと同じ動作になりました。</p>
diff --git a/files/ja/web/api/htmlelement/click/index.html b/files/ja/web/api/htmlelement/click/index.html
index 2f801a0b12..1920143e02 100644
--- a/files/ja/web/api/htmlelement/click/index.html
+++ b/files/ja/web/api/htmlelement/click/index.html
@@ -65,8 +65,6 @@ function myFunction() {
<h2 id="Browser_compatibility" name="Browser_compatibility">ブラウザの互換性</h2>
-<div class="hidden">このページの互換性一覧表は、構造化データから生成されています。データに貢献したい方は、https://github.com/mdn/browser-compat-data をチェックしてプルリクエストを送ってください。</div>
-
<p>{{Compat("api.HTMLElement.click")}}</p>
<h2 id="See_also" name="See_also">関連情報</h2>
diff --git a/files/ja/web/api/htmlelement/contenteditable/index.html b/files/ja/web/api/htmlelement/contenteditable/index.html
index f845ec1c49..111441b7f0 100644
--- a/files/ja/web/api/htmlelement/contenteditable/index.html
+++ b/files/ja/web/api/htmlelement/contenteditable/index.html
@@ -48,8 +48,6 @@ translation_of: Web/API/HTMLElement/contentEditable
<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.HTMLElement.contentEditable")}}</p>
<p>Internet Explorer では、<code>contenteditable</code> を {{htmlelement("table")}}、{{htmlelement("col")}}、{{htmlelement("colgroup")}}、{{htmlelement("tbody")}}、{{htmlelement("td")}}、{{htmlelement("tfoot")}}、{{htmlelement("th")}}、{{htmlelement("thead")}}、および {{htmlelement("tr")}} 要素に直接適用することはできません。 コンテンツを編集可能な {{htmlelement("span")}} または {{htmlelement("div")}} 要素を、表の個々のセル内に配置できます。</p>
diff --git a/files/ja/web/api/htmlelement/dir/index.html b/files/ja/web/api/htmlelement/dir/index.html
index b8c4c2d963..81a10f4cb3 100644
--- a/files/ja/web/api/htmlelement/dir/index.html
+++ b/files/ja/web/api/htmlelement/dir/index.html
@@ -72,8 +72,6 @@ parg.dir = "rtl";
<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.HTMLElement.dir")}}</p>
<h2 id="See_also" name="See_also">関連情報</h2>
diff --git a/files/ja/web/api/htmlelement/index.html b/files/ja/web/api/htmlelement/index.html
index acca58a5ab..6e26a2465b 100644
--- a/files/ja/web/api/htmlelement/index.html
+++ b/files/ja/web/api/htmlelement/index.html
@@ -266,8 +266,6 @@ translation_of: Web/API/HTMLElement
<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.HTMLElement")}}</p>
<h2 id="See_also" name="See_also">関連情報</h2>
diff --git a/files/ja/web/api/htmlelement/innertext/index.html b/files/ja/web/api/htmlelement/innertext/index.html
index e5db44dba4..e011cfef5b 100644
--- a/files/ja/web/api/htmlelement/innertext/index.html
+++ b/files/ja/web/api/htmlelement/innertext/index.html
@@ -79,8 +79,6 @@ innerTextOutput.value = source.innerText;</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.HTMLElement.innerText")}}</p>
<h2 id="See_also" name="See_also">関連情報</h2>
diff --git a/files/ja/web/api/htmlelement/input_event/index.html b/files/ja/web/api/htmlelement/input_event/index.html
index 5b8c2f71cf..adc37425b8 100644
--- a/files/ja/web/api/htmlelement/input_event/index.html
+++ b/files/ja/web/api/htmlelement/input_event/index.html
@@ -83,8 +83,6 @@ function updateValue(e) {
<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.HTMLElement.input_event")}}</p>
<h2 id="See_also" name="See_also">関連情報</h2>
diff --git a/files/ja/web/api/htmlelement/iscontenteditable/index.html b/files/ja/web/api/htmlelement/iscontenteditable/index.html
index 19ea1d2d5e..3cefd28421 100644
--- a/files/ja/web/api/htmlelement/iscontenteditable/index.html
+++ b/files/ja/web/api/htmlelement/iscontenteditable/index.html
@@ -73,8 +73,6 @@ document.getElementById('infoText2').innerHTML += document.getElementById('myTex
<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.HTMLElement.isContentEditable")}}</p>
<h2 id="See_also" name="See_also">関連情報</h2>
diff --git a/files/ja/web/api/htmlelement/offsetleft/index.html b/files/ja/web/api/htmlelement/offsetleft/index.html
index e0aff57121..7506427bd8 100644
--- a/files/ja/web/api/htmlelement/offsetleft/index.html
+++ b/files/ja/web/api/htmlelement/offsetleft/index.html
@@ -78,8 +78,6 @@ if (tOLeft &gt; 5) {
<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.HTMLElement.offsetLeft")}}</p>
<h2 id="See_also" name="See_also">関連情報</h2>
diff --git a/files/ja/web/api/htmlelement/offsetparent/index.html b/files/ja/web/api/htmlelement/offsetparent/index.html
index a2e338f0f5..93b45eebb9 100644
--- a/files/ja/web/api/htmlelement/offsetparent/index.html
+++ b/files/ja/web/api/htmlelement/offsetparent/index.html
@@ -58,6 +58,4 @@ translation_of: Web/API/HTMLElement/offsetParent
<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.HTMLElement.offsetParent")}}</p>
diff --git a/files/ja/web/api/htmlelement/oncopy/index.html b/files/ja/web/api/htmlelement/oncopy/index.html
index af01c9436b..c85bab9023 100644
--- a/files/ja/web/api/htmlelement/oncopy/index.html
+++ b/files/ja/web/api/htmlelement/oncopy/index.html
@@ -66,8 +66,6 @@ editor.onpaste = logPaste;</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.HTMLElement.oncopy")}}</p>
<p>Firefox 13 から、この機能は設定 <code>dom.event.clipboardevents.enabled</code> で制御されます。既定値は <code>true</code> ですが無効化できます。</p>
diff --git a/files/ja/web/api/htmlelement/onpaste/index.html b/files/ja/web/api/htmlelement/onpaste/index.html
index 71c5e05538..f81d91dace 100644
--- a/files/ja/web/api/htmlelement/onpaste/index.html
+++ b/files/ja/web/api/htmlelement/onpaste/index.html
@@ -73,8 +73,6 @@ document.getElementById("editor").addEventListener("paste", pasteIntercept, fals
<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.HTMLElement.onpaste")}}</p>
<h2 id="See_also" name="See_also">関連情報</h2>
diff --git a/files/ja/web/api/htmlelement/pointermove_event/index.html b/files/ja/web/api/htmlelement/pointermove_event/index.html
index 7567c14ced..cb62aadf73 100644
--- a/files/ja/web/api/htmlelement/pointermove_event/index.html
+++ b/files/ja/web/api/htmlelement/pointermove_event/index.html
@@ -75,8 +75,6 @@ para.onpointermove = (event) =&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("api.HTMLElement.pointermove_event")}}</p>
<h2 id="See_also" name="See_also">関連情報</h2>
diff --git a/files/ja/web/api/htmlelement/transitioncancel_event/index.html b/files/ja/web/api/htmlelement/transitioncancel_event/index.html
index f83b5f4643..5cbb62b6c9 100644
--- a/files/ja/web/api/htmlelement/transitioncancel_event/index.html
+++ b/files/ja/web/api/htmlelement/transitioncancel_event/index.html
@@ -81,8 +81,6 @@ transition.ontransitioncancel = () =&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("api.HTMLElement.transitioncancel_event")}}</p>
<h2 id="See_also" name="See_also">関連情報</h2>
diff --git a/files/ja/web/api/htmlelement/transitionend_event/index.html b/files/ja/web/api/htmlelement/transitionend_event/index.html
index f83e0644b6..bde09b3220 100644
--- a/files/ja/web/api/htmlelement/transitionend_event/index.html
+++ b/files/ja/web/api/htmlelement/transitionend_event/index.html
@@ -79,8 +79,6 @@ transition.ontransitionend = () =&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("api.HTMLElement.transitionend_event")}}</p>
<h2 id="See_also" name="See_also">関連情報</h2>
diff --git a/files/ja/web/api/htmlelement/transitionrun_event/index.html b/files/ja/web/api/htmlelement/transitionrun_event/index.html
index 18733814d9..335f8dffd6 100644
--- a/files/ja/web/api/htmlelement/transitionrun_event/index.html
+++ b/files/ja/web/api/htmlelement/transitionrun_event/index.html
@@ -128,8 +128,6 @@ el.addEventListener('transitionend', 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("api.HTMLElement.transitionrun_event")}}</p>
<h2 id="See_also" name="See_also">関連情報</h2>
diff --git a/files/ja/web/api/htmlelement/transitionstart_event/index.html b/files/ja/web/api/htmlelement/transitionstart_event/index.html
index b345251185..12eb281715 100644
--- a/files/ja/web/api/htmlelement/transitionstart_event/index.html
+++ b/files/ja/web/api/htmlelement/transitionstart_event/index.html
@@ -120,8 +120,6 @@ transition.addEventListener('transitionend', 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("api.HTMLElement.transitionstart_event")}}</p>
<h2 id="See_also" name="See_also">関連情報</h2>