Skip to content

Commit 577357b

Browse files
committed
rename the texts
1 parent dc6edbb commit 577357b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/index.bs

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ spec: ecma-262; urlPrefix: https://tc39.es/ecma262/
9191
spec: html; urlPrefix: https://html.spec.whatwg.org/
9292
type: dfn
9393
text: HTML Standard;
94-
text: set up; url:set-up-a-window-environment-settings-object
95-
text: created; url:creating-a-new-browsing-context
94+
text: set up a window environment settings object; url:set-up-a-window-environment-settings-object
95+
text: creating a new browsing context; url:creating-a-new-browsing-context
9696

9797
spec: html; urlPrefix: https://html.spec.whatwg.org/multipage/
9898
type: attribute
@@ -337,28 +337,28 @@ spec: storage; urlPrefix: https://storage.spec.whatwg.org/
337337
<section>
338338
<h4 id="control-and-use-window-client">The window client case</h4>
339339

340-
A [=window client=] is [=set up|created=] when a [=/browsing context=] is [=created=] and when it [=navigates=].
340+
A [=window client=] is [=set up a window environment settings object|created=] when a [=/browsing context=] is [=creating a new browsing context|created=] and when it [=navigates=].
341341

342-
When a [=window client=] is [=set up|created=] in the process of a [=/browsing context=] [=created|creation=]:
342+
When a [=window client=] is [=set up a window environment settings object|created=] in the process of a [=/browsing context=] [=creating a new browsing context|creation=]:
343343

344344
If the [=/browsing context=]'s initial [=active document=]'s [=/origin=] is an [=opaque origin=], the [=window client=]'s [=active service worker=] is set to null.
345345
Otherwise, it is set to the creator [=/document=]'s [=/service worker client=]'s [=active service worker=].
346346

347-
When a [=window client=] is [=set up|created=] in the process of the [=/browsing context=]'s [=navigate|navigation=]:
347+
When a [=window client=] is [=set up a window environment settings object|created=] in the process of the [=/browsing context=]'s [=navigate|navigation=]:
348348

349349
If the [=fetch=] is routed through [=/HTTP fetch=], the [=window client=]'s [=active service worker=] is set to the result of the <a lt="Match Service Worker Registration">service worker registration matching</a>.
350350
Otherwise, if the created [=/document=]'s [=/origin=] is an [=opaque origin=] or not the [=same origin|same=] as its creator [=/document=]'s [=/origin=], the [=window client=]'s [=active service worker=] is set to null.
351351
Otherwise, it is set to the creator [=/document=]'s [=/service worker client=]'s [=active service worker=].
352352

353-
Note: For an initial replacement [=navigate|navigation=], the initial [=window client=] that was [=set up|created=] when the [=/browsing context=] was [=created=] is reused, but the [=active service worker=] is determined by the same behavior as above.
353+
Note: For an initial replacement [=navigate|navigation=], the initial [=window client=] that was [=set up a window environment settings object|created=] when the [=/browsing context=] was [=creating a new browsing context|created=] is reused, but the [=active service worker=] is determined by the same behavior as above.
354354

355355
Note: <a element-attr for=iframe lt=sandbox>Sandboxed</a> <{iframe}>s without the sandboxing directives, `allow-same-origin` and `allow-scripts`, result in having the [=active service worker=] value of null as their [=/origin=] is an [=opaque origin=].
356356
</section>
357357

358358
<section>
359359
<h4 id="control-and-use-worker-client">The worker client case</h4>
360360

361-
A [=worker client=] is [=set up|created=] when the user agent [=run a worker|runs a worker=].
361+
A [=worker client=] is [=set up a window environment settings object|created=] when the user agent [=run a worker|runs a worker=].
362362

363363
When the [=worker client=] is created:
364364

0 commit comments

Comments
 (0)