Re: [w3c/webcomponents] When is `slotchange` handler fired? (#515)

`slotchange` event fires at the end of the current microtask.  Those custom element callbacks fire at the end of current "nanotask" which are basically when UA returns the control back to author scripts from their DOM, CSS OM, etc... APIs.

---
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/515#issuecomment-224211097

Received on Tuesday, 7 June 2016 08:15:50 UTC