@@ -88464,7 +88464,7 @@ import "https://example.com/foo/../module2.js";</pre>
88464
88464
<dt><code>Window</code></dt>
88465
88465
<dd><p>The set containing <var>globalObject</var>'s <span>agent</span>'s set of realms's
88466
88466
<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
88468
88468
<var>globalObject</var>'s <var>relevant settings object</var>'s <span>responsible
88469
88469
document</span>.</p></dd>
88470
88470
@@ -88475,10 +88475,9 @@ import "https://example.com/foo/../module2.js";</pre>
88475
88475
<ul>
88476
88476
<li><var>globalObject</var>,</li>
88477
88477
<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>
88480
88479
<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
88482
88481
<code>SharedWorkerGlobalScope</code> object.</li>
88483
88482
</ul>
88484
88483
</dd>
@@ -88490,7 +88489,7 @@ import "https://example.com/foo/../module2.js";</pre>
88490
88489
<code>ServiceWorkerGlobalScope</code>)</dt>
88491
88490
<dd><p>The set containing <var>globalObject</var> and any <span
88492
88491
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>
88494
88493
</dl>
88495
88494
88496
88495
<p>Then, the transitive closure of all <span data-x="global object">global objects</span> that are
0 commit comments