-
Notifications
You must be signed in to change notification settings - Fork 38
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 autoPictureInPicture HTMLVideoElement attribute #216
Conversation
Changes lgtm but looks like the build was unsuccessful |
SHA: f51cdfa Reason: push, by beaufortfrancois Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This CL removes the autoPictureInPicture HTMLVideoElement attribute as it was only used for experimental purposes in Chrome and it never shipped. It has been removed from the spec as well. Spec: w3c/picture-in-picture#216 Bug: 917303 Change-Id: Ie9cd9136a2c8632a86cf85eff4aec50843514685
caniuse says |
Same applies to |
Thanks! |
This CL removes the autoPictureInPicture HTMLVideoElement attribute as it was only used for experimental purposes in Chrome and it never shipped. It has been removed from the spec as well. Spec: w3c/picture-in-picture#216 Bug: 917303 Change-Id: Ie9cd9136a2c8632a86cf85eff4aec50843514685
This CL removes the autoPictureInPicture HTMLVideoElement attribute as it was only used for experimental purposes in Chrome and it never shipped. It has been removed from the spec as well. Spec: w3c/picture-in-picture#216 Bug: 917303 Change-Id: Ie9cd9136a2c8632a86cf85eff4aec50843514685
This CL removes the autoPictureInPicture HTMLVideoElement attribute as it was only used for experimental purposes in Chrome and it never shipped. It has been removed from the spec as well. Spec: w3c/picture-in-picture#216 Bug: 917303 Change-Id: Ie9cd9136a2c8632a86cf85eff4aec50843514685 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4079109 Reviewed-by: Yoav Weiss <[email protected]> Commit-Queue: Fr <[email protected]> Cr-Commit-Position: refs/heads/main@{#1080837}
This CL removes the autoPictureInPicture HTMLVideoElement attribute as it was only used for experimental purposes in Chrome and it never shipped. It has been removed from the spec as well. Spec: w3c/picture-in-picture#216 Bug: 917303 Change-Id: Ie9cd9136a2c8632a86cf85eff4aec50843514685 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4079109 Reviewed-by: Yoav Weiss <[email protected]> Commit-Queue: Fr <[email protected]> Cr-Commit-Position: refs/heads/main@{#1080837}
This CL removes the autoPictureInPicture HTMLVideoElement attribute as it was only used for experimental purposes in Chrome and it never shipped. It has been removed from the spec as well. Spec: w3c/picture-in-picture#216 Bug: 917303 Change-Id: Ie9cd9136a2c8632a86cf85eff4aec50843514685 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4079109 Reviewed-by: Yoav Weiss <[email protected]> Commit-Queue: Fr <[email protected]> Cr-Commit-Position: refs/heads/main@{#1080837}
…ment attribute, a=testonly Automatic update from web-platform-tests Remove autoPictureInPicture HTMLVideoElement attribute This CL removes the autoPictureInPicture HTMLVideoElement attribute as it was only used for experimental purposes in Chrome and it never shipped. It has been removed from the spec as well. Spec: w3c/picture-in-picture#216 Bug: 917303 Change-Id: Ie9cd9136a2c8632a86cf85eff4aec50843514685 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4079109 Reviewed-by: Yoav Weiss <[email protected]> Commit-Queue: Fr <[email protected]> Cr-Commit-Position: refs/heads/main@{#1080837} -- wpt-commits: df2b9160a0c1b0d30561f0f7701ba1e2e02131bd wpt-pr: 37347
This CL removes the autoPictureInPicture HTMLVideoElement attribute as it was only used for experimental purposes in Chrome and it never shipped. It has been removed from the spec as well. Spec: w3c/picture-in-picture#216 Bug: 917303 Change-Id: Ie9cd9136a2c8632a86cf85eff4aec50843514685 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4079109 Reviewed-by: Yoav Weiss <[email protected]> Commit-Queue: Fr <[email protected]> Cr-Commit-Position: refs/heads/main@{#1080837}
…ment attribute, a=testonly Automatic update from web-platform-tests Remove autoPictureInPicture HTMLVideoElement attribute This CL removes the autoPictureInPicture HTMLVideoElement attribute as it was only used for experimental purposes in Chrome and it never shipped. It has been removed from the spec as well. Spec: w3c/picture-in-picture#216 Bug: 917303 Change-Id: Ie9cd9136a2c8632a86cf85eff4aec50843514685 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4079109 Reviewed-by: Yoav Weiss <[email protected]> Commit-Queue: Fr <[email protected]> Cr-Commit-Position: refs/heads/main@{#1080837} -- wpt-commits: df2b9160a0c1b0d30561f0f7701ba1e2e02131bd wpt-pr: 37347
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.
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.
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.
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.
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.
This PR is about removing the
autoPictureInPicture
HTMLVideoElement attribute from the spec. The only browser that implemented it for experimental purposes was Chrome and it never shipped.@steimelchrome PTAL
Preview | Diff