You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 localName.
3609
+
If this's is scoped is true, then for each document of this's scoped document set: upgrade particular elements within a document given this, document, definition, and localName.
Otherwise, upgrade particular elements within a document given this's relevant global object's associated Document, definition, localName, and name.
3616
+
Otherwise, upgrade particular elements within a document given this, this's relevant global object's associated Document, definition, localName, and name.
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):
3660
+
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):
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 localName, only include elements whose is value is equal to name.
3690
+
Let upgradeCandidates be all elements that are 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.
0 commit comments