From 00b42be693bf53ef2990ccb4f4da9df22d1b3df8 Mon Sep 17 00:00:00 2001 From: Dominic Farolino Date: Tue, 17 Dec 2024 12:12:43 -0500 Subject: [PATCH] Editorial: 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