- From: Russell Bicknell <notifications@github.com>
- Date: Thu, 02 Apr 2020 19:55:40 -0700
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 3 April 2020 02:55:53 UTC
You could do this if declarative shadow root templates weren't allowed to be positioned as any random child of the component. For example, what if it was required to be the first child element? You could even get this to work in the constructor by making shadow root templates attach to their next sibling, rather than their parent. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/whatwg/dom/issues/831#issuecomment-608201698
Received on Friday, 3 April 2020 02:55:53 UTC