- From: CSS Meeting Bot via GitHub <sysbot+gh@w3.org>
- Date: Wed, 27 Nov 2024 18:03:01 +0000
- To: public-css-archive@w3.org
The CSS Working Group just discussed ``[css-fonts] Clarification font-variant-emoji should not affect characters `0-9#*` ``. <details><summary>The full IRC log of that discussion</summary> <chrishtr> fantasai: this issue was opened by someone pointing out that font-variant-emoji currently has values to say do-default or change emoji to more text-like or more emoji presentation-like<br> <chrishtr> fantasai: this makes it easy for people to ask for emoji to look the way they want<br> <chrishtr> fantasai: problem is digits have emoji versions, and authors are usually not asking for those be emojified<br> <chrishtr> fantasai: request is to accept the digits, # and & to be excluded from font-variant-emoji<br> <chrishtr> s/&/*/<br> <chrishtr> fantasai: we could also add a keyword saying include everything, but they can already do that via variation selectors<br> <chrishtr> florian: possible in content, not styling<br> <chrishtr> fantasai: correct<br> <moonira> q+<br> <chrishtr> fantasai: think it's reasonable to emojify things that aren't digits. Marking up all digits is annoying.<br> <Rossen1> ack moonira<br> <chrishtr> moonira: Elika, you said we only can do that in content, not styles, but I'm not sure I understood that properly.<br> <chrishtr> moonira: dominik mentioned in his last comment we can also use span elements on those digits to achieve the desired outcome<br> <chrishtr> fantasai: yes, but the commenter is saying that digits are commonly used and rarely do they want emoji styling. Forcing the author to put spans around every digits is a lot of extra work.<br> <fantasai> (and might not even be possible in their system)<br> <chrishtr> moonira: also, the are other code points that are defined by unicode as emojis, like the hash sign, asterisk, that are commonly used as text and not emoji<br> <chrishtr> fantasai: we should have a value that makes exceptions for these characters, so they can request extra<br> <chrishtr> florian: the point is interesting because there is stuff in-between.<br> <chrishtr> florian: for digits you almost always want to exclude, but less often for these other ones<br> <chrishtr> fantasai: request includes digits, # and *<br> <chrishtr> moonira: I don't understand users want to use digits and other symbols mentioned mostly as text from, the point was made that some emojis are more ambiguous. For example, we can use font-variant-emoji Unicode, but digits in text presentation and Unicode presentation for others?<br> <chrishtr> moonira: there is an option to do that with Unicode keywords...<br> <chrishtr> fantasai: the problem is that the Unicode keywords use the Unicode defaults, which are oriented around backwards compatibility in text.<br> <chrishtr> fantasai: e.g. to avoid emoji staring to show up in math and science textbooks<br> <moonira> q+<br> <chrishtr> fantasai: in cases where you want to emojify your text font-variant-emoji does that, but the commenter is saying that this is too aggressive and a better default is to exclude some of those symbols<br> <chrishtr> fantasai: think it makes sense to accommodate this request, but in CSS instead of Unicode<br> <Rossen1> ack moonira<br> <fantasai> The 'unicode' value is a good default, but it is necessarily conservative.<br> <fantasai> This is a request to be more aggressive in emojification, but the 'emoji' value as currently defined is too aggressive.<br> <chrishtr> moonira: also, implementation-wise we use commonly used libraries like ICU that follow unicode standards. It makes more sense to raise the same issue in the Unicode standard. That would allow us to avoid performance problems due to these exclusions.<br> <jfkthame> q+<br> <chrishtr> moonira: should we raise it in the Unicode group instead?<br> <Rossen1> ack joshtumath<br> <Rossen1> ack jfkthame<br> <fantasai> s/aggressive/aggressive for these common uses/<br> <chrishtr> jfkthame: wanted to comment that while I am sympathetic to the request, I am sympathetic to Dominik's comment in the issue expressing an unwillingness to create exceptions to Unicode.<br> <chrishtr> jfkthame: I'm uneasy about that, and where to draw the line<br> <Rossen1> joshtumath 😁<br> <chrishtr> jfkthame: there are other symbols used in text that have the emoji setting, such as trademarks, copyrights, make/female symbols. not sure we want to be in that business.<br> <fantasai> s/not sure/it's a difficult line to raw, and not sure/<br> <chrishtr> rossen: let's continue the discussion in the issue<br> <chrishtr> florian: do you mean that therefore it's an insoluble problem (or best solved in Unicode as Munira suggests)?<br> <chrishtr> florian: is it possible for Unicode to solve this or impossible for them too?<br> <chrishtr> jfkthame: I would be happier to see it solved in Unicode than patched in CSS. Not sure any solution would be perfect, but there could be a Unicode property to represent this.<br> </details> -- GitHub Notification of comment by css-meeting-bot Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/11014#issuecomment-2504510927 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 27 November 2024 18:03:02 UTC