Re: [css-values] possible circular dependency of lh unit

This was discussed in https://github.com/w3c/csswg-drafts/issues/2115


-- Oriol

El 25/10/2018 a les 1:30, Gérard Talbot ha escrit:
> Hello,
>
> What is supposed/expected to happen with the following code:
>
> div
>   {
>     font-size: 1lh;
>     line-height: 1em;
>   }
>
> 'lh unit'
>    Equal to the computed value of the line-height property of the 
> element on which it is used,
> https://www.w3.org/TR/css-values-4/#lh
>
> Gérard
>

Received on Thursday, 25 October 2018 07:06:19 UTC