On 18/08/14 13:35, François REMY wrote: > > > - If the track has a ‘min-content’ min track sizing function, set its > base size to the maximum of the items’ min-content contributions. > This is undefined, there is no such item (so I leave base=0) > > - If the track has a ‘max-content’ max track sizing function, set its > growth limit to the maximum of the items’ max-content contributions. > This is undefined, there is no such item (so I leave limit=infinity) > -- I guess the difference between IE and me is here, it probably > sets the limit to 0 at this step, why? Note that this is not correct, auto is defined as minmax(min-content, max-content), so you indeed have 3 columns with min-content as min track sizing function and 3 columns with max-content as max track sizing function. BRReceived on Monday, 18 August 2014 16:31:02 UTC
This archive was generated by hypermail 2.4.0 : Friday, 25 March 2022 10:08:45 UTC