- From: Christoph Päper via GitHub <sysbot+gh@w3.org>
- Date: Wed, 03 Jun 2020 07:57:35 +0000
- To: public-css-archive@w3.org
In many (inline) cases, `line-height: calc(1em + 2px)` would end up in the same result (and the spec should explain better when it does not). Intuitively, `line-height: calc((1em + 2px) / 1em);` would result in the respective `<number>` and `line-height: calc((1em + 2px) / 1em * 100%);` in the respective `<percentage>`. -- GitHub Notification of comment by Crissov Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/5152#issuecomment-638029388 using your GitHub account
Received on Wednesday, 3 June 2020 07:57:37 UTC