[Webkit-unassigned] [Bug 145805] Unwanted vertical single-pixel gap appears between floated elements

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 9 12:43:08 PDT 2015


https://bugs.webkit.org/show_bug.cgi?id=145805

zalan <zalan at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Depends on|                            |132010

--- Comment #1 from zalan <zalan at apple.com> ---
The gap is caused by the fact that WebKit table rendering has not been transitioned to subpixel layout/rendering.

The gap is formed between the pageidgraphic and pageidtext. However if the container's display type (paged) is changed from inline-table back to block, the gap disappears. I couldn't figure though why it is set to inline-table the first place. 

<div id="paged">
  <span id="pageidgraphic"></span>
  <span id="pageidtext">Home</span>
</div>

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150609/e45a2ff3/attachment.html>


More information about the webkit-unassigned mailing list