Re: [csswg-drafts] [css-inline-3] initial-letters changing used, not computed font-size (#4988)

@faceless2 If we could distinguish inherited font-size vs explicitly set font-size, maybe that would work? Like maybe:
- `initial-letter` sets some inheritable font-size multiplier which is part of the computed value of `font-size` (which is now a tuple, a length and a multiplier, with the length as the basis of `1em`)
- When `font-size` inherits, or is set to a percentage, the multiplier inherits also.
- When `font-size` is set to a `<length>`, the multiplier is reset to 1.

(To help with terminology, we can say the "computed font size" is 1em, but the "used font size" is 1em&times;multiplier.)

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

Received on Tuesday, 16 June 2020 01:14:53 UTC