Re: [WICG/webcomponents] There is no way to navigate to a fragment inside a shadow tree (#924)

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