Re: [whatwg/dom] Define mutation events (#305)

Usage of each event

```
SELECT ev, COUNT(page) AS num FROM [test.mutation_events_2016_08_01] 
GROUP BY ev
ORDER BY num DESC
```

Row | ev | num
---|---|---
1 | DOMSubtreeModified | 40083
2 | DOMNodeInserted | 35337
3 | DOMNodeRemoved | 7211
4 | DOMCharacterDataModified | 5549 
5 | DOMNodeRemovedFromDocument | 329  
6 | DOMNodeInsertedIntoDocument | 30

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/issues/305#issuecomment-242001494

Received on Wednesday, 24 August 2016 09:05:27 UTC