-
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
Remove UIEvent.cancelBubble #7360
Conversation
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.
Thank you! 🎉
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.
Oops, I had a pending comment/suggestion.
}, | ||
{ | ||
"version_added": "1", | ||
"notes": "This property was defined on the <a href='https://developer.mozilla.org/docs/Web/API/UIEvent'><code>UIEvent</code></a> interface." |
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.
The wording I suggest in #7517 would be "Only supported for UIEvent, not all Event objects."
@ddbeck I hasn't submitted the review, so it was my mistake. Thanks for fixing nevertheless! |
A checklist to help your pull request get merged faster:
data:text/html,<script>alert("cancelBubble" in UIEvent.prototype)</script>
via mozregression