-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Demix slotchange event from GlobalEventHandlers #16733
Demix slotchange event from GlobalEventHandlers #16733
Conversation
This pull request has merge conflicts that must be resolved before it can be merged. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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
slotchange
event from the GlobalEventHandlers mixin.