[css-grid] Intrinsic size of a grid container vs. percentage-sized grid tracks

Hi,

§10.3 "Intrinsic Sizing" of the ED says:

> For a grid container, the min-content measure is the sum of the
> UsedBreadths of the Grid tracks just before step 3 in
> ComputeUsedBreadthOfGridTracks. and the preferred measure is the sum
> of the UsedBreadths of the Grid tracks after the entire track sizing
> algorithm has been run with infinite space.

When doing this, how are percentages resolved for the size of grid 
columns? (They usually refer to the used width of the grid container, 
which is not determined at this point.)

-- 
Simon Sapin

Received on Tuesday, 11 February 2014 15:15:01 UTC