whatwg / html

HTML Standard
https://html.spec.whatwg.org/multipage/
Other
8.18k stars 2.69k forks source link

"target browsing context" should probably be target navigable #8463

Open domenic opened 2 years ago

domenic commented 2 years ago

https://html.spec.whatwg.org/#concept-environment-target-browsing-context

Presumably this should be navigable, because if COOP causes a browsing context group swap, we still want to be pointing to the navigable.

This will require updates mostly to the Service Workers spec.

domenic commented 2 years ago

We'll also want to update the prefetch spec