diff --git a/source b/source index a6e8e7527f5..bf3c373dcd4 100644 --- a/source +++ b/source @@ -73638,7 +73638,12 @@ dictionary ElementDefinitionOptions {
registry.initialize(root)
Each inclusive descendant of root with a null registry will have it - updated to this CustomElementRegistry object.
+ updated to this 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:

    +
  1. 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.

  2. +
  3. If root is a Document node whose custom element registry is null, then set root's custom element registry