- From: Caleb Williams <notifications@github.com>
- Date: Thu, 13 May 2021 07:03:16 -0700
- To: WICG/webcomponents <webcomponents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 13 May 2021 14:03:38 UTC
Feels like if anything the host should have to map the exported id back to another name. ```html <c-e importnodes="foo as bar"> <template shadowroot="open"> <div id="foo" exportnode></div> </template> </c-e> ``` -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/WICG/webcomponents/issues/924#issuecomment-840582927
Received on Thursday, 13 May 2021 14:03:38 UTC