File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -190,7 +190,7 @@ by the concatenation of, for each character of the identifier:
190190
191191<ul>
192192 <li> If the character is NULL (U+0000), then the REPLACEMENT CHARACTER (U+FFFD)
193- <a>escaped as a code point</a> .
193+ <a>escaped as code point</a> .
194194 <li> If the character is in the range [\1-\1f] (U+0001 to U+001F) or is U+007F, then the character
195195 <a>escaped as code point</a> .
196196 <li> If the character is the first character and is in the range \[0-9]
@@ -219,7 +219,7 @@ below to each character of the given string, followed by
219219
220220<ul>
221221 <li> If the character is NULL (U+0000), then the REPLACEMENT CHARACTER (U+FFFD)
222- <a>escaped as a code point</a> .
222+ <a>escaped as code point</a> .
223223 <li> If the character is in the range [\1-\1f] (U+0001 to U+001F) or is U+007F, the character
224224 <a>escaped as code point</a> .
225225 <li> If the character is '"' (U+0022) or "<code> \</code> "
You can’t perform that action at this time.
0 commit comments