- From: Joseph Orbegoso Pea <notifications@github.com>
- Date: Mon, 06 Jun 2016 15:06:08 -0700
- To: w3c/webcomponents <webcomponents@noreply.github.com>
- Cc:
Received on Monday, 6 June 2016 22:06:35 UTC
When is `slotchange` handler fired in these cases? - A is appended into B, and B already has a shadow dom so therefore A gets distributed into a slot inside of `B`, and finally the `slotchange` event handlers are called. Will the code in the `slotchange` handlers be called in the same tick as when A's `connectedCallback` is called? If so, then [I can deferr a to a future tick in order to catch the case that a parent `motor-node` has not made a connection with a distributed `motor-node`](https://github.com/w3c/webcomponents/issues/504#issuecomment-224099588). --- 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
Received on Monday, 6 June 2016 22:06:35 UTC