From 4462b43f7b2aaf22ea549adadec146c6866acc54 Mon Sep 17 00:00:00 2001 From: Dominic Farolino Date: Tue, 17 Dec 2024 11:50:14 -0500 Subject: [PATCH] DOM integration: Finish renaming post-insert to post-connection --- source | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source b/source index 0639bb4821c..91a98c390ef 100644 --- a/source +++ b/source @@ -1805,7 +1805,7 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute node document.

-

The post-connection steps for the HTML +

The post-connection steps for the HTML Standard, given insertedNode, are defined as the following:

    @@ -3261,7 +3261,7 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute
  1. The pre-insert, insert, append, replace, replace all, string replace all, remove, and adopt algorithms for nodes
  2. The descendant concept
  3. The insertion steps, -
  4. The post-connection steps, +
  5. The post-connection steps, removing steps, adopting steps, and children changed steps hooks for elements