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

@rniwa commented on this pull request.



>    readonly attribute Element host;
   attribute EventHandler onslotchange;
 };
 
 enum ShadowRootMode { "open", "closed" };
+enum SlotAssignmentMode { "manual", "auto" };

Perhaps we want to future-proof this and call "auto" as "name" instead.
That way, we can add more *automatic" mode like based on tag name, etc...

-- 
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#pullrequestreview-529809440

Received on Friday, 13 November 2020 06:48:39 UTC