Re: [css-houdini-drafts] [css-properties-values-api] var() references to <length> type properties with font-relative lengths

We need to:
* count all font-relative units other than `rem` and `rlh` (`em`, `ch`, `ex`, `cap`, `ic`, `lh`) as depending on `font-size`
* count `lh` as also depending on `line-height`
* count `rem` and `rlh` as depending on `font-size` when used on the root element
* count `rlh` as also depending on `line-height` when used on the root element

I think in terms of unit–property dependencies, that should cover it, no?

-- 
GitHub Notification of comment by frivoal
Please view or discuss this issue at https://github.com/w3c/css-houdini-drafts/issues/315#issuecomment-352597993 using your GitHub account

Received on Tuesday, 19 December 2017 00:07:53 UTC