Skip to content

Commit 1e0aeef

Browse files
committed
[css-syntax] s/included/inclusive/ for range boundaries.
1 parent 537cd8b commit 1e0aeef

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

css-syntax/Overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

css-syntax/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)