@@ -4675,7 +4675,7 @@ Selecting the text presentation style: The 'font-variant-emoji' property</h3>
4675
4675
4676
4676
<pre class="propdef">
4677
4677
Name : font-variant-emoji
4678
- Value : auto | text | emoji
4678
+ Value : auto | text | emoji | unicode
4679
4679
Initial : auto
4680
4680
Applies to : all elements
4681
4681
Inherited : yes
@@ -4741,10 +4741,7 @@ considered when the user-agent decides whether to use emoji presentation or text
4741
4741
<dd>
4742
4742
User Agents can choose to draw a <a>Presentation Participating Code Point</a>
4743
4743
in either emoji style or text style.
4744
- User Agents may wish to follow
4745
- the <a href="http://www.unicode.org/reports/tr51/index.html#Presentation_Style">guidance</a> of the Unicode Consortium
4746
- when performing this decision.
4747
- User agents also may wish to follow platform conventions when performing this decision.
4744
+ User agents typically follow platform conventions when performing this decision.
4748
4745
4749
4746
4750
4747
<dt> <dfn>text</dfn>
@@ -4757,6 +4754,18 @@ considered when the user-agent decides whether to use emoji presentation or text
4757
4754
<dd>
4758
4755
Code points are rendered as if U+FE0F VARIATION SELECTOR-16
4759
4756
was appended to every <a>Presentation Participating Code Point</a> .
4757
+
4758
+ <dt> <dfn>unicode</dfn> </dt>
4759
+ <dd>
4760
+ Code points are rendered in accordance with [[!UTR51]]
4761
+ as either emoji-default, text-default, or text-only,
4762
+ depending on the values of the Emoji and Emoji_Presentation
4763
+ properties for each
4764
+ <a>Presentation Participating Code Point</a> .
4765
+ If present, FE0E VARIATION SELECTOR-15 and U+FE0F VARIATION SELECTOR-16
4766
+ will override the default presentation of individual
4767
+ <a>Presentation Participating Code Points</a> .
4768
+ </dd>
4760
4769
</dl>
4761
4770
4762
4771
<div class="example">
0 commit comments