WICG / document-picture-in-picture

https://wicg.github.io/document-picture-in-picture/
Other
58 stars 9 forks source link

Do not use "create a new auxiliary browsing context and document" directly #60

Closed domenic closed 1 year ago

domenic commented 1 year ago

Doing so will create the auxiliary browsing context, but not the traversable it lives in. Use https://html.spec.whatwg.org/#creating-a-new-top-level-traversable with a non-null opener instead. (targetName can be the empty string.)