[Webkit-unassigned] [Bug 77028] New: percent width includes borders and paddings on CSS tables

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 25 10:52:00 PST 2012


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

           Summary: percent width includes borders and paddings on CSS
                    tables
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Tables
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: mvujovic at adobe.com


Created an attachment (id=123973)
 --> (https://bugs.webkit.org/attachment.cgi?id=123973&action=review)
Reproduction

In the attached reproduction, the div with display: table (a CSS table) should be 400px wide, which is 50% of its 800px wide parent div. 

In FF and Opera, the CSS table is 400px wide. In WebKit, it is only 200px wide because the CSS table's 200px padding is included in the CSS table's percent width.

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