diff --git a/source b/source index f07670a3d31..72635d08449 100644 --- a/source +++ b/source @@ -67110,7 +67110,7 @@ document.body.append(parent);
A collection of lifecycle callbacks
-
A map, whose four keys are the strings "connectedCallback", +
A map, whose keys are the strings "connectedCallback", "disconnectedCallback", "adoptedCallback", "attributeChangedCallback", "formAssociatedCallback", @@ -67332,13 +67332,13 @@ dictionary ElementDefinitionOptions {
  • If Type(prototype) is not Object, then throw a TypeError exception.

  • -
  • Let lifecycleCallbacks be a map with the four keys "

    Let lifecycleCallbacks be a map with the keys "connectedCallback", "disconnectedCallback", "adoptedCallback", and "attributeChangedCallback", each of which belongs to an entry whose value is null.

  • -

    For each of the four keys callbackName in lifecycleCallbacks, in the +

    For each of the keys callbackName in lifecycleCallbacks, in the order listed in the previous step: