- From: fantasai <fantasai.lists@inkedblade.net>
- Date: Fri, 18 Apr 2014 09:06:49 -0700
- To: www-style@w3.org
On 02/07/2014 08:17 AM, Simon Sapin wrote: > Hi, > > In the Grid Track Sizing Algorithm, tracks are assumed to have a MinTrackSizingFunction and a MaxTrackSizingFunction but it’s > not defined where these come from. > > My understanding is that these are determined from <track-size> values in the computed values of grid-template-columns and > grid-template-rows as follows, but it’s only a guess. > > * A minmax() value specifies MinTrackSizingFunction and MaxTrackSizingFunction separately. > * Other values specify an identical MinTrackSizingFunction and MaxTrackSizingFunction. This should now be specified in the grid layout terminology section: http://dev.w3.org/csswg/css-grid/#algo-terms (It might move in the future, but it's there for now.) ~fantasai
Received on Friday, 18 April 2014 16:07:17 UTC