Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 9 additions & 3 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -8980,7 +8980,7 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute
elements or null. It is initially null.</p></li>

<li><p>Its <span>reflected target</span> has a <dfn>cached <var>attr</var>-associated
elements</dfn>, which is a <span>list</span> of elements. It is initially « ».</p></li>
elements</dfn>, which is a <span>list</span> of elements or null. It is initially null.</p></li>

<li><p>Its <span>reflected target</span> has a <dfn>cached <var>attr</var>-associated
elements object</dfn>, which is a <code data-x="">FrozenArray&lt;<var>T</var>&gt;?</code>. It is
Expand Down Expand Up @@ -9072,8 +9072,13 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute
<li><p>Let <var>elements</var> be the result of running <span>this</span>'s <span>get the
<var>attr</var>-associated elements</span>.</p></li>

<li><p>If the contents of <var>elements</var> is equal to the contents of <span>this</span>'s
<span>cached <var>attr</var>-associated elements</span>, then return <span>this</span>'s
<li><p>If both <var>elements</var> and <span>this</span>'s <span>cached
<var>attr</var>-associated elements</span> are null, then return null.</p></li>

<li><p>If both <var>elements</var> and <span>this</span>'s <span>cached
<var>attr</var>-associated elements</span> are not null and the contents of
<var>elements</var> is equal to the contents of <span>this</span>'s <span>cached
<var>attr</var>-associated elements</span>, then return <span>this</span>'s
<span>cached <var>attr</var>-associated elements object</span>.</p></li>

<li><p>Let <var>elementsAsFrozenArray</var> be <var>elements</var>, <span
Expand Down Expand Up @@ -156393,6 +156398,7 @@ INSERT INTERFACES HERE
Alan Plum,
Alastair Campbell,
Alejandro G. Castro,
Aleksandr Boiarnikov,
Alex Bishop,
Alex Nicolaou,
Alex Nozdriukhin,
Expand Down