[css-values] possible circular dependency of lh unit

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 Wednesday, 24 October 2018 23:31:14 UTC