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

so you are saying Shadow DOM should be mandatory to reliably setup elements without flicks, right?

otherwise, can you please explain to me how to setup this, generated from the server, and pre-registered as component on the client, without using Shadow DOM? Thanks
```html
<sortable-list>
  <ul>
    <li>a</li>
    <li>b</li>
  <ul>
</sortable-list>
```

-- 
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-490086850

Received on Tuesday, 7 May 2019 13:47:57 UTC