[w3c/webcomponents] To notify mutation observers should make a copy of signalList before delivering mutation records (#518)

In [**notify mutation observers**](https://dom.spec.whatwg.org/#notify-mutation-observers), step 4 (making a copy of `signalList`) should happen before step 3 (executing a compound microtask subtask to deliver mutation records) for consistency.

Otherwise, all slot changes made while invoking mutation observers would be dispatched in step 6 even though the logical ordering would first delivering any pending mutation records to other mutation observers before doing so.

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/webcomponents/issues/518

Received on Wednesday, 8 June 2016 03:40:21 UTC