-
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
Update Picture-in-Picture API compat data #9438
Conversation
The initial state of this PR is #7028 without modifications. I'll now make the changes needed. |
@@ -49,15 +49,39 @@ | |||
}, | |||
"autoPictureInPicture": { | |||
"__compat": { | |||
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLVideoElement/autoPictureInPicture", |
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.
This does not seem to be supported yet:
https://mdn-bcd-collector.appspot.com/tests/api/HTMLVideoElement/autoPictureInPicture
https://www.chromestatus.com/feature/5317876315586560
The events were originally fired, just with a plain Event and not the PictureInPictureEvent interface, which was then called EnterPictureInPictureEvent and used only for enterpictureinpicture.
This is quite complicated, but ready for review now. Main things to know:
|
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.
* Start release notes for 2021-03-18 release * Add release note for #9438 * Add release note for #9459 * Add release note for #9458 * Add release note for #9382 * Add release note for #9439 * Add release note for #9468 * Add release note for #9472 * Add release note for #9433 * Add release statistics
These changes were prepared by @gsouquet in another PR:
#7028
Closes #7028.
Co-authored-by: Germain germain@grabyo.com
Co-authored-by: Daniel D. Beck daniel@ddbeck.com