[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 08:38:37 PDT 2011


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





--- Comment #7 from Dave Hyatt <hyatt at apple.com>  2011-09-02 08:38:37 PST ---
(In reply to comment #6)
> Looking at my test file a bit more closely, it appears that an image only splits if the column height is too short to fit the image height. That makes more sense to me, as there isn't an available place to fit the entire image so we give up and slice it apart. If the next column is tall enough, it does get pushed there.

Yeah, that's the intended behavior. For floats we may want to have similar behavior, i.e., be willing to paginate it if it can't fit (and then do good slicing), but try to keep it together otherwise.

Note that moving a float can have severe consequences, since when a float moves, the line it originated on moves with it. This is an important heuristic we have to keep working for iBooks.

-- 
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