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 (:):

    -
  1. Let splitResult be the result of running strictly split given - qualifiedName and U+003A (:). +

  2. Set prefix to the part of qualifiedName before the first U+003A (:). -

  3. Set prefix to splitResult[0]. - -

  4. Set localName to splitResult[1]. +

  5. Set localName to the part of qualifiedName after the first U+003A (:).

  6. If prefix is not a [=valid namespace prefix=], then [=throw=] an "{{InvalidCharacterError}}" {{DOMException}}.