- From: Scott Kellum via GitHub <sysbot+gh@w3.org>
- Date: Fri, 19 Apr 2024 21:56:39 +0000
- To: public-css-archive@w3.org
@nicksherman My opinion on the relationship between font size and 1em: - `1em` should always equal the full design space height measurement in font itself. This is the size of the em according to the font metrics. - `font-size` can be a little more malleable. You can define the font size by x-height, em height (default) or maybe we can throw things like cap-height in there as well. `1em`, `1ex` and other units based on font metrics will still correspond to those font metrics. I’m trying to think of ways to not mess up relative font units when doing this and I think `font-size` is going to be the thing that needs to give to preserve font relative units. -- GitHub Notification of comment by scottkellum Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/6709#issuecomment-2067329435 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Friday, 19 April 2024 21:56:40 UTC