- From: fantasai via GitHub <sysbot+gh@w3.org>
- Date: Tue, 04 Jun 2019 15:08:36 +0000
- To: public-css-archive@w3.org
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