Re: [w3c/webcomponents] Need a callback for when children changed or parser finished parsing children (#809)

> I think this needs to be a custom element reaction callback.

That's probably limiting. I feel that this is in the same boat as the connect/disconnect reaction that we were asking for last week during the F2F, something a lot more generic.

Now, if we were to add a new reaction callback, will that callback be invoked even when the CE is not connected to the DOM? e.g.:

```js
const ce = document.createElement('x-foo');
ce.appendChild(document.createElement('p'));
```

-- 
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/809#issuecomment-488328784

Received on Wednesday, 1 May 2019 16:14:26 UTC