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

> Ok what about the second simple straightforward solution?

For this and all of the similar contents, the answer is because they all fail in this case:

```
<my-element>
  ...Lots of content here...

 {... the HTML parser yields here, renders the document, and spins the event loop.
    All workarounds above fire here.}

 ...More content here, which are still children of <my-element>
</my-element
```


-- 
Reply to this email directly or view it on GitHub:
https://github.com/WICG/webcomponents/issues/809#issuecomment-1457018630
You are receiving this because you are subscribed to this thread.

Message ID: <WICG/webcomponents/issues/809/1457018630@github.com>

Received on Monday, 6 March 2023 21:20:41 UTC