--
You received this message because you are subscribed to the Google Groups "spec-mentors" group.
To unsubscribe from this group and stop receiving emails from it, send an email to spec-mentors...@chromium.org.
To view this discussion visit https://groups.google.com/a/chromium.org/d/msgid/spec-mentors/CAGyVZ8%2B%3Dhi432wdgAC59KTw4Z%3D_uNY%3Da996f6wU%2BRnM3LQV3Tw%40mail.gmail.com.
For more options, visit https://groups.google.com/a/chromium.org/d/optout.
I'm worried that this proposal indicates a failure of the document picture-in-picture feature if Meet (I'm reading between the lines here) is requesting the ability to create an arbitrary always-on-top window instead. The "alternatives considered" section should probably elaborate more on where picture-in-picture falls short and why it cannot be improved to solve the underlying use case.If he's available I nominate @Mike Wasserman to mentor this given his familiarity with window management.On Mon, Jul 13, 2026 at 12:14 PM Tommy Steimel <ste...@chromium.org> wrote:Hi spec-mentors@,I recently filled out the form for a spec mentor but now I'm seeing on here that form automation is broken so I'm sending the request directly/manually here. The feature adds an `alwaysOnTop` boolean to the `window.open()` API that opens the popup in an always-on-top window. This is gated behind the window-management permission.Chromestatus: https://chromestatus.com/feature/5200904761507840Thanks!Tommy
--
You received this message because you are subscribed to the Google Groups "spec-mentors" group.
To unsubscribe from this group and stop receiving emails from it, send an email to spec-mentors+unsubscribe@chromium.org.
That's a fair criticism. The main problem of document picture-in-picture for their use case is that they want the always-on-top window to continue to exist when the opener is closed, and document picture-in-picture windows explicitly disallow that[1]. The mental model of document pip windows is that they are an extension of the page (or a view of the page while the page is backgrounded), while for this proposed API the mental model is that it's its own full/independent application (e.g. loading it's own URL rather than being a blank HTML document and outliving the opener) which more fits with the idea of a window.open popup. Though they are obviously similar in that they both put arbitrary HTML content in an always-on-top window.
[1] https://wicg.github.io/document-picture-in-picture/#close-on-destroy
On Monday, July 13, 2026 at 12:38:46 PM UTC-7 Reilly Grant wrote:
I'm worried that this proposal indicates a failure of the document picture-in-picture feature if Meet (I'm reading between the lines here) is requesting the ability to create an arbitrary always-on-top window instead. The "alternatives considered" section should probably elaborate more on where picture-in-picture falls short and why it cannot be improved to solve the underlying use case.If he's available I nominate @Mike Wasserman to mentor this given his familiarity with window management.On Mon, Jul 13, 2026 at 12:14 PM Tommy Steimel <ste...@chromium.org> wrote:Hi spec-mentors@,I recently filled out the form for a spec mentor but now I'm seeing on here that form automation is broken so I'm sending the request directly/manually here. The feature adds an `alwaysOnTop` boolean to the `window.open()` API that opens the popup in an always-on-top window. This is gated behind the window-management permission.Chromestatus: https://chromestatus.com/feature/5200904761507840Thanks!Tommy
--
You received this message because you are subscribed to the Google Groups "spec-mentors" group.
To unsubscribe from this group and stop receiving emails from it, send an email to spec-mentors...@chromium.org.