diff --git a/dom.bs b/dom.bs index 5266d1bbe..52a47244e 100644 --- a/dom.bs +++ b/dom.bs @@ -254,12 +254,9 @@ U+0000 NULL, or U+003E (>).
If qualifiedName contains a U+003A (:):
Let splitResult be the result of running strictly split given - qualifiedName and U+003A (:). +
Set prefix to the part of qualifiedName before the first U+003A (:). -
Set prefix to splitResult[0]. - -
Set localName to splitResult[1]. +
Set localName to the part of qualifiedName after the first U+003A (:).
If prefix is not a [=valid namespace prefix=], then [=throw=] an "{{InvalidCharacterError}}" {{DOMException}}.