diff options
Diffstat (limited to 'files/ja/web/api/eventtarget/index.html')
-rw-r--r-- | files/ja/web/api/eventtarget/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 <p>{{domxref("Element")}}、{{domxref("Document")}}、{{domxref("Window")}} は、最も一般的なイベントターゲットですが、他のオブジェクトも、例えば {{domxref("XMLHttpRequest")}}、{{domxref("AudioNode")}}、{{domxref("AudioContext")}} などもイベントターゲットになります。</p> -<p>多くのイベントターゲット (要素、文書、ウィンドウを含む) は、<a href="/ja/docs/Web/Guide/Events/Event_handlers">イベントハンドラー</a>の設定するのに <code>on<var>イベント名</var></code> プロパティや属性を使用することもできます。</p> +<p>多くのイベントターゲット (要素、文書、ウィンドウを含む) は、<a href="/ja/docs/Web/Guide/Events/Event_handlers">イベントハンドラー</a>を設定するのに <code>on<var>イベント名</var></code> プロパティや属性を使用することもできます。</p> <p>{{InheritanceDiagram}}</p> |