- From: Simon Pieters <notifications@github.com>
- Date: Thu, 05 Feb 2026 00:05:29 -0800
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 5 February 2026 08:05:33 UTC
@zcorpan commented on this pull request.
> @@ -4007,7 +4005,7 @@ spec: storage; urlPrefix: https://storage.spec.whatwg.org/
1. Let |visibilityState| be |browsingContext|'s [=active document=]'s {{Document/visibilityState}} attribute value.
1. Let |focusState| be the result of running the [=has focus steps=] with |browsingContext|'s [=active document=] as the argument.
1. Let |ancestorOriginsList| be the empty list.
- 1. If |client| is a [=window client=], set |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=], set |ancestorOriginsList| to |browsingContext|'s [=active document=]'s [=Document/ancestor origins list=].
I've switched it back to being a `DOMStringList` in https://github.com/whatwg/html/pull/12071
```suggestion
1. If |client| is a [=window client=], set |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-3755137637
You are receiving this because you are subscribed to this thread.
Message ID: <w3c/ServiceWorker/pull/1812/review/3755137637@github.com>
Received on Thursday, 5 February 2026 08:05:33 UTC