diff options
Diffstat (limited to 'files/ja/web/api/event/target/index.html')
-rw-r--r-- | files/ja/web/api/event/target/index.html | 8 |
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> |