You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The initialize the Document object algorithm is amended with an extra step in between the existing steps 10 and 11, before the new Document's CSP list is initialized:
12 Set document’s IP address space to response’s IP address space.
The run a worker algorithm is amended with two extra steps in between the existing steps 14.4 and 14.5, after the new WorkerGlobalScope's referrer policy is set:
From https://wicg.github.io/private-network-access/#integration-html:
new Document's CSP list is step 12 of https://html.spec.whatwg.org/multipage/browsing-the-web.html#initialise-the-document-object ; so I think this should be " existing steps 11 and 12".
In current version of https://html.spec.whatwg.org/multipage/workers.html#run-a-worker, this happens in 13.6, so I guess it's "between 13.6 and 13.7"?
The text was updated successfully, but these errors were encountered: