[Webkit-unassigned] [Bug 15882] Padding on table cells off by one
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Feb 5 06:34:30 PST 2008
http://bugs.webkit.org/show_bug.cgi?id=15882
webkit at blaut.biz changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |webkit at blaut.biz
------- Comment #4 from webkit at blaut.biz 2008-02-05 06:34 PDT -------
Marcus, you assume that td have initially padding set to 0, but it isn't true
in this case. After initializing "td {padding: 0}" the test case works as
expected. You should notice, that every browser have implemented its own
default style sheet. http://www.w3.org/TR/CSS21/sample.html have example of
such style sheet. However above mentioned example is *informative*, not
*normative* so implementators are not obligated to use it. It looks that Webkit
uses small default padding set to 1px for td.
In this case, for me, the bug is INVALID, but I would like to see final
decision made by more experienced Webkit developer.
PS. The test case fails completely in Firefox and Opera.
--
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