File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 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>
32303230
32313231<pre class='descdef'>
32323232Name : unicode-range
3233- Value : <<urange >>#
3233+ Value : <<unicode-range-token >>#
32343234Initial : U+0-10FFFF
32353235For : @font-face
32363236</pre>
@@ -3243,13 +3243,12 @@ For: @font-face
32433243
32443244This descriptor defines the set of Unicode codepoints that may be
32453245supported 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 > >)
32473247values. The union of these ranges defines the set of codepoints that
32483248serves as a hint for user agents when deciding whether or not to
32493249download 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
32533252token made up of a "U+" or "u+" prefix
32543253followed by a codepoint range in one of the three forms listed below.
32553254Ranges that do not fit one of these forms are invalid
You can’t perform that action at this time.
0 commit comments