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

Demix onplay(ing)/pause from GlobalEventHandlers mixin #18701

Merged
merged 1 commit into from
Jul 24, 2022
Merged

Demix onplay(ing)/pause from GlobalEventHandlers mixin #18701

merged 1 commit into from
Jul 24, 2022

Conversation

queengooborg
Copy link
Collaborator

This PR demixes the play, playing and pause event handlers from the GlobalEventHandlers mixin. Related BCD PR: mdn/browser-compat-data#16673

@queengooborg queengooborg requested review from a team as code owners July 23, 2022 23:46
@queengooborg queengooborg requested review from wbamberg and removed request for a team July 23, 2022 23:46
@github-actions github-actions bot added Content:Media Media docs Content:WebAPI Web API docs labels Jul 23, 2022
@github-actions
Copy link
Contributor

Preview URLs

Flaws

Note! 3 documents with no flaws that don't need to be listed. 🎉

URL: /en-US/docs/Web/API/GlobalEventHandlers
Title: GlobalEventHandlers
on GitHub
Flaw count: 16

  • macros:
    • /en-US/docs/Web/API/GlobalEventHandlers/onabort redirects to /en-US/docs/Web/API/HTMLMediaElement/abort_event
    • /en-US/docs/Web/API/GlobalEventHandlers/oncontextmenu redirects to /en-US/docs/Web/API/Element/contextmenu_event
    • /en-US/docs/Web/API/GlobalEventHandlers/onformdata redirects to /en-US/docs/Web/API/HTMLFormElement/formdata_event
    • /en-US/docs/Web/API/GlobalEventHandlers/onprogress does not exist
    • /en-US/docs/Web/API/GlobalEventHandlers/onratechange does not exist
    • and 8 more flaws omitted
  • bad_bcd_links:
    • no explanation!
    • no explanation!
    • no explanation!

URL: /en-US/docs/Web/Media/Autoplay_guide
Title: Autoplay guide for media and Web Audio APIs
on GitHub
Flaw count: 1

  • macros:
    • /en-US/docs/Web/API/HTMLMediaElement/allowedToPlay does not exist

External URLs

URL: /en-US/docs/Web/API/GlobalEventHandlers
Title: GlobalEventHandlers
on GitHub

No external URLs


URL: /en-US/docs/Web/API/HTMLMediaElement/play_event
Title: HTMLMediaElement: play event
on GitHub

No new external URLs


URL: /en-US/docs/Web/API/HTMLMediaElement/pause_event
Title: HTMLMediaElement: pause event
on GitHub

No new external URLs


URL: /en-US/docs/Web/API/HTMLMediaElement/playing_event
Title: HTMLMediaElement: playing event
on GitHub

No new external URLs


URL: /en-US/docs/Web/Media/Autoplay_guide
Title: Autoplay guide for media and Web Audio APIs
on GitHub

No new external URLs

Copy link
Contributor

@teoli2003 teoli2003 left a comment

Choose a reason for hiding this comment

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

👍

@teoli2003 teoli2003 merged commit 4526168 into mdn:main Jul 24, 2022
@queengooborg queengooborg deleted the onplaypause branch July 24, 2022 07:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Content:Media Media docs Content:WebAPI Web API docs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants