- From: Steve Orvell <notifications@github.com>
- Date: Fri, 20 Mar 2026 15:25:04 -0700
- To: WICG/webcomponents <webcomponents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 20 March 2026 22:25:08 UTC
sorvell left a comment (WICG/webcomponents#967) > Some thoughts on how slots may declaratively assign: It feels to me like we're making a simple thing hard here. Here is how I see the issue: 1. If you want manual slot assignment declaratively, you're saying you don't want any slotting until script runs so nothing should be slotted. 2. If you want declarative slot assignment and then manual slot assignment when script runs, then you are currently stuck because this isn't supported. This is, imo, the problem to solve. I would propose doing so by [altering the spec here](https://dom.spec.whatwg.org/#concept-attach-a-shadow-root:~:text=declarative%20to%20false.-,Return.,-Let%20shadow%20be) to respect the specified slotting mode. -- Reply to this email directly or view it on GitHub: https://github.com/WICG/webcomponents/issues/967#issuecomment-4101252864 You are receiving this because you are subscribed to this thread. Message ID: <WICG/webcomponents/issues/967/4101252864@github.com>
Received on Friday, 20 March 2026 22:25:08 UTC