- From: Simon Pieters <notifications@github.com>
- Date: Thu, 05 Feb 2026 00:05:57 -0800
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
- Message-ID: <w3c/ServiceWorker/pull/1812/review/3755139970@github.com>
@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