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
  • Loading branch information
beaufortfrancois authored and chromium-wpt-export-bot committed Dec 8, 2022
1 parent ec58998 commit 4f232a3
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 4f232a3

Please sign in to comment.