- From: Ryosuke Niwa <notifications@github.com>
- Date: Tue, 27 Sep 2022 22:11:27 -0700
- To: WICG/webcomponents <webcomponents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 28 September 2022 05:11:40 UTC
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