[Webkit-unassigned] [Bug 10209] REGRESSION: table layout wrong, large image is now wrapping to next line

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 14 23:35:34 PST 2006


http://bugs.webkit.org/show_bug.cgi?id=10209





------- Comment #7 from hyatt at apple.com  2006-12-14 23:35 PDT -------
The basic bug here is that <td style="display:inline"> results in something
that is not a table cell (in both Firefox and Safari).  This is because the
display type has been changed from table cell to inline.  In quirks mode we
just ignore this, but in strict mode we assume you know what the hell you're
doing.  In this case the author clearly doesn't.

The bug arises when a <td> is no longer a table cell.  In Safari we still apply
the table's cellpadding to the <td>s.  This seems clearly wrong to me if the
object in question is no longer a table cell, so fix will be coming shortly.


-- 
Configure bugmail: http://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