diff --git a/source b/source index 18c92204969..65ad27b336c 100644 --- a/source +++ b/source @@ -2166,6 +2166,12 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d data-x="concept-node-remove-ext">removing steps are invoked with it as argument and it is now no longer in a document.

+

A node is connected when the insertion + steps are invoked with it as argument and it is now in a shadow-including + document. Analogously, a node is disconnected when the removing steps are invoked with it as argument and it is + now no longer in a shadow-including document.

+

Scripting

@@ -58540,23 +58546,21 @@ o............A....e

When a script element that is not marked as being "parser-inserted" - experiences one of the events listed in the following list, the user agent must immediately - prepare the script element:

+ experiences one of the events listed in the following list, the user agent must + immediately prepare the script + element:

@@ -59128,9 +59132,10 @@ o............A....e
"classic"
    -
  1. Set the script element's node document's

    If the script element is in a document, then set the + script element's node document's currentScript attribute to the - script element.

  2. + script element. Otherwise, set it to null.

  3. Run the classic script given by the script's script.

  4. @@ -59174,6 +59179,7 @@ o............A....e

    Otherwise queue a task to fire a simple event named load at the script element.

    +