From 4d081d1ecef023f334423c2a071e3c3c7710849c Mon Sep 17 00:00:00 2001 From: David Hale Date: Thu, 26 May 2022 10:27:52 -0500 Subject: [PATCH] Fix wrong variable in HTML Standard removing steps Closes #7949. --- source | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source b/source index 6325915e7aa..7ba79f353c5 100644 --- a/source +++ b/source @@ -1803,7 +1803,7 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute data-x="concept-element-namespace">namespace is the HTML namespace, and this standard defines HTML element removing steps for removedNode's local name, then - run the corresponding HTML element removing steps given insertedNode and + run the corresponding HTML element removing steps given removedNode and optionally oldParent.

  • @@ -128217,6 +128217,7 @@ INSERT INTERFACES HERE David Flanagan, David Gerard, David Grogan, + David Hale, David Håsäther, David Hyatt, David I. Lehn,