- From: Andrea Giammarchi <notifications@github.com>
- Date: Tue, 07 May 2019 13:47:35 +0000 (UTC)
- To: w3c/webcomponents <webcomponents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 7 May 2019 13:47:57 UTC
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