RESOLVED FIXED 218060
[LFC][IFC] Handle line box sizing quirks at the line box level
https://bugs.webkit.org/show_bug.cgi?id=218060
Summary [LFC][IFC] Handle line box sizing quirks at the line box level
zalan
Reported 2020-10-21 16:45:16 PDT
and not by stretching the inline level boxes
Attachments
Patch (14.21 KB, patch)
2020-10-21 17:29 PDT, zalan
ews-feeder: commit-queue-
Patch (14.65 KB, patch)
2020-10-21 19:01 PDT, zalan
no flags
Patch (14.50 KB, patch)
2020-10-22 06:17 PDT, zalan
no flags
Patch (14.53 KB, patch)
2020-10-22 06:21 PDT, zalan
no flags
zalan
Comment 1 2020-10-21 17:29:44 PDT
zalan
Comment 2 2020-10-21 19:01:18 PDT
*** Bug 217941 has been marked as a duplicate of this bug. ***
zalan
Comment 3 2020-10-21 19:01:50 PDT
Antti Koivisto
Comment 4 2020-10-22 06:09:16 PDT
Comment on attachment 412058 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=412058&action=review > Source/WebCore/layout/inlineformatting/InlineFormattingContextGeometry.cpp:359 > + if (inlineLevelBox.isEmpty()) > + return false; > + return quirks.shouldInlineLevelBoxStretchLineBox(lineBox, inlineLevelBox); maybe the inlineLevelBox.isEmpty() test could go to the quirk too so the lambda would go away?
zalan
Comment 5 2020-10-22 06:17:46 PDT
zalan
Comment 6 2020-10-22 06:21:06 PDT
EWS
Comment 7 2020-10-22 07:44:03 PDT
Committed r268864: <https://trac.webkit.org/changeset/268864> All reviewed patches have been landed. Closing bug and clearing flags on attachment 412090 [details].
Radar WebKit Bug Importer
Comment 8 2020-10-22 07:45:31 PDT
Note You need to log in before you can comment on or make changes to this bug.