We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7137bc4 commit 1d2b501Copy full SHA for 1d2b501
1 file changed
css3-syntax/parsing.html
@@ -1434,7 +1434,10 @@ <h4>
1434
<i>whitespace</i>,
1435
consume it as well.
1436
Interpret the <i>hex digits</i> as a hexadecimal number.
1437
- Return the character with that codepoint.
+ If this number is greater than
1438
+ the current maximum allowed codepoint in Unicode (currently U+10FFFF),
1439
+ return U+FFFD REPLACEMENT CHARACTER.
1440
+ Otherwise, return the character with that codepoint.
1441
1442
<dt>anything else
1443
<dd>
0 commit comments