[Webkit-unassigned] [Bug 60459] Inline elements are wrapped prematurely with non-zero border, margin or padding.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 9 01:02:11 PDT 2011


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





--- Comment #2 from Samuel Williams <samuel at oriontransfer.org>  2011-05-09 01:02:11 PST ---
Created an attachment (id=92769)
 --> (https://bugs.webkit.org/attachment.cgi?id=92769&action=review)
Compare display: inline and display: inline-block

I have been doing some more testing, and I found that if I add "display: inline-block;" to the top span, it shows how one might expect the wrapping to look. Unfortunately, inline-block isn't suitable because it doesn't break into separate pieces like a normal inline span.

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