- From: jfkthame via GitHub <sysbot+gh@w3.org>
- Date: Tue, 07 May 2024 11:53:36 +0000
- To: public-css-archive@w3.org
Given something like ``` font-family: Apple Color Emoji, Segoe UI Emoji, Noto Color Emoji, TwEmoji, EmojiOne, SomeOtherEmojiFont, MyLatinFont, MyCyrillicFont, serif; font-size-adjust: cap-height from-font; ``` the author may not know exactly what cap-height value will be applied -- it'll depend which of the emoji fonts is actually present to become the "first available font" -- but whatever value is chosen, the author will reasonably expect that both MyLatinFont and MyCyrillicFont should have their cap-heights aligned to it. It'll be quite unexpected if some users get mismatched sizing of the Latin vs Cyrillic cap-heights because the emoji font that happened to be present on their system didn't provide that metric. -- GitHub Notification of comment by jfkthame Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/6384#issuecomment-2098227764 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Tuesday, 7 May 2024 11:53:37 UTC