<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_ASSIGNED "
   title="ASSIGNED - [meta][css-grid] Support implicit grid before explicit grid"
   href="https://bugs.webkit.org/show_bug.cgi?id=153488">153488</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>[meta][css-grid] Support implicit grid before explicit grid
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>WebKit
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>WebKit Nightly Build
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>Unspecified
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Unspecified
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>ASSIGNED
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>Normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P2
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>Layout and Rendering
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>webkit-unassigned&#64;lists.webkit.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>rego&#64;igalia.com
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>simon.fraser&#64;apple.com
          </td>
        </tr>

        <tr>
          <th>Blocks</th>
          <td>60731
          </td>
        </tr></table>
      <p>
        <div>
        <pre>In our current implementation the implicit grid is only after the explicit grid.

For example, in a 2x2 grid, if you have an item with:
  grid-row: 3;
An implicit 3rd row is created.

However, if you have an item like:
  grid-column: -4;
We should be creating an implicit column before the first one.

This has been already implemented on Blink (<a href="http://crbug.com/444011">http://crbug.com/444011</a>)
following a plan described in this document (<a href="http://bit.ly/1j3CRdi">http://bit.ly/1j3CRdi</a>).

We should port these patches to WebKit as the grid layout code has the same issues.

This will be used as meta-bug for all the patches related.

More info in the spec: <a href="http://dev.w3.org/csswg/css-grid/#line-placement">http://dev.w3.org/csswg/css-grid/#line-placement</a></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>