[Webkit-unassigned] [Bug 50970] REGRESSION: Floated text is not rendered after r73385

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 14 13:09:18 PST 2010


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





--- Comment #5 from Dave Hyatt <hyatt at apple.com>  2010-12-14 13:09:17 PST ---
This is interesting.  Really the issue is just who exactly is supposed to paint that float?  Should the relatively positioned inline paint the float, or should the block paint the float?  The fact that the block paints it means the float is effectively ignoring the fact that it is inside the relative positioned span.

See the attached test case.

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