<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:rego&#64;igalia.com" title="Manuel Rego Casasnovas &lt;rego&#64;igalia.com&gt;"> <span class="fn">Manuel Rego Casasnovas</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_ASSIGNED "
   title="ASSIGNED - Unprefix -webkit-min-content, -webkit-max-content and -webkit-fit-content"
   href="https://bugs.webkit.org/show_bug.cgi?id=169195">bug 169195</a>
        <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">CC</td>
           <td>
               &nbsp;
           </td>
           <td>darin&#64;apple.com, dino&#64;apple.com, hyatt&#64;apple.com
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Summary</td>
           <td>[css-grid] Unprefix -webkit-min-content and -webkit-max-content
           </td>
           <td>Unprefix -webkit-min-content, -webkit-max-content and -webkit-fit-content
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Status</td>
           <td>NEW
           </td>
           <td>ASSIGNED
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">See Also</td>
           <td>
               &nbsp;
           </td>
           <td>https://bugs.chromium.org/p/chromium/issues/detail?id=245157
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_ASSIGNED "
   title="ASSIGNED - Unprefix -webkit-min-content, -webkit-max-content and -webkit-fit-content"
   href="https://bugs.webkit.org/show_bug.cgi?id=169195#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_ASSIGNED "
   title="ASSIGNED - Unprefix -webkit-min-content, -webkit-max-content and -webkit-fit-content"
   href="https://bugs.webkit.org/show_bug.cgi?id=169195">bug 169195</a>
              from <span class="vcard"><a class="email" href="mailto:rego&#64;igalia.com" title="Manuel Rego Casasnovas &lt;rego&#64;igalia.com&gt;"> <span class="fn">Manuel Rego Casasnovas</span></a>
</span></b>
        <pre>After checking the status of things I believe we should unprefix min-content, max-content and fit-content for all the elements and not only Grid Layout.

As we're now shipping Grid Layout, having to mix prefixes with no prefixes in declarations is really confusing:
  grid-tempalte-columns: -webkit-min-content fit-content(500px) -webkit-max-content;

So my proposal would be to follow the path started by Blink and unprefix those properties, and wait until for the CSS WG resolution regarding -webkit-fill-available. That would move us to the same status than Blink.
See <a href="https://bugs.chromium.org/p/chromium/issues/detail?id=245157">https://bugs.chromium.org/p/chromium/issues/detail?id=245157</a> for more information.

There were a previous discussion on webkit-dev about this, and the only comment was in favor of doing it:
<a href="https://lists.webkit.org/pipermail/webkit-dev/2015-August/027604.html">https://lists.webkit.org/pipermail/webkit-dev/2015-August/027604.html</a>

Also there's a FIXME on the new parser about this:
// FIXME-NEWPARSER: Drop the prefix on min-content, max-content and fit-content.

Note that we should keep support for the prefixed properties, as people have been using them for a long time. They could eventually be deprecated and removed in the future.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>