diff --git a/docs/index.bs b/docs/index.bs index a0259481..0b5dd618 100644 --- a/docs/index.bs +++ b/docs/index.bs @@ -664,7 +664,7 @@ spec: webappsec-referrer-policy; urlPrefix: https://w3c.github.io/webappsec-refe 1. [=Queue a task=] on |promise|'s [=relevant settings object=]'s [=responsible event loop=], using the [=DOM manipulation task source=], to run the following steps: 1. Let |registrationObjects| be a new [=list=]. 1. [=list/For each=] |registration| of |registrations|, [=append=] the {{ServiceWorkerRegistration}} object associated with |registration| to |registrationObjects|. - 1. [=Resolve=] |promise| with [=create a frozen array|a new frozen array of=] |registrationObjects| in |promise|'s [=relevant Realm=]. + 1. Resolve |promise| with [=create a frozen array|a new frozen array of=] |registrationObjects| in |promise|'s [=relevant Realm=]. 1. Return |promise|. @@ -793,7 +793,7 @@ spec: webappsec-referrer-policy; urlPrefix: https://w3c.github.io/webappsec-refe 1. Let |registration| be the [=context object=]'s associated [=/service worker registration=]. 1. If |registration|'s [=active worker=] is null, [=reject=] |promise| with an "{{InvalidStateError}}" {{DOMException}}, and abort these steps. 1. Set |registration|'s [=navigation preload enabled flag=]. - 1. [=Resolve=] |promise| with undefined. + 1. Resolve |promise| with undefined.
@@ -804,7 +804,7 @@ spec: webappsec-referrer-policy; urlPrefix: https://w3c.github.io/webappsec-refe 1. Let |registration| be the [=context object=]'s associated [=/service worker registration=]. 1. If |registration|'s [=active worker=] is null, [=reject=] |promise| with an "{{InvalidStateError}}" {{DOMException}}, and abort these steps. 1. Unset |registration|'s [=navigation preload enabled flag=]. - 1. [=Resolve=] |promise| with undefined. + 1. Resolve |promise| with undefined.
@@ -815,7 +815,7 @@ spec: webappsec-referrer-policy; urlPrefix: https://w3c.github.io/webappsec-refe 1. Let |registration| be the [=context object=]'s associated [=/service worker registration=]. 1. If |registration|'s [=active worker=] is null, [=reject=] |promise| with an "{{InvalidStateError}}" {{DOMException}}, and abort these steps. 1. Set |registration|'s [=navigation preload header value=] to |value|. - 1. [=Resolve=] |promise| with undefined. + 1. Resolve |promise| with undefined.
@@ -827,7 +827,7 @@ spec: webappsec-referrer-policy; urlPrefix: https://w3c.github.io/webappsec-refe 1. Let |state| be a new {{NavigationPreloadState}} dictionary. 1. If |registration|'s [=navigation preload enabled flag=] is set, set |state|'s {{NavigationPreloadState/enabled}} dictionary member to true. 1. Set |state|'s {{NavigationPreloadState/headerValue}} dictionary member to the |registration|'s [=navigation preload header value=]. - 1. [=Resolve=] |promise| with |state|. + 1. Resolve |promise| with |state|.
@@ -1236,7 +1236,7 @@ spec: webappsec-referrer-policy; urlPrefix: https://w3c.github.io/webappsec-refe Note: [=Window clients=] are always placed before [=worker clients=]. - 1. [=Resolve=] |promise| with [=create a frozen array|a new frozen array of=] |clientObjects| in |promise|'s [=relevant Realm=]. + 1. Resolve |promise| with [=create a frozen array|a new frozen array of=] |clientObjects| in |promise|'s [=relevant Realm=]. 1. Return |promise|. diff --git a/docs/index.html b/docs/index.html index a4bf1729..d4930d25 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1179,7 +1179,7 @@ - +