[Webkit-unassigned] [Bug 52373] New: Percentage height is not computed relative to containing block

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 13 08:47:24 PST 2011


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

           Summary: Percentage height is not computed relative to
                    containing block
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: simon.fraser at apple.com
                CC: hyatt at apple.com, mitz at webkit.org


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

The attached testcase, which Safari fails, and FF passes, shows an issue where we compute percentage heights incorrectly. The spec says that they should be computed relative to the height of the containing block <http://www.w3.org/TR/CSS21/visudet.html#propdef-height> but maybe we disagree on what the containing block is, because of anonymous blocks (since the parent is inline)?

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