- From: Ryosuke Niwa <notifications@github.com>
- Date: Thu, 12 Nov 2020 22:48:27 -0800
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 13 November 2020 06:48:39 UTC
@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