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:
is
member of options, or null if no
such member exists.
- 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:
is
member of options, or null if no
such member exists.
- 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.