[Webkit-unassigned] [Bug 15882] Padding on table cells off by one

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 5 07:10:49 PST 2008


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





------- Comment #6 from webkit at blaut.biz  2008-02-05 07:10 PDT -------
(In reply to comment #5) 
> Seems you are right. Besides the test case is in content-box mode so I don't
> see why the boxes should be the same height at all.

I assume that td is initialized with padding: 0 and borders are set to 0. So
computed "visible" height of td is:

table 1: 5px + 95px+0px = 100px
table 2: 0px + 100px + 0px = 100px
table 3: 0px + 95px + 5px = 100px


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