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