Re: [csswg-drafts] [css-fonts] consider not making font-min-size and font-max-size affect font-size computed value (#3739)

If an author is using em and rem units correctly (i.e. for things that should scale with the text), then they need to match the font size that is actually in use. E.g. `line-height: 1em` will overlap text if you resolve ems before applying `font-min-size`. Likewise paddings, margins, and images designed to be multiples of the text size should be keying off the actual used font size and not some theoretical value that's not being used.

-- 
GitHub Notification of comment by fantasai
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/3739#issuecomment-498713037 using your GitHub account

Received on Tuesday, 4 June 2019 15:08:38 UTC