aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/api/event
diff options
context:
space:
mode:
authorMasahiro FUJIMOTO <mfujimot@gmail.com>2021-07-12 00:19:25 +0900
committerGitHub <noreply@github.com>2021-07-12 00:19:25 +0900
commitddda8bbbee128ba54ff6d3dd6a20a7d43debfb36 (patch)
tree5150fef9f8a5fdb66a7f67cf38d9e2267aee2da3 /files/ja/web/api/event
parentab32c2b852d80f9fe957ab223901dce04f3cef18 (diff)
downloadtranslated-content-ddda8bbbee128ba54ff6d3dd6a20a7d43debfb36.tar.gz
translated-content-ddda8bbbee128ba54ff6d3dd6a20a7d43debfb36.tar.bz2
translated-content-ddda8bbbee128ba54ff6d3dd6a20a7d43debfb36.zip
ブラウザー互換性データの説明を削除 (残り) (#1491)
Diffstat (limited to 'files/ja/web/api/event')
-rw-r--r--files/ja/web/api/event/target/index.html8
1 files changed, 0 insertions, 8 deletions
diff --git a/files/ja/web/api/event/target/index.html b/files/ja/web/api/event/target/index.html
index d9f91fe452..85c4d17e44 100644
--- a/files/ja/web/api/event/target/index.html
+++ b/files/ja/web/api/event/target/index.html
@@ -77,16 +77,8 @@ ul.addEventListener('click', hide, false);</code>
<h2 id="Browser_compatibility" name="Browser_compatibility">ブラウザー実装状況</h2>
-<p> </p>
-
-<div class="hidden">
-<p>The compatibility table on this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a>and send us a pull request.</p>
-</div>
-
<p>{{Compat("api.Event.target")}}</p>
-<p> </p>
-
<h2 id="Compatibility_notes" name="Compatibility_notes">互換性のための注記</h2>
<p>IE 6-8 では、イベントモデルが異なります。イベントリスナーは、非標準の {{domxref('EventTarget.attachEvent')}} メソッドでアタッチされます。このモデルでは、イベントオブジェクトは <code>target</code> プロパティの代わりに、{{domxref('Event.srcElement')}} プロパティを持っており、意味的には <code>event.target</code> と同じです。</p>