Skip to content

Commit

Permalink
Remove autoPictureInPicture HTMLVideoElement attribute
Browse files Browse the repository at this point in the history
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}
  • Loading branch information
beaufortfrancois authored and chromium-wpt-export-bot committed Dec 8, 2022
1 parent 2d8060e commit df2b916
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion interfaces/picture-in-picture.idl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ partial interface HTMLVideoElement {
attribute EventHandler onenterpictureinpicture;
attribute EventHandler onleavepictureinpicture;

[CEReactions] attribute boolean autoPictureInPicture;
[CEReactions] attribute boolean disablePictureInPicture;
};

Expand Down

0 comments on commit df2b916

Please sign in to comment.