[Webkit-unassigned] [Bug 82487] New: SVG content in tables has sizing problems

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 28 11:12:38 PDT 2012


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

           Summary: SVG content in tables has sizing problems
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: SVG
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: schenney at chromium.org
                CC: zimmermann at kde.org, jchaffraix at webkit.org,
                    krit at webkit.org


When svg is placed inside a table with no width and height on the svg element, one would expect it to pull the width and height from the table cell size, possibly modified for a viewbox aspect ratio.

We totally fail on this when no width or height is given for the svg element. See cr119708-no-width-height.html

We get it wrong, but less wrong, when we specify block display. See cr119708-display-block.html

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