diff --git a/dom.bs b/dom.bs index 96bc4bb6a..1c26d5596 100644 --- a/dom.bs +++ b/dom.bs @@ -4933,13 +4933,6 @@ invoked, must run these steps:
  • Let is be the value of is member of options, or null if no such member exists. -
  • Let definition be the result of - looking up a custom element definition, given the - context object, the HTML namespace, localName, and is. - -
  • If is is non-null and definition is null, then throw a - {{NotFoundError}}. -
  • Let namespace be the HTML namespace, if the context object is an HTML document or context object's content type is "application/xhtml+xml", and null otherwise. @@ -4965,13 +4958,6 @@ invoked, must run these steps:

  • Let is be the value of is member of options, or null if no such member exists. -
  • Let definition be the result of - looking up a custom element definition, given the - context object, namespace, localName, and is. - -
  • If is is non-null and definition is null, then throw a - {{NotFoundError}}. -
  • Let element be the result of creating an element given document, localName, namespace, prefix, is, and with the synchronous custom elements flag set. Rethrow any exceptions.