From 5f8ca832cd3ce12ac30a88ad011071b928e6b7fb Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO Date: Sat, 27 Mar 2021 01:17:41 +0900 Subject: 記述ミスを修正 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- files/ja/web/api/eventtarget/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files/ja/web/api/eventtarget/index.html') diff --git a/files/ja/web/api/eventtarget/index.html b/files/ja/web/api/eventtarget/index.html index 8fa4658f45..6ace39e14c 100644 --- a/files/ja/web/api/eventtarget/index.html +++ b/files/ja/web/api/eventtarget/index.html @@ -15,7 +15,7 @@ translation_of: Web/API/EventTarget

{{domxref("Element")}}、{{domxref("Document")}}、{{domxref("Window")}} は、最も一般的なイベントターゲットですが、他のオブジェクトも、例えば {{domxref("XMLHttpRequest")}}、{{domxref("AudioNode")}}、{{domxref("AudioContext")}} などもイベントターゲットになります。

-

多くのイベントターゲット (要素、文書、ウィンドウを含む) は、イベントハンドラーの設定するのに onイベント名 プロパティや属性を使用することもできます。

+

多くのイベントターゲット (要素、文書、ウィンドウを含む) は、イベントハンドラーを設定するのに onイベント名 プロパティや属性を使用することもできます。

{{InheritanceDiagram}}

-- cgit v1.2.3-54-g00ecf