Re: [csswg-drafts] [css-values] The lh and rlh units are more complicated than what they seem.

I'm all in to less interaction between properties.

Though sometimes (in particular in this case, where we _need_ to implement this interaction because of compat), it may be easier to do at computed value time rather than at used value time.

Seems like blink's code for this is:

  https://cs.chromium.org/chromium/src/third_party/blink/renderer/core/layout/layout_theme_default.cc?l=303&rcl=a18d95d1f23d08476ebe0bae8ce198a4c1e93427

There's a bunch of other font controls that affect line height, looking at that file, and to:

  https://cs.chromium.org/chromium/src/third_party/blink/renderer/core/layout/layout_theme.cc?l=243&rcl=1d2414e576dce6b3d55550002fd8f04c72e469d9

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

Received on Saturday, 27 October 2018 17:42:00 UTC