[webkit-reviews] review granted: [Bug 234035] [LFC][IFC] Stop including inline box start/end inline items in the visual reordering unless they are completely empty : [Attachment 446435] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 9 08:31:28 PST 2021


Antti Koivisto <koivisto at iki.fi> has granted  review:
Bug 234035: [LFC][IFC] Stop including inline box start/end inline items in the
visual reordering unless they are completely empty
https://bugs.webkit.org/show_bug.cgi?id=234035

Attachment 446435: Patch

https://bugs.webkit.org/attachment.cgi?id=446435&action=review




--- Comment #2 from Antti Koivisto <koivisto at iki.fi> ---
Comment on attachment 446435
  --> https://bugs.webkit.org/attachment.cgi?id=446435
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=446435&action=review

> Source/WebCore/layout/formattingContexts/inline/InlineItemsBuilder.cpp:324
> +	   enum class InlineBoxHasContent { No, Yes };

: bool


More information about the webkit-reviews mailing list