diff --git a/source b/source index a6e8e7527f5..bf3c373dcd4 100644 --- a/source +++ b/source @@ -73638,7 +73638,12 @@ dictionary ElementDefinitionOptions {
registry.initialize(root)CustomElementRegistry object.CustomElementRegistry object. A
+ "NotSupportedError" DOMException will be thrown if this
+ CustomElementRegistry object is not for scoped usage and root is either a
+ Document node or root's node document's custom element registry is not this
+ CustomElementRegistry object.
The steps are:
If this's is scoped is false and root is either a
+ Document node or root's node document's custom element registry is not
+ this, then throw a "NotSupportedError"
+ DOMException.
If root is a Document node whose custom element registry is null, then set
root's custom element registry