-
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
Remove irrelevant api.HTMLMediaElement.onmozinterrupt feature #12094
Remove irrelevant api.HTMLMediaElement.onmozinterrupt feature #12094
Conversation
This PR removes the irrelevant `onmozinterrupt` member of the `HTMLMediaElement` API as per the corresponding [data guidelines](https://github.com/mdn/browser-compat-data/blob/main/docs/data-guidelines.md#removal-of-irrelevant-features). The lack of current support has been confirmed by the [mdn-bcd-collector](https://mdn-bcd-collector.appspot.com) project (v3.2.9), even if the current BCD suggests support.
Looks like the MDN content has already been removed! |
Not quite, unfortunately. Looks like there's still an "Obsolete event handlers section" on that page (unless there's a PR I've missed). |
Ack, good catch, I hadn't looked for other references, just the linked pages... 😅 Content PR |
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.
Looks good. Thank you! 🎉
@queengooborg While writing the release note for this, I noticed this actually adds a new feature called |
Eek, adding a feature was definitely not intentional in this PR... I'll send a PR to remove it since the feature is covered by the GlobalEventHandlers mixin! |
* Bump version to v4.0.6 * Add release note for #12094 * Add release note for #12367 * Add release note for #12462 * Add release note for #12490 * Add release note for #12565 * Add release note for #12632 * Add release note for #12638 * Add release note for #12639 * Add release note for #12703 * Add release note for #12718 * Add release note for #12723 * Add release note for #12768 * Add release note for #12770 * Add release note for #12772 * Add release note for #12794 * Add release note for #12796 * Add release note for #12813 * Add stats and hoist known issues
This PR removes the irrelevant
onmozinterrupt
member of theHTMLMediaElement
API as per the corresponding data guidelines. The lack of current support has been confirmed by the mdn-bcd-collector project (v3.2.9), even if the current BCD suggests support.