RESOLVED FIXED 278917
text-spacing: text-autospace: computeInlineBoxBoundaryTextSpacingsIfNeeded should operate on InlineItemList before cached
https://bugs.webkit.org/show_bug.cgi?id=278917
Summary text-spacing: text-autospace: computeInlineBoxBoundaryTextSpacingsIfNeeded sh...
Vitor Roriz
Reported 2024-08-30 06:00:00 PDT
computeInlineBoxBoundaryTextSpacingsIfNeeded computes text spacing based on InlineItemList. It currently uses the list cached as InlineContentCache, however, at that point in InlineItemsBuilder::build we haven't yet cached such list.
Attachments
Radar WebKit Bug Importer
Comment 1 2024-08-30 06:00:27 PDT
Vitor Roriz
Comment 2 2024-08-30 06:19:30 PDT
EWS
Comment 3 2024-08-30 16:15:59 PDT
Committed 282999@main (a10f5772f6a2): <https://commits.webkit.org/282999@main> Reviewed commits have been landed. Closing PR #32935 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.