- From: fantasai via GitHub <sysbot+gh@w3.org>
- Date: Thu, 18 Jun 2020 04:03:59 +0000
- To: public-css-archive@w3.org
Not quite. `font-size: 0.5em` would reset the multiplier to 1, because it's a `<length>` value. But `font-size: 50%` would maintain the multiplier. This avoids any need to be careful about font-relative lengths generally. :) Only situations where font-relativity is expressed in percentages (line-height, font-size, and various text-* properties) would end up relative to the used font size. -- GitHub Notification of comment by fantasai Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/4988#issuecomment-645758152 using your GitHub account
Received on Thursday, 18 June 2020 04:05:07 UTC