Skip to content

Commit 4cb31f6

Browse files
authored
Fix wrong variable in HTML Standard removing steps
Closes #7949.
1 parent 9a2d3bc commit 4cb31f6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1803,7 +1803,7 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute
18031803
data-x="concept-element-namespace">namespace</span> is the <span>HTML namespace</span>, and this
18041804
standard defines <span data-x="html element removing steps">HTML element removing steps</span>
18051805
for <var>removedNode</var>'s <span data-x="concept-element-local-name">local name</span>, then
1806-
run the corresponding <span>HTML element removing steps</span> given <var>insertedNode</var> and
1806+
run the corresponding <span>HTML element removing steps</span> given <var>removedNode</var> and
18071807
optionally <var>oldParent</var>.</p></li>
18081808

18091809
<li>
@@ -128206,6 +128206,7 @@ INSERT INTERFACES HERE
128206128206
David Flanagan,
128207128207
David Gerard,
128208128208
David Grogan,
128209+
David Hale,
128209128210
David H&aring;s&auml;ther,
128210128211
David Hyatt,
128211128212
David I. Lehn,

0 commit comments

Comments
 (0)