@@ -4174,6 +4174,7 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute
4174
4174
4175
4175
<ul class="brief">
4176
4176
<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>
4177
4178
</ul>
4178
4179
</dd>
4179
4180
@@ -88662,10 +88663,11 @@ import "https://example.com/foo/../module2.mjs";</code></pre>
88662
88663
<p class="note">"Item" is used above as an <span>owner set</span> can contain
88663
88664
<code>Document</code> objects.</p>
88664
88665
88665
- <p class="XXX">A <span>worklet agent</span> … 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>
88669
88671
88670
88672
<p>In addition, any <span>agent</span> <var>A</var> <span>can share memory with</span>:</p>
88671
88673
@@ -88695,6 +88697,8 @@ import "https://example.com/foo/../module2.mjs";</code></pre>
88695
88697
88696
88698
<li>A <code>Window</code> object and a <span>same origin-domain</span> <code>Window</code>
88697
88699
object that opened it.</li>
88700
+
88701
+ <li>A <code>Window</code> object and a worklet that it created.</li>
88698
88702
</ul>
88699
88703
88700
88704
<p>The following pairs of global objects are <em>not</em> within the same <span>agent
0 commit comments