Re: [w3c/ServiceWorker] Update 'ancestor origins list' xref (PR #1812)

@zcorpan commented on this pull request.



> @@ -1428,7 +1426,7 @@ spec: storage; urlPrefix: https://storage.spec.whatwg.org/
                         1. Set |windowData|["`frameType`"] to the result of running [=Get Frame Type=] with |browsingContext|.
                         1. Set |windowData|["`visibilityState`"] to |browsingContext|'s [=active document=]'s {{Document/visibilityState}} attribute value.
                         1. Set |windowData|["`focusState`"] to the result of running the [=has focus steps=] with |browsingContext|'s [=active document=] as the argument.
-                        1. If |client| is a [=window client=], then set |windowData|["`ancestorOriginsList`"] to |browsingContext|'s [=active document=]'s [=relevant global object=]'s {{Location}} object's [=Location/ancestor origins list=]'s associated list.
+                        1. If |client| is a [=window client=], then set |windowData|["`ancestorOriginsList`"] to |browsingContext|'s [=active document=]'s [=Document/ancestor origins list=].

```suggestion
                        1. If |client| is a [=window client=], then set |windowData|["`ancestorOriginsList`"] to |browsingContext|'s [=active document=]'s [=Document/ancestor origins list=]'s associated list.
```

-- 
Reply to this email directly or view it on GitHub:
https://github.com/w3c/ServiceWorker/pull/1812#pullrequestreview-3755139970
You are receiving this because you are subscribed to this thread.

Message ID: <w3c/ServiceWorker/pull/1812/review/3755139970@github.com>

Received on Thursday, 5 February 2026 08:06:01 UTC