[Webkit-unassigned] [Bug 219235] New: [LFC][IFC] Make floats soft wrap opportunities

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Nov 21 10:41:31 PST 2020


https://bugs.webkit.org/show_bug.cgi?id=219235

            Bug ID: 219235
           Summary: [LFC][IFC] Make floats soft wrap opportunities
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: zalan at apple.com
                CC: bfulgham at webkit.org, simon.fraser at apple.com,
                    zalan at apple.com

While floats are not part of the inline content and they are not supposed to introduce soft wrap opportunity,
e.g. [text][float box][float box][text][float box][text] is essentially just [text][text][text]
figuring out whether a float (or set of floats) should stay on the line or not (and handle potentially out of order inline items) brings in unnecessary complexity (and apparently Blink works like that too)

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20201121/e6353ac3/attachment.htm>


More information about the webkit-unassigned mailing list