Re: [whatwg/dom] Add Imperative Slot API (#860)

@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