diff --git a/source b/source index 127eff3143d..ac9493aa262 100644 --- a/source +++ b/source @@ -74003,11 +74003,11 @@ dictionary ElementDefinitionOptions {
  • If this's is scoped is true, then for each document of this's scoped document set: upgrade particular elements within - a document given document, definition, and + a document given this, document, definition, and localName.

  • Otherwise, upgrade particular elements within a document given - this's relevant global object's this, this's relevant global object's associated Document, definition, localName, and name.

  • @@ -74025,16 +74025,17 @@ dictionary ElementDefinitionOptions { -

    To upgrade particular elements within a document given a Document - object document, a custom element definition definition, a - string localName, and optionally a string name (default - localName):

    +

    To upgrade particular elements within a document given a + CustomElementRegistry object registry, a Document object + document, a custom element definition definition, a string + localName, and optionally a string name (default localName):

    1. Let upgradeCandidates be all elements that are shadow-including descendants of document, whose namespace - is the HTML namespace and whose local name is localName, in - shadow-including tree order. Additionally, if name is not + descendant">shadow-including descendants of document, whose custom element registry is registry, + whose namespace is the HTML namespace, and whose local name is localName, + in shadow-including tree order. Additionally, if name is not localName, only include elements whose is value is equal to name.