We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12149dd commit afaa732Copy full SHA for afaa732
css-syntax-3/Overview.bs
@@ -1739,6 +1739,14 @@ Consume a unicode-range token</h4>
1739
Ensure that the stream [=would start a unicode-range=]
1740
before calling this algorithm.
1741
1742
+ Note: This token is not produced by the tokenizer under normal circumstances.
1743
+ This algorithm is only called
1744
+ during [=consume the value of a unicode-range descriptor=],
1745
+ which itself is only called as a special case
1746
+ for parsing the '@font-face/unicode-range' descriptor;
1747
+ this single invocation in the entire language
1748
+ is due to a bad syntax design in early CSS.
1749
+
1750
1. Consume the [=next input code point|next two input code points=] and discard them.
1751
1752
2. Consume as many [=hex digits=] as possible,
0 commit comments