<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Unexplained 1px horizontal space between display:table-cell elements"
   href="https://bugs.webkit.org/show_bug.cgi?id=149935#c5">Comment # 5</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Unexplained 1px horizontal space between display:table-cell elements"
   href="https://bugs.webkit.org/show_bug.cgi?id=149935">bug 149935</a>
              from <span class="vcard"><a class="email" href="mailto:zalan&#64;apple.com" title="zalan &lt;zalan&#64;apple.com&gt;"> <span class="fn">zalan</span></a>
</span></b>
        <pre>This is due to the integral space distribution between table cells vs. device pixel aligned drawing inside the cells (so we end up growing the cell more than needed and the pixelsnapped painting leaves gaps between the cells). If the input width is set to an integral value, the gap disappears.

This will probably fixed by <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Subpixel layout: Convert RenderTable* and AutoTableLayout to use LayoutUnit."
   href="show_bug.cgi?id=149366">bug 149366</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>