[Webkit-unassigned] [Bug 21692] div overlaps another div due to float:right

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 28 12:35:58 PDT 2009


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


jacob.refstrup at hp.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jacob.refstrup at hp.com




------- Comment #2 from jacob.refstrup at hp.com  2009-05-28 12:35 PDT -------
This is not a bug -- more of a short-coming / misunderstanding of the CSS spec.
A block box does not get affected by floats (unless using clear:
left/right/both); only the line boxes gets affected. If more text is added to
"Div 4" in testcase then that text flows around the floats. I'll attach a
modified test case that shows this. Opera 9.5, FF3 and Webkit all render the
same way.


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



More information about the webkit-unassigned mailing list