Skip to content

Commit 42a5034

Browse files
committed
[css-fonts-4] Use unicode-range-token instead of urange w3c#8835
1 parent 0525e1d commit 42a5034

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

css-fonts-4/Overview.bs

+3-4
Original file line numberDiff line numberDiff line change
@@ -3230,7 +3230,7 @@ Character range: the 'unicode-range!!descriptor' descriptor</h3>
32303230

32313231
<pre class='descdef'>
32323232
Name: unicode-range
3233-
Value: <<urange>>#
3233+
Value: <<unicode-range-token>>#
32343234
Initial: U+0-10FFFF
32353235
For: @font-face
32363236
</pre>
@@ -3243,13 +3243,12 @@ For: @font-face
32433243

32443244
This descriptor defines the set of Unicode codepoints that may be
32453245
supported by the font face for which it is declared. The descriptor
3246-
value is a comma-delimited list of Unicode range (<<urange>>)
3246+
value is a comma-delimited list of Unicode range token (<unicode-range-token>>)
32473247
values. The union of these ranges defines the set of codepoints that
32483248
serves as a hint for user agents when deciding whether or not to
32493249
download a font resource for a given text run.
32503250

3251-
Each <<urange>> value is a
3252-
<a href="https://www.w3.org/TR/CSS21/syndata.html#tokenization"><code title="UNICODE-RANGE token">UNICODE-RANGE</code></a>
3251+
Each <<unicode-range-token>> value is a
32533252
token made up of a "U+" or "u+" prefix
32543253
followed by a codepoint range in one of the three forms listed below.
32553254
Ranges that do not fit one of these forms are invalid

0 commit comments

Comments
 (0)