- From: Simon Pieters <notifications@github.com>
- Date: Thu, 05 Feb 2026 00:06:42 -0800
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 5 February 2026 08:06:46 UTC
@zcorpan commented on this pull request.
> @@ -1474,7 +1472,7 @@ spec: storage; urlPrefix: https://storage.spec.whatwg.org/
1. Let |frameType| be the result of running [=Get Frame Type=] with |newContext|.
1. Let |visibilityState| be |newContext|'s <a>active document</a>'s {{Document/visibilityState}} attribute value.
1. Let |focusState| be the result of running the <a>has focus steps</a> with |newContext|'s <a>active document</a> as the argument.
- 1. Let |ancestorOriginsList| be |newContext|'s <a>active document</a>'s <a>relevant global object</a>'s {{Location}} object's [=Location/ancestor origins list=]'s associated list.
+ 1. Let |ancestorOriginsList| be |newContext|'s <a>active document</a>'s [=Document/ancestor origins list=].
```suggestion
1. Let |ancestorOriginsList| be |newContext|'s <a>active document</a>'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-3755143469
You are receiving this because you are subscribed to this thread.
Message ID: <w3c/ServiceWorker/pull/1812/review/3755143469@github.com>
Received on Thursday, 5 February 2026 08:06:46 UTC