document-picture-in-picture icon indicating copy to clipboard operation
document-picture-in-picture copied to clipboard

videoElement.requestPictureInPicture() will reject with NotSupportedError in a pip window.

Open Jazzhsu opened this issue 2 years ago • 2 comments

Update the spec for video element picture-in-picture in document pip window.

  • videoElement.requestPictureInPicture() in a document pip window will reject with NotSupportedError.
  • document.PictureInPictureEnabled will return false in a pip window. (Not sure if this is needed in spec)

Jazzhsu avatar Dec 19 '22 20:12 Jazzhsu