* 仕様書

[REFS[
- [1] [CITE@en-US-x-hixie[HTML Standard]] ([TIME[2014-05-08 22:12:35 +09:00]] 版) <http://www.whatwg.org/specs/web-apps/current-work/#fire-a-focus-event>
]REFS]

* 定義

[2] [DFN[[RUBYB[[[フォーカスイベントを発火]]]@en[fire a focus event]]]]するとは、次のような[[イベント]]を作成し、
[[ディスパッチ]]することをいいます [SRC[>>1]]。
[FIG(list)[
- [3] [CODE(DOMi)@en[[[FocusEvent]]]] [[インターフェイス]]
- [4] [[trusted]]
- [5] [[イベント型]]は指定されたもの
- [6] [[bubble]] しない
- [7] [[キャンセル可能]]でない
- [8] [CODE(DOMa)@en[[[relatedTarget]]]] は指定されたもの
- [9] [[対象]]は指定されたもの
- [10] [CODE(DOMa)@en[[[view]]]] は[[対象]]の[[節点文書]]の [CODE(DOMi)@en[[[Window]]]]
- [11] [CODE(DOMa)@en[[[details]]]] は [[0]]
]FIG]

* 歴史

[REFS[
- [12] [CITE@en[Web Applications 1.0 r8697     Make sure places that use UIEvent define .detail and .view]] ([TIME[2014-08-02 07:04:00 +09:00]] 版) <http://html5.org/r/8697>
]REFS]

[13] [CITE@en[Mark focus events composed]]
([[annevk]]著, [TIME[2018-03-02 17:20:50 +09:00]])
<https://github.com/whatwg/html/commit/84d96dfd816f5e6f229df0558ce10af26482bfc5>

[14] [CITE@en[Make focus events composed · Issue #3511 · whatwg/html]]
([TIME[2018-03-03 12:43:08 +09:00]])
<https://github.com/whatwg/html/issues/3511>

[15] [CITE@en[Mark focus events composed by annevk · Pull Request #3512 · whatwg/html]]
([TIME[2018-03-03 12:43:41 +09:00]])
<https://github.com/whatwg/html/pull/3512>