回答編集履歴

1

DOMNodeInserted の補足説明

2017/06/22 23:09

投稿

think49
think49

スコア18166

test CHANGED
@@ -14,12 +14,16 @@
14
14
 
15
15
 
16
16
 
17
- `DOMNodeInserted` は DOM Standard で**廃止**され、`MutationObserver` に置き換えられました。
17
+ `DOMNodeInserted` は DOM Level 3 Eventsは非推奨なイベントとして存在しましたが、後継仕様の **UI Events で廃止**され、DOM Standard で `MutationObserver` に置き換えられました。
18
18
 
19
19
 
20
20
 
21
21
  - [DOMNodeInserted - Document Object Model (DOM) Level 3 Events Specification](https://www.w3.org/TR/2013/WD-DOM-Level-3-Events-20131105/#event-type-DOMNodeInserted)
22
22
 
23
+ - [UI Events (日本語訳)](https://triple-underscore.github.io/uievents-ja.html)
24
+
25
+ - [3.3.1. Interface MutationObserver - DOM Standard](https://dom.spec.whatwg.org/#interface-mutationobserver)
26
+
23
27
 
24
28
 
25
29
  Re: obon_t さん