From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- files/ja/web/api/focusevent/index.html | 74 ++++++++++++++++++++++++++++++++++ 1 file changed, 74 insertions(+) create mode 100644 files/ja/web/api/focusevent/index.html (limited to 'files/ja/web/api/focusevent/index.html') diff --git a/files/ja/web/api/focusevent/index.html b/files/ja/web/api/focusevent/index.html new file mode 100644 index 0000000000..23a7f64533 --- /dev/null +++ b/files/ja/web/api/focusevent/index.html @@ -0,0 +1,74 @@ +--- +title: FocusEvent +slug: Web/API/FocusEvent +tags: + - API + - DOM + - DOM Events + - Event + - Experimental + - Reference + - イベント +translation_of: Web/API/FocusEvent +--- +

{{APIRef("DOM Events")}}

+ +

FocusEvent はフォーカスに関するイベント、例えば {{domxref("Element/focus_event", "focus")}}, {{domxref("Element/blur_event", "blur")}}, {{domxref("Element/focusin_event", "focusin")}}, {{domxref("Element/focusout_event", "focusout")}} などを表します。

+ +

{{InheritanceDiagram}}

+ +

コンストラクター

+ +
+
{{domxref("FocusEvent.FocusEvent", "FocusEvent()")}}
+
指定した引数に基づいて、FocusEvent イベントを作成します。
+
+ +

プロパティ

+ +

このインターフェイスは親である {{domxref("UIEvent")}} および間接的に {{domxref("Event")}} から、プロパティを継承しています

+ +
+
{{domxref("FocusEvent.relatedTarget")}}
+
このイベントのセカンダリターゲットを表す {{domxref("EventTarget")}} です。一部の場合 (タブ移動でページに出入りするときなど) では、セキュリティ上の理由からこのプロパティが null に設定されます。
+
+ +

メソッド

+ +

このインターフェイスには固有のメソッドはありません。親である {{domxref("UIEvent")}} および間接的に {{domxref("Event")}} から、メソッドを継承しています。

+ +

仕様書

+ + + + + + + + + + + + + + + + + + + + + +
仕様書策定状況コメント
{{SpecName('UI Events', '#interface-focusevent', 'FocusEvent')}}{{Spec2('UI Events')}}
{{SpecName('DOM3 Events', '#interface-focusevent', 'FocusEvent')}}{{Spec2('DOM3 Events')}}初回定義
+ +

ブラウザーの互換性

+ + + +

{{Compat("api.FocusEvent")}}

+ +

関連情報

+ + -- cgit v1.2.3-54-g00ecf