You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<li>If the character is NULL (U+0000), then <aclass="external" data-anolis-spec="dom" href="http://dom.spec.whatwg.org/#concept-throw" title="concept-throw">throw</a> an
330
330
<codeclass="external" data-anolis-spec="dom"><ahref="http://dom.spec.whatwg.org/#invalidcharactererror">InvalidCharacterError</a></code> exception and terminate these steps.</li>
331
-
<li>If the character is in the range [\1-\1f] (U+0001 to U+001F), then the character
331
+
<li>If the character is in the range [\1-\1f] (U+0001 to U+001F) or is U+007F, then the character
332
332
<ahref="#escape-a-character-as-code-point" title="escape a character as code point">escaped as code point</a>.</li>
333
333
<li>If the character is the first character and is in the range [0-9]
<li>If the character is NULL (U+0000), then <aclass="external" data-anolis-spec="dom" href="http://dom.spec.whatwg.org/#concept-throw" title="concept-throw">throw</a> an
356
356
<codeclass="external" data-anolis-spec="dom"><ahref="http://dom.spec.whatwg.org/#invalidcharactererror">InvalidCharacterError</a></code> exception and terminate these steps.</li>
357
-
<li>If the character is in the range [\1-\1f] (U+0001 to U+001F), the character
357
+
<li>If the character is in the range [\1-\1f] (U+0001 to U+001F) or is U+007F, the character
358
358
<ahref="#escape-a-character-as-code-point" title="escape a character as code point">escaped as code point</a>.</li>
359
359
<li>If the character is '"' (U+0022) or "<codetitle="">\</code>"
360
360
(U+005C), the <ahref="#escape-a-character" title="escape a character">escaped</a> character.</li>
0 commit comments