Re: [WICG/webcomponents] [scoped-registries] Interaction with declarative shadow DOM (#914)

@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