- From: Ryosuke Niwa <notifications@github.com>
- Date: Tue, 07 Jun 2016 20:39:31 -0700
- To: w3c/webcomponents <webcomponents@noreply.github.com>
- Cc:
Received on Wednesday, 8 June 2016 03:40:21 UTC
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