[Webkit-unassigned] [Bug 164312] positioning of top not compensating rounding of height

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 14 20:25:15 PDT 2022


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

--- Comment #2 from zalan <zalan at apple.com> ---
(In reply to Brent Fulgham from comment #1)
> None of the browsers appear to have the 'x's aligned in the first set of two
> X's. Is this test case valid?
It is a valid case. WebKit fails to align inline-block content at non-integer baseline positions. The fix is simply to remove all the integral floor/ceil/round in inline/block layout. I just did that (it's a rather involved and intrusive change) and the attached test case started working.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220715/807b8c6c/attachment.htm>


More information about the webkit-unassigned mailing list