01:18
<Domenic>
Window reuse is only done via https://html.spec.whatwg.org/#initialise-the-document-object step 6. There is no other part of the spec that would do it.
01:29
<akaster>
Who runs the bot that created https://github.com/w3c/ServiceWorker/issues/1740? It should be run against https://w3c.github.io/webappsec-credential-management/. I found a few violations of that principle, such as in https://w3c.github.io/webappsec-credential-management/#algorithm-request 13.2
03:21
<Domenic>
Based on the name, I'd suspect @dontcallmedom on GitHub.
03:21
<Domenic>
The bottom of the message links to its repo.
11:14
<zcorpan>
Window reuse is only done via https://html.spec.whatwg.org/#initialise-the-document-object step 6. There is no other part of the spec that would do it.
Thanks. https://html.spec.whatwg.org/#the-javascript:-url-special-case:navigate-html will get to that step, but yes, reuse only happens from initial about:blank per spec