- From: fantasai via GitHub <sysbot+gh@w3.org>
- Date: Tue, 02 Jun 2020 22:08:17 +0000
- To: public-css-archive@w3.org
fantasai has just created a new issue for https://github.com/w3c/csswg-drafts: == [css-inline] Can't specify line gaps == The syntax for line heights is `line-height: <length> | <number> | <percentage> | normal` where `<percentage>` is *computed* against `1em`, and `<number>` represents a value that computes to itself and resolves against the `font-size`. It's not possible to specify line-heights by the amount of gap. We might want to be able to do that. In theory it would be `line-height: calc(1 + 2px)`, but that's not valid. Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/5152 using your GitHub account
Received on Tuesday, 2 June 2020 22:08:21 UTC