Bug 190942

Summary: [LFC][IFC] Layout floats as part of the inline content
Product: WebKit Reporter: zalan <zalan>
Component: Layout and RenderingAssignee: zalan <zalan>
Status: RESOLVED FIXED    
Severity: Normal CC: bfulgham, koivisto, simon.fraser, webkit-bug-importer, zalan
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch koivisto: review+

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>