[Webkit-unassigned] [Bug 243940] REGRESSION(252825 at main): wpt /css/CSS2/visudet/inline-block-baseline-011.xht & inline-block-baseline-014.xht

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 15 20:33:05 PDT 2022


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

--- Comment #2 from zalan <zalan at apple.com> ---
This is about integral based alignment vs. non-integral based box model values
e.g:
vertical-align: -0.5px; -> turns into 0px
margin-bottom: 0.5px; -> stays at 0.5px

these tests trigger this mismatch through the combination of 'font-size: 15px' and 'align/margin -> 0.5em'.

Legacy line layout is historically integral based, while IFC is not, currently it is forced to match legacy behavior through explicit flooring/ceiling of certain values.

-- 
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/20220816/5cc9047f/attachment.htm>


More information about the webkit-unassigned mailing list