diff --git a/source b/source index 9f6bfcc10b4..edc8f2d613b 100644 --- a/source +++ b/source @@ -3325,7 +3325,8 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute removing steps, moving steps, adopting steps, and - children changed steps hooks for elements + children changed steps, + children inserted steps hooks for elements
The script children changed steps given changedNode
+
The script children inserted steps given script
are:
If the script element is not connected, then return.
Run the script HTML element post-connection steps, given
- changedNode.
If the script element is connected, then run the
+ script HTML element post-connection steps, given
+ script.
The outer-script's children changed steps run, which
+
The outer-script's children inserted steps run, which
prepares that script; because its body is now
non-empty, this executes the contents of the two Text nodes, in order.