Skip to content

Commit 537ca19

Browse files
authored
Add missing oldValue argument to attribute change steps
Match the argument list at https://dom.spec.whatwg.org/#concept-element-attributes-change-ext.
1 parent 08ea4a7 commit 537ca19

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26756,10 +26756,10 @@ document.body.appendChild(wbr);</code></pre>
2675626756
data-x="process internal resource link">process</span> <var>link</var>.</p></li>
2675726757
</ol>
2675826758

26759-
<p>The following <span
26760-
data-x="concept-element-attributes-change-ext">attribute change steps</span>, given
26761-
<var>element</var>, <var>localName</var>, <var>value</var>, and <var>namespace</var>, are used to
26762-
ensure <code data-x="rel-expect">expect</code> <code>link</code> elements respond to dynamic <code
26759+
<p>The following <span data-x="concept-element-attributes-change-ext">attribute change
26760+
steps</span>, given <var>element</var>, <var>localName</var>, <var>oldValue</var>,
26761+
<var>value</var>, and <var>namespace</var>, are used to ensure <code
26762+
data-x="rel-expect">expect</code> <code>link</code> elements respond to dynamic <code
2676326763
data-x="attr-id">id</code> and <code data-x="attr-a-name">name</code> changes:</p>
2676426764

2676526765
<ol>

0 commit comments

Comments
 (0)