Skip to content

Commit bddeb25

Browse files
hochdomenic
authored andcommitted
1 parent ebf6d40 commit bddeb25

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

source

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4174,6 +4174,7 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute
41744174

41754175
<ul class="brief">
41764176
<li><dfn data-x-href="https://drafts.css-houdini.org/worklets/#workletglobalscope"><code>WorkletGlobalScope</code></dfn></li>
4177+
<li>A <code>WorkletGlobalScope</code>'s <dfn data-x="concept-worklet-owner-document" data-x-href="https://drafts.css-houdini.org/worklets/#workletglobalscope-owner-document">owner document</dfn></li>
41774178
</ul>
41784179
</dd>
41794180

@@ -88662,10 +88663,11 @@ import "https://example.com/foo/../module2.mjs";</code></pre>
8866288663
<p class="note">"Item" is used above as an <span>owner set</span> can contain
8866388664
<code>Document</code> objects.</p>
8866488665

88665-
<p class="&#x0058;&#x0058;&#x0058;">A <span>worklet agent</span> &hellip; currently worklets have
88666-
no clearly defined owner, see: <a
88667-
href="https://github.com/w3c/css-houdini-drafts/issues/224">w3c/css-houdini-drafts issue
88668-
#224</a>.</p>
88666+
<p>A <span>similar-origin window agent</span> <span>can share memory with</span> any
88667+
<span>worklet agent</span> whose single <span data-x="JavaScript realm">realm</span>'s
88668+
<span data-x="concept-realm-global">global object</span>'s
88669+
<span data-x="concept-worklet-owner-document">owner document</span>'s
88670+
<span data-x="concept-relevant-realm">relevant Realm</span> belongs to <var>agent</var>.</p>
8866988671

8867088672
<p>In addition, any <span>agent</span> <var>A</var> <span>can share memory with</span>:</p>
8867188673

@@ -88695,6 +88697,8 @@ import "https://example.com/foo/../module2.mjs";</code></pre>
8869588697

8869688698
<li>A <code>Window</code> object and a <span>same origin-domain</span> <code>Window</code>
8869788699
object that opened it.</li>
88700+
88701+
<li>A <code>Window</code> object and a worklet that it created.</li>
8869888702
</ul>
8869988703

8870088704
<p>The following pairs of global objects are <em>not</em> within the same <span>agent

0 commit comments

Comments
 (0)