- From: Mason Freed <notifications@github.com>
- Date: Fri, 02 Apr 2021 16:31:55 -0700
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 2 April 2021 23:32:07 UTC
@mfreed7 commented on this pull request.
>    readonly attribute Element host;
   attribute EventHandler onslotchange;
 };
 
 enum ShadowRootMode { "open", "closed" };
+enum SlotAssignmentMode { "manual", "name" };
Ahh ok, that makes sense. Thanks. I'll get the Chromium implementation changed ASAP.
-- 
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_r606499090
Received on Friday, 2 April 2021 23:32:07 UTC