Re: [csswg-drafts] [css-inline] Can't specify line gaps (#5152)

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