File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1306,7 +1306,7 @@ <h4 data-level=4.3.7 id=consume-an-escaped-character><span class=secno>4.3.7 </s
13061306 consume it as well.
13071307 Interpret the < a href =#hex-digit > hex digits</ a > as a hexadecimal number.
13081308 If this number is zero,
1309- or is between U+D800 and U+DFFF included ,
1309+ or is between U+D800 and U+DFFF inclusive ,
13101310 or is greater than the < a href =#maximum-allowed-codepoint > maximum allowed codepoint</ a > ,
13111311 return U+FFFD REPLACEMENT CHARACTER (�).
13121312 Otherwise, return the character with that codepoint.
Original file line number Diff line number Diff line change @@ -1189,7 +1189,7 @@ <h4>
11891189 consume it as well.
11901190 Interpret the < a > hex digits</ a > as a hexadecimal number.
11911191 If this number is zero,
1192- or is between U+D800 and U+DFFF included ,
1192+ or is between U+D800 and U+DFFF inclusive ,
11931193 or is greater than the < a > maximum allowed codepoint</ a > ,
11941194 return U+FFFD REPLACEMENT CHARACTER (�).
11951195 Otherwise, return the character with that codepoint.
You can’t perform that action at this time.
0 commit comments