- From: Emilio Cobos Álvarez via GitHub <sysbot+gh@w3.org>
- Date: Mon, 23 Apr 2018 09:45:37 +0000
- To: public-css-archive@w3.org
> Firefox was correct per Fonts 3 spec, as percentages were disallowed (so it falls back to the initial value). But that was changed in Fonts 4, given that variable fonts could have any percentage value. Edge and Chrome already accept percentages. Yeah, I'm fixing this in Firefox, thus the issue :). We're going to behave like Chrome / Edge for now, mostly for simplicity. But probably at least the spec should be changed to compute to `<percentage>`. Afterwards we can specify Safari's behavior re. keywords if needed with a getComputedStyle quirk, but if people have managed to ship without it I'd be fine just sticking with the simple thing. -- GitHub Notification of comment by emilio Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/2605#issuecomment-383517707 using your GitHub account
Received on Monday, 23 April 2018 09:45:40 UTC