diff --git a/spec.bs b/spec.bs index 5e2521a..0981109 100644 --- a/spec.bs +++ b/spec.bs @@ -446,6 +446,13 @@ Add a new step to {{Window/focus()}} after step 3, "Run the focusing stepsConsume user activation given |pipWindow|'s relevant global object. 2. Give |current| system focus. +
+Giving system focus to the opener does not necessarily need to close the +document picture-in-picture window. If the website wants to close the document +picture-in-picture window after focusing, they can always do so using +{{Window/close()}} on the document picture-in-picture window itself. +
+ # Examples # {#examples} This section is non-normative