Remove resize event from GlobalEventHandlers#16723
Merged
queengooborg merged 7 commits intomdn:mainfrom Jul 7, 2022
Merged
Conversation
Contributor
|
There are a few different "resize" events on the platform, and BCD already has |
Contributor
|
I've sent #16827 to add the "resize" event on |
Contributor
|
I tried to trim this PR to just the removal from |
foolip
approved these changes
Jun 29, 2022
foolip
reviewed
Jul 7, 2022
| "version_added": "12", | ||
| "version_removed": "79", | ||
| "partial_implementation": true, | ||
| "notes": "In EdgeHTML versions of Edge, this handler was only supported on the <a href='https://developer.mozilla.org/docs/Web/API/Window'><code>Window</code></a> API." |
Contributor
There was a problem hiding this comment.
Turns out this was about missing onresize for <video> elements, and I've sent #16865 to fix this.
foolip
approved these changes
Jul 7, 2022
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR demixes the
resizeevent from the GlobalEventHandlers mixin.