Re: [csswg-drafts] [css-text] Allow letter-spacing to have unitless values like line-height (#2165)

All layout-relative percentages are inherited as percentages. The problem is that I'm not sure any of them inherit by default, so you'd only see the effect if you were explicitly using the `inherit` value, which is quite rare.

This is probably close to a category feature: the only reason to resolve post-computed value is if you depend on layout, or have a special reason to want your resolution-reference to change as you inherit; (almost?) all of the former are non-inherited layout-related properties, while the latter is rare (like `currentcolor`).

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

Received on Tuesday, 7 January 2020 19:59:24 UTC