File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -2816,7 +2816,7 @@ Character range: the 'unicode-range!!descriptor' descriptor</h3>
28162816
28172817<pre class='descdef'>
28182818Name : unicode-range
2819- Value : <<urange>>#
2819+ Value : [ <<urange>> || ''@font-face/unicode-range/emoji'' ] #
28202820Initial : U+0-10FFFF
28212821For : @font-face
28222822</pre>
@@ -2830,7 +2830,17 @@ For: @font-face
28302830This descriptor defines the set of Unicode codepoints that may be
28312831supported by the font face for which it is declared. The descriptor
28322832value is a comma-delimited list of Unicode range (<<urange>> )
2833- values. The union of these ranges defines the set of codepoints that
2833+ values.
2834+
2835+ In addition, the keyword
2836+ <dfn for="@font-face/unicode-range">emoji</dfn>
2837+ may be added to the list.
2838+ It is shorthand for a Unicode range
2839+ which includes all characters
2840+ which have <a href="http://www.unicode.org/reports/tr51/#Emoji_Properties">the emoji property</a>
2841+ [[UTS51]] .
2842+
2843+ The union of these ranges defines the set of codepoints that
28342844serves as a hint for user agents when deciding whether or not to
28352845download a font resource for a given text run.
28362846
You can’t perform that action at this time.
0 commit comments