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. |
| "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.
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. |
foolip
left a comment
There was a problem hiding this comment.
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
scrollevent from the GlobalEventHandlers mixin.