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 (>).
245
245
<li><p> Set <var> prefix</var> to <var> splitResult</var> [0] .
246
246
247
247
<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}} .
248
251
</ol>
249
252
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=] .
252
254
253
255
<li><p> If <var> context</var> is "<code> attribute</code> " and <var> localName</var> is not a
254
256
[=valid attribute local name=] , then [=throw=] an "{{InvalidCharacterError}} " {{DOMException}} .
You can’t perform that action at this time.
0 commit comments