File tree 1 file changed +3
-4
lines changed
1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -3230,7 +3230,7 @@ Character range: the 'unicode-range!!descriptor' descriptor</h3>
3230
3230
3231
3231
<pre class='descdef'>
3232
3232
Name : unicode-range
3233
- Value : <<urange >>#
3233
+ Value : <<unicode-range-token >>#
3234
3234
Initial : U+0-10FFFF
3235
3235
For : @font-face
3236
3236
</pre>
@@ -3243,13 +3243,12 @@ For: @font-face
3243
3243
3244
3244
This descriptor defines the set of Unicode codepoints that may be
3245
3245
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 > >)
3247
3247
values. The union of these ranges defines the set of codepoints that
3248
3248
serves as a hint for user agents when deciding whether or not to
3249
3249
download a font resource for a given text run.
3250
3250
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
3253
3252
token made up of a "U+" or "u+" prefix
3254
3253
followed by a codepoint range in one of the three forms listed below.
3255
3254
Ranges that do not fit one of these forms are invalid
You can’t perform that action at this time.
0 commit comments