<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [CSS Grid Layout] Layout is wrong for flex factor sum between 0 and 1"
   href="https://bugs.webkit.org/show_bug.cgi?id=148645#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [CSS Grid Layout] Layout is wrong for flex factor sum between 0 and 1"
   href="https://bugs.webkit.org/show_bug.cgi?id=148645">bug 148645</a>
              from <span class="vcard"><a class="email" href="mailto:jfernandez&#64;igalia.com" title="Javier Fernandez &lt;jfernandez&#64;igalia.com&gt;"> <span class="fn">Javier Fernandez</span></a>
</span></b>
        <pre>In particular, the correct result is achieved by &lt;<a href="https://drafts.csswg.org/css-grid/#algo-find-fr-size">https://drafts.csswg.org/css-grid/#algo-find-fr-size</a>&gt;, step 2, second sentence. If you don't do this, you'll normalize sums less than 1.

This is necessary to do for the same reason as it is in Flexbox - to make transitions/animations work correctly and smoothly to/from 0.</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>