Skip to content

Commit

Permalink
[css-fonts-4] Use unicode-range-token instead of urange #8835
Browse files Browse the repository at this point in the history
  • Loading branch information
svgeesus committed Nov 20, 2024
1 parent 0525e1d commit 42a5034
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions css-fonts-4/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -3230,7 +3230,7 @@ Character range: the 'unicode-range!!descriptor' descriptor</h3>

<pre class='descdef'>
Name: unicode-range
Value: <<urange>>#
Value: <<unicode-range-token>>#
Initial: U+0-10FFFF
For: @font-face
</pre>
Expand All @@ -3243,13 +3243,12 @@ For: @font-face

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

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

0 comments on commit 42a5034

Please sign in to comment.