<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>103311</bug_id>
          
          <creation_ts>2012-11-26 15:56:09 -0800</creation_ts>
          <short_desc>[CSS Grid Layout] Implement support for minmax track sizing</short_desc>
          <delta_ts>2014-01-31 09:08:59 -0800</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>Layout and Rendering</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>All</rep_platform>
          <op_sys>All</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>WORKSFORME</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          <dependson>103343</dependson>
    
    <dependson>103703</dependson>
    
    <dependson>103799</dependson>
    
    <dependson>104700</dependson>
    
    <dependson>106474</dependson>
    
    <dependson>107604</dependson>
    
    <dependson>107738</dependson>
    
    <dependson>107740</dependson>
    
    <dependson>108110</dependson>
    
    <dependson>108403</dependson>
    
    <dependson>108975</dependson>
    
    <dependson>109100</dependson>
          <blocked>60731</blocked>
    
    <blocked>103332</blocked>
          <everconfirmed>1</everconfirmed>
          <reporter name="Julien Chaffraix">jchaffraix</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>donggwan.kim</cc>
    
    <cc>ojan</cc>
    
    <cc>svillar</cc>
    
    <cc>syoichi</cc>
    
    <cc>tony</cc>
    
    <cc>xan.lopez</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>775998</commentid>
    <comment_count>0</comment_count>
    <who name="Julien Chaffraix">jchaffraix</who>
    <bug_when>2012-11-26 15:56:09 -0800</bug_when>
    <thetext>grid-definition-{rows|columns} allows the grid breadth to be sized after a minmax function:

&lt;track-minmax&gt;  =&gt; minmax( &lt;track-breadth&gt; , &lt;track-breadth&gt; ) | auto | &lt;track-breadth&gt;
&lt;track-breadth&gt; =&gt; &lt;length&gt; | &lt;percentage&gt; | &lt;fraction&gt; | min-content | max-content

Currently we only support &lt;length&gt; | &lt;percentage&gt;.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>839858</commentid>
    <comment_count>1</comment_count>
    <who name="Julien Chaffraix">jchaffraix</who>
    <bug_when>2013-02-22 13:17:08 -0800</bug_when>
    <thetext>*** Bug 104125 has been marked as a duplicate of this bug. ***</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>839859</commentid>
    <comment_count>2</comment_count>
    <who name="Julien Chaffraix">jchaffraix</who>
    <bug_when>2013-02-22 13:19:11 -0800</bug_when>
    <thetext>Relevant comment from the duplicated bug (https://bugs.webkit.org/show_bug.cgi?id=104125#c2):

(In reply to comment #1)
&gt; The spec says min-content and max-content.  We already support -webkit-min-content and -webkit-max-content for things like height and width.
&gt; 
&gt; I suspect what we should do is add min-content and max-content support for places where we already support -webkit-min-content and -webkit-max-content and only support min-content and max-content for grid.  Then we can someday drop support for the -webkit prefix versions.

We discussed this further with Tony and agreed to use the existing prefixed version, under the contract that we should also unprefix them when we unprefix grid.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>974317</commentid>
    <comment_count>3</comment_count>
    <who name="Sergio Villar Senin">svillar</who>
    <bug_when>2014-01-31 09:08:59 -0800</bug_when>
    <thetext>The minmax() support was added some time ago in different bugs like bug 104700 or bug 108403 (there are some others too)</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>