[Webkit-unassigned] [Bug 78905] Padding and border double-counted against percentage height when a child of a table-cell uses box-sizing:border-box

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 5 16:26:41 PST 2012


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





--- Comment #5 from Tab Atkins <tabatkins at google.com>  2012-03-05 16:26:40 PST ---
(In reply to comment #4)
> (From update of attachment 127666 [details])
> Making the patch obsolete as it failed some of the table related tests in local machine. Any thoughts whether this change is desired in webkit as per comment#3 ? I will update the table test cases and resubmit the patch if we decide to go ahead with the change.

Yes, the current behavior is definitely both against-spec and nonsensical.

I suspect that the quirk in comment#2 is about old IE's use of the border-box model by default, and it's causing things to now be double-counted in this situation when border-box is explicitly used.

Given that IE > 6 switched over to the proper box model, this is likely a quirk that we no longer need to worry about.  How old are those lines?

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