--
You received this message because you are subscribed to the Google Groups "blink-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to blink-dev+...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/blink-dev/fbd14799-408d-4405-8db3-82cdaa7678b6n%40chromium.org.
Contact emails
changs...@bytedance.com, shiva...@gmail.com
Explainer
None
Specification
https://www.w3.org/TR/css-fonts-4/#font-variant-emoji-prop
Summary
The CSS property font-variant-emoji determines the default style used to display emojis. In the past, this was achieved by adding a Variation Selector, specifically U+FE0E for text and U+FE0F for emojis, to the emoji's code point. However, font-variant-emoji allows web developers to select the emoji representation via keywords: normal, text, emoji, and unicode. This property only affects emojis that are part of a Unicode emoji presentation sequence [1].
[1] http://www.unicode.org/emoji/charts/emoji-variants.html
Blink component
Blink>Fonts>Emoji
MotivationFont-variant-emoji helps web developers control representation types of emoji (e.g., text, emoji, Unicode, etc.) via CSS. That is more straightforward and explainable than embedding vague code sequences into the content.
Initial public proposal
None
TAG review
None
TAG review status
Not applicable
--
> How so?
Sorry, what is your question?
If you were asking why the TAG review status was Not applicable, I have no idea. That is the default text for unanswered slots at chromestatus.com. Gecko implemented this feature first, so they might try the TAG review. I cannot find the pointer, unfortunately.
> How so?
Sorry, what is your question?
If you were asking why the TAG review status was Not applicable, I have no idea. That is the default text for unanswered slots at chromestatus.com. Gecko implemented this feature first, so they might try the TAG review. I cannot find the pointer, unfortunately.
On 2023年07月08日 07時03分10秒 (+09:00), ChangSeok Oh wrote:> How so?
Sorry, what is your question?
If you were asking why the TAG review status was Not applicable, I have no idea. That is the default text for unanswered slots at chromestatus.com. Gecko implemented this feature first, so they might try the TAG review. I cannot find the pointer, unfortunately.I'm curious why it was marked not applicable, as this
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/blink-dev/1688872802585.1852831217.3574537673%40chromium.org.
On 2023年07月08日 07時03分10秒 (+09:00), ChangSeok Oh wrote:
> How so?
Sorry, what is your question?
If you were asking why the TAG review status was Not applicable, I have no idea. That is the default text for unanswered slots at chromestatus.com. Gecko implemented this feature first, so they might try the TAG review. I cannot find the pointer, unfortunately.
The question was why it is not applicable (also related to the lack of an explainer, been observing and noticing this particular pattern around CSS features - so trying to understand the *why*) - what particular user/developer need are you trying to solve here, and does that warrant revisiting whether or not this is the right approach to tackle the problem.
Gecko's implementation seems to be behind a flag [1], so the wild usage I'd imagine is very low. I think we'd want to understand why the Gecko implementation never got properly rolled out as well...
Re: Dominik's comment - I'd imagine one could consider it orthogonal, but wouldn't this feature be moot if the missing glyphs remains an unsolved problem?
-- ChangSeok