diff options
author | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2021-07-04 00:23:10 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-04 00:23:10 +0900 |
commit | 6a967e1d065d2b8bd867469978716418eabd91db (patch) | |
tree | 024387a6c478b733c6d232f7f4cea72d021469dd /files/ja/web/api/element | |
parent | ab9bd6586e6f1824f6c0cfc549dc3f78461a35f6 (diff) | |
download | translated-content-6a967e1d065d2b8bd867469978716418eabd91db.tar.gz translated-content-6a967e1d065d2b8bd867469978716418eabd91db.tar.bz2 translated-content-6a967e1d065d2b8bd867469978716418eabd91db.zip |
web/api/e-g* の browser-compat-data に関する非表示の指示を一括削除 (#1295)
* web/api/e-g* の 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/element')
42 files changed, 0 insertions, 84 deletions
diff --git a/files/ja/web/api/element/attachshadow/index.html b/files/ja/web/api/element/attachshadow/index.html index 360211b65a..6237554ad3 100644 --- a/files/ja/web/api/element/attachshadow/index.html +++ b/files/ja/web/api/element/attachshadow/index.html @@ -161,6 +161,4 @@ customElements.define('word-count', WordCount, { extends: 'p' });</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.Element.attachShadow")}}</p> diff --git a/files/ja/web/api/element/blur_event/index.html b/files/ja/web/api/element/blur_event/index.html index c5ab2b5687..374419a1e3 100644 --- a/files/ja/web/api/element/blur_event/index.html +++ b/files/ja/web/api/element/blur_event/index.html @@ -128,8 +128,6 @@ form.addEventListener('blur', (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("api.Element.blur_event")}}</p> <p>このイベントが処理されている間、 {{DOMxRef("Document.activeElement")}} の値はブラウザーによって異なります ({{bug(452307)}})。 IE10 はフォーカスが移動する先の要素を設定しますが、 Firefox および Chrome はふつう、文書の <code>body</code> を設定します。</p> diff --git a/files/ja/web/api/element/classlist/index.html b/files/ja/web/api/element/classlist/index.html index b37e7751a8..d115ee0c15 100644 --- a/files/ja/web/api/element/classlist/index.html +++ b/files/ja/web/api/element/classlist/index.html @@ -255,8 +255,6 @@ if (typeof DOMTokenList !== "function") (function(window){ <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.Element.classList")}}</p> <h2 id="See_also" name="See_also">関連情報</h2> diff --git a/files/ja/web/api/element/click_event/index.html b/files/ja/web/api/element/click_event/index.html index f7f1871bc8..742d591101 100644 --- a/files/ja/web/api/element/click_event/index.html +++ b/files/ja/web/api/element/click_event/index.html @@ -142,8 +142,6 @@ button.addEventListener('click', 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("api.Element.click_event")}}</p> <h2 id="See_also" name="See_also">関連情報</h2> diff --git a/files/ja/web/api/element/clientheight/index.html b/files/ja/web/api/element/clientheight/index.html index bf23c374d9..4cde36518d 100644 --- a/files/ja/web/api/element/clientheight/index.html +++ b/files/ja/web/api/element/clientheight/index.html @@ -56,8 +56,6 @@ translation_of: Web/API/Element/clientHeight <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.Element.clientHeight")}}</p> <h2 id="See_also" name="See_also">関連情報</h2> diff --git a/files/ja/web/api/element/clientwidth/index.html b/files/ja/web/api/element/clientwidth/index.html index b99155d883..47753e0077 100644 --- a/files/ja/web/api/element/clientwidth/index.html +++ b/files/ja/web/api/element/clientwidth/index.html @@ -54,8 +54,6 @@ translation_of: Web/API/Element/clientWidth <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.Element.clientWidth")}}</p> <h2 id="See_also" name="See_also">関連情報</h2> diff --git a/files/ja/web/api/element/closest/index.html b/files/ja/web/api/element/closest/index.html index 4f5ba93074..dd876b80aa 100644 --- a/files/ja/web/api/element/closest/index.html +++ b/files/ja/web/api/element/closest/index.html @@ -126,8 +126,6 @@ if (!Element.prototype.closest) { <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.Element.closest")}}</p> <h3 id="Compatibility_notes" name="Compatibility_notes">互換性のメモ</h3> diff --git a/files/ja/web/api/element/compositionend_event/index.html b/files/ja/web/api/element/compositionend_event/index.html index 24d23c7f7b..12887dafd6 100644 --- a/files/ja/web/api/element/compositionend_event/index.html +++ b/files/ja/web/api/element/compositionend_event/index.html @@ -135,8 +135,6 @@ inputElement.addEventListener('compositionend', handleEvent); <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.Element.compositionend_event")}}</p> <h2 id="See_also" name="See_also">関連情報</h2> diff --git a/files/ja/web/api/element/compositionstart_event/index.html b/files/ja/web/api/element/compositionstart_event/index.html index 2ec0201161..c51925e1ca 100644 --- a/files/ja/web/api/element/compositionstart_event/index.html +++ b/files/ja/web/api/element/compositionstart_event/index.html @@ -140,8 +140,6 @@ inputElement.addEventListener('compositionend', handleEvent); <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.Element.compositionstart_event")}}</p> <h2 id="See_also" name="See_also">関連情報</h2> diff --git a/files/ja/web/api/element/compositionupdate_event/index.html b/files/ja/web/api/element/compositionupdate_event/index.html index f806699c0e..abf073df8c 100644 --- a/files/ja/web/api/element/compositionupdate_event/index.html +++ b/files/ja/web/api/element/compositionupdate_event/index.html @@ -138,8 +138,6 @@ inputElement.addEventListener('compositionend', handleEvent); <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.Element.compositionupdate_event")}}</p> <h2 id="See_also" name="See_also">関連情報</h2> diff --git a/files/ja/web/api/element/copy_event/index.html b/files/ja/web/api/element/copy_event/index.html index c437cde9a8..3bd6612dad 100644 --- a/files/ja/web/api/element/copy_event/index.html +++ b/files/ja/web/api/element/copy_event/index.html @@ -100,8 +100,6 @@ source.addEventListener('copy', (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("api.Window.copy_event")}}</p> <h2 id="See_also" name="See_also">関連情報</h2> diff --git a/files/ja/web/api/element/cut_event/index.html b/files/ja/web/api/element/cut_event/index.html index ca5279af27..f64414b3e4 100644 --- a/files/ja/web/api/element/cut_event/index.html +++ b/files/ja/web/api/element/cut_event/index.html @@ -106,8 +106,6 @@ source.addEventListener('cut', (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("api.Window.cut_event")}}</p> <h2 id="See_also" name="See_also">関連情報</h2> diff --git a/files/ja/web/api/element/error_event/index.html b/files/ja/web/api/element/error_event/index.html index 6eaf035dc0..c5e0ddc136 100644 --- a/files/ja/web/api/element/error_event/index.html +++ b/files/ja/web/api/element/error_event/index.html @@ -139,8 +139,6 @@ imgError.addEventListener('click', () => { <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.HTMLMediaElement.error_event")}}</p> <h2 id="See_also" name="See_also">関連情報</h2> diff --git a/files/ja/web/api/element/focus_event/index.html b/files/ja/web/api/element/focus_event/index.html index da072e26d8..c087c896b0 100644 --- a/files/ja/web/api/element/focus_event/index.html +++ b/files/ja/web/api/element/focus_event/index.html @@ -127,8 +127,6 @@ form.addEventListener('blur', (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("api.Element.focus_event")}}</p> <h2 id="See_also" name="See_also">関連情報</h2> diff --git a/files/ja/web/api/element/focusin_event/index.html b/files/ja/web/api/element/focusin_event/index.html index cd6d134821..82f3fada9f 100644 --- a/files/ja/web/api/element/focusin_event/index.html +++ b/files/ja/web/api/element/focusin_event/index.html @@ -100,8 +100,6 @@ form.addEventListener('focusout', (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("api.Element.focusin_event")}}</p> <h2 id="See_also" name="See_also">関連情報</h2> diff --git a/files/ja/web/api/element/focusout_event/index.html b/files/ja/web/api/element/focusout_event/index.html index 26364b50c0..0e0e661a6b 100644 --- a/files/ja/web/api/element/focusout_event/index.html +++ b/files/ja/web/api/element/focusout_event/index.html @@ -101,8 +101,6 @@ form.addEventListener('focusout', (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("api.Element.focusout_event")}}</p> <h2 id="See_also" name="See_also">関連情報</h2> diff --git a/files/ja/web/api/element/getattribute/index.html b/files/ja/web/api/element/getattribute/index.html index 587cbc829e..ae9a08953c 100644 --- a/files/ja/web/api/element/getattribute/index.html +++ b/files/ja/web/api/element/getattribute/index.html @@ -77,7 +77,5 @@ alert(align); // id="div1" の要素の align の値を表示します。</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.Element.getAttribute")}}</p> </div> diff --git a/files/ja/web/api/element/getattributenames/index.html b/files/ja/web/api/element/getattributenames/index.html index 0b08900da0..f353b84b74 100644 --- a/files/ja/web/api/element/getattributenames/index.html +++ b/files/ja/web/api/element/getattributenames/index.html @@ -66,7 +66,5 @@ for(let name of element.getAttributeNames()) { <h2 id="Browser_compatibility" name="Browser_compatibility">ブラウザーの対応</h2> <div> -<div class="hidden">このページの互換表は構造化データで作成されました。データに貢献したい方は、 <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> をチェックしてプルリクエストを送ってください。</div> - <p>{{Compat("api.Element.getAttributeNames")}}</p> </div> diff --git a/files/ja/web/api/element/getboundingclientrect/index.html b/files/ja/web/api/element/getboundingclientrect/index.html index f94d494111..69c2b2500a 100644 --- a/files/ja/web/api/element/getboundingclientrect/index.html +++ b/files/ja/web/api/element/getboundingclientrect/index.html @@ -101,8 +101,6 @@ emptyObj = { ...rect } <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.Element.getBoundingClientRect")}}</p> <h2 id="See_also" name="See_also">関連情報</h2> diff --git a/files/ja/web/api/element/getclientrects/index.html b/files/ja/web/api/element/getclientrects/index.html index 9042d5d96c..f8276ed1cb 100644 --- a/files/ja/web/api/element/getclientrects/index.html +++ b/files/ja/web/api/element/getclientrects/index.html @@ -222,8 +222,6 @@ span, li, th, td { <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.Element.getClientRects")}}</p> <h2 id="See_also" name="See_also">関連情報</h2> diff --git a/files/ja/web/api/element/getelementsbyclassname/index.html b/files/ja/web/api/element/getelementsbyclassname/index.html index c3f8291d18..c20756a14b 100644 --- a/files/ja/web/api/element/getelementsbyclassname/index.html +++ b/files/ja/web/api/element/getelementsbyclassname/index.html @@ -110,6 +110,4 @@ var testDivs = Array.prototype.filter.call(testElements, function(testElement){ <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("api.Element.getElementsByClassName")}}</p> diff --git a/files/ja/web/api/element/hasattributes/index.html b/files/ja/web/api/element/hasattributes/index.html index e221ac44d9..d8acc59119 100644 --- a/files/ja/web/api/element/hasattributes/index.html +++ b/files/ja/web/api/element/hasattributes/index.html @@ -73,8 +73,6 @@ if (foo.hasAttributes()) { <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.Element.hasAttributes")}}</p> <h2 id="See_also" name="See_also">関連情報</h2> diff --git a/files/ja/web/api/element/index.html b/files/ja/web/api/element/index.html index 570f7221d2..10b313e3a5 100644 --- a/files/ja/web/api/element/index.html +++ b/files/ja/web/api/element/index.html @@ -482,6 +482,4 @@ translation_of: Web/API/Element <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.Element")}}</p> diff --git a/files/ja/web/api/element/matches/index.html b/files/ja/web/api/element/matches/index.html index 64ab126b2b..863634c28d 100644 --- a/files/ja/web/api/element/matches/index.html +++ b/files/ja/web/api/element/matches/index.html @@ -104,8 +104,6 @@ translation_of: Web/API/Element/matches <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.Element.removeAttribute")}}</p> <h2 id="See_also" name="See_also">関連情報</h2> diff --git a/files/ja/web/api/element/onfullscreenchange/index.html b/files/ja/web/api/element/onfullscreenchange/index.html index ff567ca433..f58e332afb 100644 --- a/files/ja/web/api/element/onfullscreenchange/index.html +++ b/files/ja/web/api/element/onfullscreenchange/index.html @@ -80,8 +80,6 @@ function handleFullscreenChange(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("api.Document.onfullscreenchange")}}</p> <h2 id="See_also" name="See_also">関連情報</h2> diff --git a/files/ja/web/api/element/onfullscreenerror/index.html b/files/ja/web/api/element/onfullscreenerror/index.html index b0af3dcb88..b1a08f41c9 100644 --- a/files/ja/web/api/element/onfullscreenerror/index.html +++ b/files/ja/web/api/element/onfullscreenerror/index.html @@ -64,8 +64,6 @@ elem.requestFullscreen();</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.Element.onfullscreenerror")}}</p> <h2 id="See_also" name="See_also">関連情報</h2> diff --git a/files/ja/web/api/element/outerhtml/index.html b/files/ja/web/api/element/outerhtml/index.html index 6231aa1bb0..1b476879bf 100644 --- a/files/ja/web/api/element/outerhtml/index.html +++ b/files/ja/web/api/element/outerhtml/index.html @@ -107,8 +107,6 @@ console.log(p.nodeName); // "P" のまま <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.Element.outerHTML")}}</p> <h2 id="See_also" name="See_also">関連情報</h2> diff --git a/files/ja/web/api/element/paste_event/index.html b/files/ja/web/api/element/paste_event/index.html index bf7a667dfa..f312a12f91 100644 --- a/files/ja/web/api/element/paste_event/index.html +++ b/files/ja/web/api/element/paste_event/index.html @@ -107,8 +107,6 @@ target.addEventListener('paste', (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("api.Element.paste_event")}}</p> <h2 id="See_also" name="See_also">関連情報</h2> diff --git a/files/ja/web/api/element/queryselectorall/index.html b/files/ja/web/api/element/queryselectorall/index.html index 2bc51c0803..c322a702ab 100644 --- a/files/ja/web/api/element/queryselectorall/index.html +++ b/files/ja/web/api/element/queryselectorall/index.html @@ -186,8 +186,6 @@ inner.length; // 0 <h2 id="Browser_compatibility" name="Browser_compatibility">ブラウザー実装状況</h2> <div> -<div class="hidden">このページの互換表は構造化データによって作成されました。このデータに貢献したい方は <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> をチェックして、プルリクエストを送信してください。</div> - <p>{{Compat("api.Element.querySelectorAll")}}</p> </div> diff --git a/files/ja/web/api/element/removeattribute/index.html b/files/ja/web/api/element/removeattribute/index.html index 750ca4360f..05919b838a 100644 --- a/files/ja/web/api/element/removeattribute/index.html +++ b/files/ja/web/api/element/removeattribute/index.html @@ -66,6 +66,4 @@ document.getElementById("div1").removeAttribute("align"); <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.Element.removeAttribute")}}</p> diff --git a/files/ja/web/api/element/scrollby/index.html b/files/ja/web/api/element/scrollby/index.html index c78fe8f1e1..9b750ff2a3 100644 --- a/files/ja/web/api/element/scrollby/index.html +++ b/files/ja/web/api/element/scrollby/index.html @@ -69,6 +69,4 @@ element.scrollBy(300, 300); <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.Element.scrollBy")}}</p> diff --git a/files/ja/web/api/element/scrollheight/index.html b/files/ja/web/api/element/scrollheight/index.html index ca3fa4e596..a0304ce7bc 100644 --- a/files/ja/web/api/element/scrollheight/index.html +++ b/files/ja/web/api/element/scrollheight/index.html @@ -161,8 +161,6 @@ onload = 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.Element.scrollHeight")}}</p> <h2 id="See_also" name="See_also">関連情報</h2> diff --git a/files/ja/web/api/element/scrollintoview/index.html b/files/ja/web/api/element/scrollintoview/index.html index f13c5a2bc3..da6b0c819c 100644 --- a/files/ja/web/api/element/scrollintoview/index.html +++ b/files/ja/web/api/element/scrollintoview/index.html @@ -88,8 +88,6 @@ element.scrollIntoView({behavior: "smooth", block: "end", inline: "nearest"}); <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.Element.scrollIntoView")}}</p> <h2 id="See_also" name="See_also">関連情報</h2> diff --git a/files/ja/web/api/element/scrollleft/index.html b/files/ja/web/api/element/scrollleft/index.html index 7ca10f3c27..4a593af238 100644 --- a/files/ja/web/api/element/scrollleft/index.html +++ b/files/ja/web/api/element/scrollleft/index.html @@ -100,8 +100,6 @@ button.onclick = 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.Element.scrollLeft")}}</p> <h2 id="See_also" name="See_also">関連情報</h2> diff --git a/files/ja/web/api/element/scrollto/index.html b/files/ja/web/api/element/scrollto/index.html index c80172bb8b..db8afe8ac9 100644 --- a/files/ja/web/api/element/scrollto/index.html +++ b/files/ja/web/api/element/scrollto/index.html @@ -67,8 +67,6 @@ element.scrollTo(<em>options</em>) <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.Element.scrollTo")}}</p> <h2 id="See_also" name="See_also">関連情報</h2> diff --git a/files/ja/web/api/element/scrolltop/index.html b/files/ja/web/api/element/scrolltop/index.html index 12fa3678bf..21f8478a46 100644 --- a/files/ja/web/api/element/scrolltop/index.html +++ b/files/ja/web/api/element/scrolltop/index.html @@ -81,8 +81,6 @@ var <var>intElemScrollTop</var> = someElement.scrollTop; <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.Element.scrollTop")}}</p> <h2 id="See_also" name="See_also">関連情報</h2> diff --git a/files/ja/web/api/element/scrollwidth/index.html b/files/ja/web/api/element/scrollwidth/index.html index eda6c0deef..5f3e98892d 100644 --- a/files/ja/web/api/element/scrollwidth/index.html +++ b/files/ja/web/api/element/scrollwidth/index.html @@ -114,8 +114,6 @@ translation_of: Web/API/Element/scrollWidth <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.Element.scrollWidth")}}</p> <h2 id="See_also" name="See_also">関連情報</h2> diff --git a/files/ja/web/api/element/setcapture/index.html b/files/ja/web/api/element/setcapture/index.html index 8a195b679a..53a504d178 100644 --- a/files/ja/web/api/element/setcapture/index.html +++ b/files/ja/web/api/element/setcapture/index.html @@ -82,8 +82,6 @@ translation_of: Web/API/Element/setCapture <h2 id="ブラウザの互換性">ブラウザの互換性</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.Element.setCapture")}}</p> <h2 id="関連資料">関連資料</h2> diff --git a/files/ja/web/api/element/setpointercapture/index.html b/files/ja/web/api/element/setpointercapture/index.html index 306d00702e..9885f29a87 100644 --- a/files/ja/web/api/element/setpointercapture/index.html +++ b/files/ja/web/api/element/setpointercapture/index.html @@ -125,8 +125,6 @@ slider.onpointerup = stopSliding; <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.Element.setPointerCapture")}}</p> <h2 id="See_also" name="See_also">関連情報</h2> diff --git a/files/ja/web/api/element/touchend_event/index.html b/files/ja/web/api/element/touchend_event/index.html index 20a8746b96..7ff3bb8459 100644 --- a/files/ja/web/api/element/touchend_event/index.html +++ b/files/ja/web/api/element/touchend_event/index.html @@ -61,8 +61,6 @@ translation_of: Web/API/Element/touchend_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("api.Element.touchend_event")}}</p> <h2 id="See_also" name="See_also">関連情報</h2> diff --git a/files/ja/web/api/element/touchmove_event/index.html b/files/ja/web/api/element/touchmove_event/index.html index f58636b215..3b33e7e945 100644 --- a/files/ja/web/api/element/touchmove_event/index.html +++ b/files/ja/web/api/element/touchmove_event/index.html @@ -60,8 +60,6 @@ translation_of: Web/API/Element/touchmove_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("api.Element.touchmove_event")}}</p> <h2 id="See_also" name="See_also">関連情報</h2> diff --git a/files/ja/web/api/element/touchstart_event/index.html b/files/ja/web/api/element/touchstart_event/index.html index aff0ec09f3..42af4966e4 100644 --- a/files/ja/web/api/element/touchstart_event/index.html +++ b/files/ja/web/api/element/touchstart_event/index.html @@ -60,8 +60,6 @@ translation_of: Web/API/Element/touchstart_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("api.Element.touchstart_event")}}</p> <h2 id="See_also" name="See_also">関連情報</h2> |