-
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
Adapt ShadowRoot API to new events structure #15201
Conversation
This PR adapts the ShadowRoot API to conform to the new events structure. Note: there are no MDN pages associated with this event, so there will be no corresponding content PR. Any broken MDN URLs in BCD have been removed.
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.
Per https://groups.google.com/a/chromium.org/g/blink-dev/c/cagoIboJ6Oo/m/aCjiL_FBAgAJ this was a case of missing event handler property, while the event was supported earlier. This will require testing and partial_implementation
ranges, possibly in Firefox and Safari too.
https://developer.mozilla.org/en-US/docs/Web/API/HTMLSlotElement/slotchange_event#browser_compatibility probably has the versions we want in the range here. |
|
This PR adapts the ShadowRoot API to conform to the new events structure.
Note: there are no MDN pages associated with this event, so there will be no corresponding content PR. Any broken MDN URLs in BCD have been removed.