RESOLVED FIXED 233222
[LFC][IFC] break-word is not considered when calculating min-content intrinsic sizes.
https://bugs.webkit.org/show_bug.cgi?id=233222
Summary [LFC][IFC] break-word is not considered when calculating min-content intrinsi...
Attachments
Patch (7.49 KB, patch)
2021-11-16 16:50 PST, zalan
no flags
Patch (10.34 KB, patch)
2021-11-17 06:36 PST, zalan
no flags
zalan
Comment 1 2021-11-16 16:50:32 PST
Antti Koivisto
Comment 2 2021-11-16 21:28:43 PST
Comment on attachment 444454 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=444454&action=review > Source/WebCore/layout/formattingContexts/inline/InlineContentBreaker.h:155 > + bool m_isIntrinsicWidthMode { false }; m_isInIntrinsicWidthMode would read better. Or enum class WidthMode : bool { Layout, Intrinsic }; WidthMode m_widthMode;
zalan
Comment 3 2021-11-17 06:36:37 PST
EWS
Comment 4 2021-11-17 07:10:59 PST
Committed r285930 (244339@main): <https://commits.webkit.org/244339@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 444513 [details].
Radar WebKit Bug Importer
Comment 5 2021-11-17 07:11:22 PST
Note You need to log in before you can comment on or make changes to this bug.