[Webkit-unassigned] [Bug 67232] Padding can be split from line boxes across column boundaries

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 2 09:17:27 PDT 2011


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





--- Comment #8 from Alan Stearns <stearns at adobe.com>  2011-09-02 09:17:27 PST ---
"when a float moves, the line it originated on moves with it"

Is this heuristic limited to moving floats in column/page/regions? I'd put together a test file for https://bugs.webkit.org/show_bug.cgi?id=66198 where my expectation was that text following a float should always be laid out at or lower than the top edge of the float, but Alex showed me instances where text surrounding a float can be laid out above the float placement.

If there's a line with an image floated left at the bottom of a column where the content is ordered "before<float>after" and the line width fits, but the float height is too tall for the remainder of the column, what should move to the next column?

options (column 1 | column 2):
1. before         | <float>after
2. beforeafter  | <float>
3.                    | <float>beforeafter

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list