-
Notifications
You must be signed in to change notification settings - Fork 37
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 browser icons... #152
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,6 @@ | ||
# Implementation Status | ||
This document shows the current implementation status of Picture-in-Picture on the different browsers. | ||
|
||
<a href="#chrome"><img width=64 src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/chrome/chrome_128x128.png" alt="Chrome browser logo"></a><a href="#microsoft-edge"><img width=64 src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/edge/edge_128x128.png" alt="Microsoft Edge browser logo"></a><a href="#safari"><img width=64 src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/safari/safari_128x128.png" alt="Safari browser logo"></a><a href="#firefox"><img width=64 src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/firefox/firefox_128x128.png" alt="Firefox browser logo"></a> | ||
|
||
# Chrome | ||
|
||
Work is still in progress in [Chrome Canary](http://chrome.com/canary): | ||
|
@@ -32,13 +30,18 @@ Tip: Chrome channel releases are tracked at [https://googlechromelabs.github.io/ | |
* [Issue 854935](http://crbug.com/854935): Closed captions in Picture-in-Picture are not supported. | ||
|
||
# Microsoft Edge | ||
https://dev.windows.com/en-us/microsoft-edge/platform/status/pictureinpicture | ||
Under consideration. | ||
https://developer.microsoft.com/en-us/microsoft-edge/platform/status/pictureinpicture/ | ||
|
||
# Safari | ||
No public signals. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. My understanding is that Safari is supportive and has their own private API. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Oh, do they expose some There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yeah, I think it's something like There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Neat, I had no idea. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. From https://developers.google.com/web/updates/2018/10/watch-video-using-picture-in-picture#background,
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Moreover, they're accepting patches for review: https://bugs.webkit.org/show_bug.cgi?id=189848#c8 There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Ok, nice. This is encouraging! There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. FYI I've pushed #154 |
||
https://bugs.webkit.org/show_bug.cgi?id=182688 | ||
|
||
# Firefox | ||
No public signals. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I would say there was a lot of public signals ^_^ There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Heh, our official(tm) position is to “defer”: That doesn’t mean we wont do it, just not right now. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. FYI I've opened #155 There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. So, Mozilla is happy for you all to figure out the spec details, tests, etc. Can you please ping me when you think the spec is CR ready and it’s in Safari Tech Preview? I think then might be a good time to re-evaluate adding the API. Given that we have PiP working, adding the DOM bits should be fairly trivial (famous last words). |
||
https://bugzilla.mozilla.org/show_bug.cgi?id=1463402 | ||
|
||
Mozilla position: https://github.com/mozilla/standards-positions/issues/72 | ||
|
||
# Polyfill | ||
https://github.com/gbentaieb/pip-polyfill/ |
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.
Edgium has the feature.
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.
@MarionDaly, can you confirm? Edge planning to ship this too?
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.
Edge Canary channel has Picture-in-Picture API enabled as you can see.

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.
FYI I've opened #153