- From: Philip Jägenstedt <notifications@github.com>
- Date: Mon, 11 Jul 2022 05:38:38 -0700
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 11 July 2022 12:38:50 UTC
In a way `onslotchange` on `ShadowRoot` is an outlier now, but probably not worth trying to fix. Most events in `GlobalEventHandlers` can bubble up to `ShadowRoot`, with "click" and "focus" being plausible use cases. But putting all of those event handler attributes on `ShadowRoot` doesn't seem like a net improvement. And trying to remove `onslotchange` is not a good use of anyone's time. -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/dom/pull/785#issuecomment-1180359095 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/dom/pull/785/c1180359095@github.com>
Received on Monday, 11 July 2022 12:38:50 UTC