diff --git a/source b/source index 4d18516043b..2d850adc5f1 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

@@ -58533,23 +58539,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:

@@ -59121,9 +59125,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. @@ -59167,6 +59172,7 @@ o............A....e

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

    +