Skip to content

Commit e23f928

Browse files
authored
Merge pull request #1745 from yoshisatoyanagisawa/workflow
Update workflow
2 parents 9dbcd10 + 3ad1d0d commit e23f928

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/generate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ on:
77
jobs:
88
main:
99
name: Build, Validate and Deploy Locally
10-
runs-on: ubuntu-20.04
10+
runs-on: ubuntu-22.04
1111
steps:
12-
- uses: actions/checkout@v2
12+
- uses: actions/checkout@v4
1313
- uses: w3c/spec-prod@v2
1414
with:
1515
GH_PAGES_BRANCH: gh-pages

docs/index.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -500,8 +500,8 @@ spec: storage; urlPrefix: https://storage.spec.whatwg.org/
500500
<dd>a new {{WindowClient}} object that represents |incumbentGlobal|'s [=relevant settings object=].</dd>
501501

502502
<dt>Otherwise</dt>
503-
<dd>a new {{Client}} object that represents |incumbentGlobal|'s associated worker
504-
</dd>
503+
<dd>a new {{Client}} object that represents |incumbentGlobal|'s associated worker</dd>
504+
</dl>
505505
1. Let |origin| be the [=serialization of an origin|serialization=] of |incumbentSettings|'s [=environment settings object/origin=].
506506
1. Let |destination| be the {{ServiceWorkerGlobalScope}} object associated with |serviceWorker|.
507507
1. Let |deserializeRecord| be <a abstract-op>StructuredDeserializeWithTransfer</a>(|serializeWithTransferResult|, |destination|'s [=global object/Realm=]).
@@ -2991,7 +2991,7 @@ spec: storage; urlPrefix: https://storage.spec.whatwg.org/
29912991
</section>
29922992

29932993
<section algorithm>
2994-
<h3 id="setup-serviceworkerglobalscope"><dfn>Setup ServiceWorkerGlobalScope</dfn></h3>
2994+
<h3 id="setup-serviceworkerglobalscope-algorithm"><dfn>Setup ServiceWorkerGlobalScope</dfn></h3>
29952995

29962996
: Input
29972997
:: |serviceWorker|, a [=/service worker=]

0 commit comments

Comments
 (0)