- From: yuzhehan <notifications@github.com>
- Date: Tue, 01 Dec 2020 16:10:44 -0800
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 2 December 2020 00:10:58 UTC
@yuzhe-han commented on this pull request.
> readonly attribute Element host;
attribute EventHandler onslotchange;
};
enum ShadowRootMode { "open", "closed" };
+enum SlotAssignmentMode { "manual", "auto" };
This is a good point. However, I'm not sure "name" is meaningful enough.
How about "default" -- indicating default slotting?
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/pull/860#discussion_r533806978
Received on Wednesday, 2 December 2020 00:10:58 UTC