- From: Westbrook Johnson <notifications@github.com>
- Date: Fri, 22 Jul 2022 18:17:21 -0700
- To: WICG/webcomponents <webcomponents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Saturday, 23 July 2022 01:17:33 UTC
@caridy does that means that you'd be OK with the following code not being possible:
```
<div id="shadowroot-div"></div>
<style>
const registry = new CustomElementRegistry();
const div = document.querySelector('#shadowroot-div');
div.attachShadow({mode: 'open', registry});
</style>
```
Or would built-in's only be hobbled from a Declarative Shadow DOM standpoint?
--
Reply to this email directly or view it on GitHub:
https://github.com/WICG/webcomponents/issues/914#issuecomment-1193030142
You are receiving this because you are subscribed to this thread.
Message ID: <WICG/webcomponents/issues/914/1193030142@github.com>
Received on Saturday, 23 July 2022 01:17:33 UTC