[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
Fri Jul 6 12:21:52 PDT 2012


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





--- Comment #55 from Ryosuke Niwa <rniwa at webkit.org>  2012-07-06 12:21:52 PST ---
(From update of attachment 151085)
View in context: https://bugs.webkit.org/attachment.cgi?id=151085&action=review

> Source/WebCore/rendering/RenderBlockLineLayout.cpp:100
> +    void setWhitespaceWidth(float w) { m_whitespaceWidth = w; }

Please don't abbreviate width as w.

> Source/WebCore/rendering/RenderBlockLineLayout.cpp:2567
> +            float inlineLogicalW = inlineLogicalWidth(current.m_obj, !appliedStartWidth, includeEndWidth);

Ditto.

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