File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -245,10 +245,12 @@ U+0000 NULL, or U+003E (>).
245245 <li><p> Set <var> prefix</var> to <var> splitResult</var> [0] .
246246
247247 <li><p> Set <var> localName</var> to <var> splitResult</var> [1] .
248+
249+ <li><p> If <var> prefix</var> is not a [=valid namespace prefix=] , then [=throw=] an
250+ "{{InvalidCharacterError}} " {{DOMException}} .
248251 </ol>
249252
250- <li><p> If <var> prefix</var> is not a [=valid namespace prefix=] , then [=throw=] an
251- "{{InvalidCharacterError}} " {{DOMException}} .
253+ <li><p> <a for=/>Assert</a> : <var> prefix</var> is either null or a [=valid namespace prefix=] .
252254
253255 <li><p> If <var> context</var> is "<code> attribute</code> " and <var> localName</var> is not a
254256 [=valid attribute local name=] , then [=throw=] an "{{InvalidCharacterError}} " {{DOMException}} .
You can’t perform that action at this time.
0 commit comments