Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
liberato-at-chromium committed Aug 20, 2024
1 parent 21db0d7 commit 8d979ab
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion spec.bs
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,9 @@ previous position or size of any previously closed |pip traversable| window.
window as its argument.
2. The transient activation used in step 4 would time out.
Calls to {{DocumentPictureInPicture/show()}} after the picture-in-picture window
is shown, after it is destroyed, will do nothing.
is shown, or after it is closed, will do nothing. A call that provides a window argument
that was not returned by {{DocumentPictureInPicture/requestWindow()}} will throw a
"{{NotAllowedError}}" {{DOMException}}.
If |options|["{{DocumentPictureInPictureOptions/createHidden}}"] does not exist
or is not true, then the picture-in-picture window will be shown immediately after
it is created.
Expand Down

0 comments on commit 8d979ab

Please sign in to comment.