diff --git a/source b/source index 6df0e4dbdb9..843e32219be 100644 --- a/source +++ b/source @@ -144549,10 +144549,12 @@ dictionary StorageEventInit : EventInit {
To insert an element at the adjusted insertion location with an element - element:
+ element and an optional insertion location insertionLocation (default + null):Let insertionLocation be the adjusted insertion location.
Set insertionLocation to the adjusted insertion location given + insertionLocation.
If it is not possible to insert element at insertionLocation, abort these steps.
Let the adjustedInsertionLocation be the appropriate place for inserting a node.
Let intendedParent be the element in which the - adjustedInsertionLocation finds itself.
Let document be intendedParent's node - document.
If any of the following are false:
@@ -145442,7 +145438,7 @@ document.body.appendChild(text);If declarativeShadowHostElement is a shadow host, then insert an element at the adjusted insertion location with - template.
Otherwise:
@@ -145463,7 +145459,7 @@ document.body.appendChild(text);Insert an element at the adjusted insertion location with - template.
The user agent may report an error to the developer console.