[1] [DFN[IE [RUBY[事象][イベント]@en[event]]モデル]]は、 [[Internet Explorer 4.0]]
以来 [[WinIE]] で実装されている[[事象モデル]]です。

* オブジェクトと主な特性

- [3] [CODE(DOMi)@en[[[Event]]]]
-- [CODE[srcElement]]
-- [7] [CODE(DOMa)@en[[[returnValue]]]]
- [4] [CODE(DOMi)@en[[[EventTarget]]]]
-- [8] [CODE(DOMm)@en[[[attachEvent]]]]
-- [9] [CODE(DOMm)@en[[[detachEvent]]]]
- [5] [CODE(DOMi)@en[[[Document]]]]
-- [6] [CODE(DOMm)@en[[[createEventObject]]]]
- [10] [CODE(DOMi)@en[[[Window]]]]
-- [11] [CODE(DOMa)@en[event][window.event]]

* 歴史

[2] [[IE事象モデル]]は ([[Netscape事象モデル]]と共に) [[DOM事象モデル]]のもととなりました。
どちらかといえば [[DOM事象モデル]]は [[IE事象モデル]]に似ているのですが、
ありとあらゆる[[メソッド]]の名前が違っており、互換性はありません。

[12] [CITE@en[Standardize srcElement, returnValue, and window.event · Issue #334 · whatwg/dom]]
([TIME[2018-06-11 23:38:48 +09:00]])
<https://github.com/whatwg/dom/issues/334>

[13] [CITE@en[Add window.event as a legacy compat requirement by miketaylr · Pull Request #407 · whatwg/dom]]
([TIME[2018-06-11 23:43:38 +09:00]])
<https://github.com/whatwg/dom/pull/407>