Skip to content

Commit

Permalink
Fix wrong variable in HTML Standard removing steps
Browse files Browse the repository at this point in the history
Closes #7949.
  • Loading branch information
dmhalejr authored May 26, 2022
1 parent 9a2d3bc commit 4cb31f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source
Original file line number Diff line number Diff line change
Expand Up @@ -1803,7 +1803,7 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute
data-x="concept-element-namespace">namespace</span> is the <span>HTML namespace</span>, and this
standard defines <span data-x="html element removing steps">HTML element removing steps</span>
for <var>removedNode</var>'s <span data-x="concept-element-local-name">local name</span>, then
run the corresponding <span>HTML element removing steps</span> given <var>insertedNode</var> and
run the corresponding <span>HTML element removing steps</span> given <var>removedNode</var> and
optionally <var>oldParent</var>.</p></li>

<li>
Expand Down Expand Up @@ -128206,6 +128206,7 @@ INSERT INTERFACES HERE
David Flanagan,
David Gerard,
David Grogan,
David Hale,
David H&aring;s&auml;ther,
David Hyatt,
David I. Lehn,
Expand Down

0 comments on commit 4cb31f6

Please sign in to comment.