RESOLVED FIXED 230724
[LFC][IFC] InlineLevelBox only needs a handful of style properties
https://bugs.webkit.org/show_bug.cgi?id=230724
Summary [LFC][IFC] InlineLevelBox only needs a handful of style properties
zalan
Reported 2021-09-23 15:18:28 PDT
ssia
Attachments
Patch (14.31 KB, patch)
2021-09-23 15:21 PDT, zalan
no flags
Patch (15.68 KB, patch)
2021-09-23 19:58 PDT, zalan
no flags
zalan
Comment 1 2021-09-23 15:21:09 PDT
zalan
Comment 2 2021-09-23 19:58:17 PDT
Antti Koivisto
Comment 3 2021-09-24 06:07:40 PDT
Comment on attachment 439118 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=439118&action=review > Source/WebCore/layout/formattingContexts/inline/InlineLevelBox.h:133 > + struct Style { > + const FontMetrics& primaryFontMetrics; > + const Length& lineHeight; > + InlineLayoutUnit primaryFontSize { 0 }; > + VerticalAlignment verticalAlignment { }; > + }; > + Style m_style; Nice
EWS
Comment 4 2021-09-24 07:39:11 PDT
Committed r283042 (242102@main): <https://commits.webkit.org/242102@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 439118 [details].
Radar WebKit Bug Importer
Comment 5 2021-09-24 07:40:21 PDT
Note You need to log in before you can comment on or make changes to this bug.