[Webkit-unassigned] [Bug 45274] Breaking Float: floated block level element following inline element in floated container breaks to next line
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed May 4 09:34:39 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=45274
--- Comment #24 from Ryosuke Niwa <rniwa at webkit.org> 2011-05-04 09:34:39 PST ---
(From update of attachment 91643)
View in context: https://bugs.webkit.org/attachment.cgi?id=91643&action=review
> Source/WebCore/rendering/RenderBlockLineLayout.cpp:1569
> + bool floatFitsOnLine(float extra) const { return currentWidth() - additionalWidth() + extra <= m_availableWidth; }
Nit: I don't see why additional width should be associated with floats.
--
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