Skip to content
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 canplay event from GlobalEventHandlers #16541

Merged
merged 4 commits into from
Jun 21, 2022

Conversation

queengooborg
Copy link
Contributor

This PR demixes the canplay events from the GlobalEventHandlers mixin.

@github-actions github-actions bot added the data:api Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API label Jun 5, 2022
@@ -1066,6 +1066,130 @@
}
}
},
"canplay_event": {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There's already a "canplay_event" entry for HTMLMediaElement and that's the only one we should have, as the event doesn't bubble. Can you revert the other additions, and then compare the data being removed to that existing entry, noting any discrepancies?

@queengooborg queengooborg added the needs content update This PR needs a corresponding update to mdn/content to update the documentation label Jun 13, 2022
@github-actions
Copy link

This pull request has merge conflicts that must be resolved before it can be merged.

1 similar comment
@github-actions
Copy link

This pull request has merge conflicts that must be resolved before it can be merged.

@github-actions
Copy link

This pull request has merge conflicts that must be resolved before it can be merged.

@foolip foolip changed the title Demix canplay events from GlobalEventHandlers Remove canplay event from GlobalEventHandlers Jun 21, 2022
Copy link
Contributor

@foolip foolip left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The remaining "canplay_event" on HTMLMediaElement looks good.

@foolip foolip merged commit d358a83 into mdn:main Jun 21, 2022
@queengooborg queengooborg deleted the api/GlobalEventHandlers/canplay branch June 21, 2022 14:32
@queengooborg queengooborg removed the needs content update This PR needs a corresponding update to mdn/content to update the documentation label Jun 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data:api Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants