- From: Myles C. Maxfield via GitHub <sysbot+gh@w3.org>
- Date: Thu, 20 Sep 2018 09:44:08 +0000
- To: public-css-archive@w3.org
It’s pretty unfortunate that ch units can cause fonts to download. WebKit doesn’t do this; it just uses the primary font, and if the primary font doesn’t support “0” then it uses that font’s .notdef glyph. No downloads necessary. https://trac.webkit.org/browser/webkit/trunk/Source/WebCore/platform/graphics/Font.cpp#L123 https://trac.webkit.org/browser/webkit/trunk/Source/WebCore/css/CSSPrimitiveValue.cpp#L661 -- GitHub Notification of comment by litherum Please view or discuss this issue at https://github.com/w3c/csswg-drafts/pull/3129#issuecomment-423116372 using your GitHub account
Received on Thursday, 20 September 2018 09:44:09 UTC