Re: [WICG/webcomponents] Interaction between imperative slotting and declarative shadow DOM (Issue #967)

Hm... I guess so. So the above example will be more like this:
```html
<custom-element>
    <template shadowroot="closed" slotassignment="manual">
        <slot initialassignment="1"></slot>, <slot initialassignment="5 7"></slot>
    </template>
    <custom-child>hello</custom-chid>
    <custom-child>world</custom-chid>
    <custom-child>shadow</custom-chid>
    <custom-child>DOM</custom-chid>
</custom-element>
```

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

Message ID: <WICG/webcomponents/issues/967/1260395862@github.com>

Received on Wednesday, 28 September 2022 05:11:40 UTC