-
Notifications
You must be signed in to change notification settings - Fork 2k
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 scroll event from GlobalEventHandlers #16727
Demix scroll event from GlobalEventHandlers #16727
Conversation
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. |
@@ -6951,7 +6951,10 @@ | |||
"__compat": { | |||
"description": "<code>scroll</code> event", | |||
"mdn_url": "https://developer.mozilla.org/docs/Web/API/Document/scroll_event", | |||
"spec_url": "https://drafts.csswg.org/cssom-view/#eventdef-document-scroll", | |||
"spec_url": [ | |||
"https://drafts.csswg.org/cssom-view/#eventdef-document-scroll", |
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 update the Element
entry with the same URLs? This one is actually the one for elements too, despite "document" in the fragment.
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.
Please use the same 2 or 3 URLs for both entries. I'd suggest just keeping 2, https://drafts.csswg.org/cssom-view/#scrolling-events is a section about multiple events.
This pull request has merge conflicts that must be resolved before it can be merged. |
This PR demixes the
scroll
event from the GlobalEventHandlers mixin.