[Webkit-unassigned] [Bug 48050] Texts overlap in http://www.w3.org/TR/WCAG-TECHS/G1.html

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 21 02:15:55 PDT 2010


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





--- Comment #1 from Xianzhu Wang <phnixwxz at gmail.com>  2010-10-21 02:15:55 PST ---
Created an attachment (id=71409)
 --> (https://bugs.webkit.org/attachment.cgi?id=71409&action=review)
test case

There are three divs, layout-ed in a 400px box:
1. (cyan) float=left, width=200px.
2. (green) float=left, width=300px.
3. (yellow) A normal div containing some text.

Because the width of the containing block is not enough to contain the two float=left divs, the second one is placed below the first one.
The third line of the third div overlaps with the second div.

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