Re: [css-grid] Sizing of grid containers

On 23/04/2014 19:53, Simon Sapin wrote:
> There is also an issue with circular definitions. Assuming 'auto'
> computed values, blocks have their inline size determined based on the
> parent, and their block size based on their content. The grid track
> sizing algorithm, however, depends on the "available space" which is
> defined as that size not determined yet.

Sorry, I should have read more carefully :) This is already covered by:

> If available space is indefinite, the free space is indefinite as
> well.

And the rest of the algorithm properly special-cases indefinite free space.

(The initial issue of this thread remains, though.)

-- 
Simon Sapin

Received on Thursday, 24 April 2014 17:21:18 UTC