-
Notifications
You must be signed in to change notification settings - Fork 22.5k
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 cancel event from GlobalEventHandlers #18115
Conversation
Preview URLs
FlawsNote! 1 document with no flaws that don't need to be listed. 🎉 URL:
URL:
External URLsURL: No external URLs URL: No external URLs URL: No external URLs (this comment was updated 2022-07-10 00:27:18.654489) |
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.
How did you the redirect? yarn content delete Web/API/GlobalEventHandlers/oncancel --redirect Web/API/HTMLInputElement/cancel_event
should be the way.
That shouldn't create a broken test.
That's what I did, but I ran into problems with it. I just tried adding it again, but it's failing tests. Hmm... |
This reverts commit ae2552f.
Ah, that's why: HTMLInputElement/cancel_event doesn't exist! 😛 |
There are a few conflicts here, too. |
* Drop Canvas hit regions content follow mdn/content#8226 * remove non-standard File System related API follow mdn/content#15815 * Demix cancel event from GlobalEventHandlers follow mdn/content#18115 * Remove IDBEnvironment mixin page follow mdn/content#8495 * Remove RenderingContext typedef follow mdn/content#6592 * Remove Transferable from MDN follow mdn/content#8880 * remove Window.isSecureContext follow mdn/content#8351 * remove standard table
This PR demixes the
oncancel
event handler from the GlobalEventHandlers mixin. Related BCD PR: mdn/browser-compat-data#16847