From df2b9160a0c1b0d30561f0f7701ba1e2e02131bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Beaufort?= Date: Thu, 8 Dec 2022 01:58:50 -0800 Subject: [PATCH] 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: https://github.com/w3c/picture-in-picture/pull/216 Bug: 917303 Change-Id: Ie9cd9136a2c8632a86cf85eff4aec50843514685 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4079109 Reviewed-by: Yoav Weiss Commit-Queue: Fr Cr-Commit-Position: refs/heads/main@{#1080837} --- interfaces/picture-in-picture.idl | 1 - 1 file changed, 1 deletion(-) diff --git a/interfaces/picture-in-picture.idl b/interfaces/picture-in-picture.idl index 19a3608b4b35b6..516fb59d8d4148 100644 --- a/interfaces/picture-in-picture.idl +++ b/interfaces/picture-in-picture.idl @@ -9,7 +9,6 @@ partial interface HTMLVideoElement { attribute EventHandler onenterpictureinpicture; attribute EventHandler onleavepictureinpicture; - [CEReactions] attribute boolean autoPictureInPicture; [CEReactions] attribute boolean disablePictureInPicture; };