diff --git a/source b/source index ab7fe6a890d..7180d7868aa 100644 --- a/source +++ b/source @@ -103201,8 +103201,8 @@ dictionary StorageEventInit : EventInit {
Let local name be the tag name of the token.
Let is be the value of the "is" attribute in the
- given token, if such an attribute exists, or null otherwise.
Let is be the value of the first "is" attribute
+ in the given token, if such an attribute exists, or null otherwise.
Let definition be the result of looking up a custom element definition given document, given @@ -103251,8 +103251,9 @@ dictionary StorageEventInit : EventInit {
Append each attribute in the given - token to element.
+For each attribute in the given token, if element does not already have an + attribute with the same name, append the + attribute to element.
This can enqueue a custom element callback reaction for the
attributeChangedCallback, which might run immediately (in the next