Demix slotchange event from GlobalEventHandlers#16733
Demix slotchange event from GlobalEventHandlers#16733queengooborg merged 16 commits intomdn:mainfrom
Conversation
|
This pull request has merge conflicts that must be resolved before it can be merged. |
foolip
left a comment
There was a problem hiding this comment.
Can you revert the additions? There are already "slotchange_event" entries for HTMLSlotElement and ShadowRoot. I can only see it firing on HTMLSlotElement in Chromium, but I'm not confident enough about it to suggest removing the ShadowRoot entry. I'm asking in whatwg/dom#785 (comment) but that'll not block this PR.
|
This pull request has merge conflicts that must be resolved before it can be merged. |
|
This pull request has merge conflicts that must be resolved before it can be merged. |
|
This pull request has merge conflicts that must be resolved before it can be merged. |
|
There's also a "slotchange_event" entry on |
|
This pull request has merge conflicts that must be resolved before it can be merged. |
|
This pull request has merge conflicts that must be resolved before it can be merged. |
This PR demixes the
slotchangeevent from the GlobalEventHandlers mixin.