Bug 190942 - [LFC][IFC] Layout floats as part of the inline content
Summary: [LFC][IFC] Layout floats as part of the inline content
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: zalan
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2018-10-25 20:47 PDT by zalan
Modified: 2018-10-26 07:43 PDT (History)
5 users (show)

See Also:


Attachments
Patch (15.99 KB, patch)
2018-10-25 20:59 PDT, zalan
koivisto: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description zalan 2018-10-25 20:47:30 PDT
ssia
Comment 1 zalan 2018-10-25 20:59:24 PDT
Created attachment 353153 [details]
Patch
Comment 2 Antti Koivisto 2018-10-26 07:24:20 PDT
Comment on attachment 353153 [details]
Patch

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

> Source/WebCore/layout/inlineformatting/InlineFormattingContext.h:66
> +        bool isClosed() const { return m_closed; }

m_isClosed would be more consistent.
Comment 3 zalan 2018-10-26 07:42:14 PDT
Committed r237456: <https://trac.webkit.org/changeset/237456>
Comment 4 Radar WebKit Bug Importer 2018-10-26 07:43:27 PDT
<rdar://problem/45587173>