Skip to content

Commit

Permalink
Remove HTMLVideoElement»autoPictureInPicture
Browse files Browse the repository at this point in the history
w3c/picture-in-picture#216 removed
HTMLVideoElement»autoPictureInPicture from the spec, and while the
current BCD data indicates it was implemented in Safari, that’s not
strictly true.

w3c/picture-in-picture#216 (comment)
explains:
> autoPictureInPicture is in WebKit but doesn't actually do anything.
> See https://github.com/search?q=repo%3AWebKit%2FWebKit+autoPictureInPicture&type=code

So it won’t ever actually do anything in Safari, and won’t ever be
implemented in other browsers; so we should remove it from BCD rather
than just it hanging around — because it’s not something that web
developers will ever be able to actually use, anywhere.
  • Loading branch information
sideshowbarker committed Apr 18, 2023
1 parent 711747e commit 18e55c2
Showing 1 changed file with 0 additions and 34 deletions.
34 changes: 0 additions & 34 deletions api/HTMLVideoElement.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,40 +43,6 @@
"deprecated": false
}
},
"autoPictureInPicture": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLVideoElement/autoPictureInPicture",
"spec_url": "https://w3c.github.io/picture-in-picture/#auto-pip",
"support": {
"chrome": {
"version_added": false
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": false
},
"firefox_android": "mirror",
"ie": {
"version_added": false
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": "13.1"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror"
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
},
"cancelVideoFrameCallback": {
"__compat": {
"spec_url": "https://wicg.github.io/video-rvfc/#dom-htmlvideoelement-cancelvideoframecallback",
Expand Down

0 comments on commit 18e55c2

Please sign in to comment.