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

Sounds like the winning proposal is to add a content attribute to signify that it uses a custom registry as in:
```html
<some-element>
   <template shadowroot="open" customregistry>
          <some-scoped-element>
                <template shadowroot="open" customregistry>
                        <other-scoped-element></other-scoped-element>
                </template>
          </some-scoped-element>
   </template>
</some-element>
```
We can either automatically create a registry in that case to allow bottom-up upgrades, or force more natural top-down recursive upgrades.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/WICG/webcomponents/issues/914#issuecomment-1260394411
You are receiving this because you are subscribed to this thread.

Message ID: <WICG/webcomponents/issues/914/1260394411@github.com>

Received on Wednesday, 28 September 2022 05:09:24 UTC