Skip to content

Commit b23e298

Browse files
committed
Revert "[css-fonts-4] Add emoji as a keyword to unicode‑range w3c#4573"
This reverts commit 1853cad.
1 parent 1853cad commit b23e298

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

css-fonts-4/Overview.bs

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2816,7 +2816,7 @@ Character range: the 'unicode-range!!descriptor' descriptor</h3>
28162816

28172817
<pre class='descdef'>
28182818
Name: unicode-range
2819-
Value: [ <<urange>> || ''@font-face/unicode-range/emoji'' ]#
2819+
Value: <<urange>>#
28202820
Initial: U+0-10FFFF
28212821
For: @font-face
28222822
</pre>
@@ -2830,17 +2830,7 @@ For: @font-face
28302830
This descriptor defines the set of Unicode codepoints that may be
28312831
supported by the font face for which it is declared. The descriptor
28322832
value is a comma-delimited list of Unicode range (<<urange>>)
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
2833+
values. The union of these ranges defines the set of codepoints that
28442834
serves as a hint for user agents when deciding whether or not to
28452835
download a font resource for a given text run.
28462836

0 commit comments

Comments
 (0)