Skip to content

Commit 407cf46

Browse files
committed
adjust names to align with fresh rebase
1 parent d2a103c commit 407cf46

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

source

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -88464,7 +88464,7 @@ import "https://example.com/foo/../module2.js";</pre>
8846488464
<dt><code>Window</code></dt>
8846588465
<dd><p>The set containing <var>globalObject</var>'s <span>agent</span>'s set of realms's
8846688466
<span data-x="concept-realm-global">global objects</span> and any
88467-
<code>DedicatedWorkerGlobalScope</code> object whose <span>the worker's owners</span> contains
88467+
<code>DedicatedWorkerGlobalScope</code> object whose <span>owner set</span> contains
8846888468
<var>globalObject</var>'s <var>relevant settings object</var>'s <span>responsible
8846988469
document</span>.</p></dd>
8847088470

@@ -88475,10 +88475,9 @@ import "https://example.com/foo/../module2.js";</pre>
8847588475
<ul>
8847688476
<li><var>globalObject</var>,</li>
8847788477
<li>the <span data-x="concept-relevant-global">relevant global object</span> of
88478-
<var>globalObject</var>'s single <span data-x="the worker's owners">the worker's
88479-
owner</span>,</li>
88478+
<var>globalObject</var>'s single <span data-x="owner set">owner</span>,</li>
8848088479
<li>any <span data-x="concept-relevant-global">relevant global object</span> of
88481-
<var>globalObject</var>'s <span>the worker's workers</span> that is not a
88480+
<var>globalObject</var>'s <span>worker set</span> that is not a
8848288481
<code>SharedWorkerGlobalScope</code> object.</li>
8848388482
</ul>
8848488483
</dd>
@@ -88490,7 +88489,7 @@ import "https://example.com/foo/../module2.js";</pre>
8849088489
<code>ServiceWorkerGlobalScope</code>)</dt>
8849188490
<dd><p>The set containing <var>globalObject</var> and any <span
8849288491
data-x="concept-relevant-global">relevant global object</span> of <var>globalObject</var>'s
88493-
<span>the worker's workers</span> that is not a <code>SharedWorkerGlobalScope</code> objects.</p>
88492+
<span>worker set</span> that is not a <code>SharedWorkerGlobalScope</code> objects.</p>
8849488493
</dl>
8849588494

8849688495
<p>Then, the transitive closure of all <span data-x="global object">global objects</span> that are

0 commit comments

Comments
 (0)