[Webkit-unassigned] [Bug 125834] New: Don't depend on layout to do getComputedStyle() on border-radius

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 16 22:17:18 PST 2013


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

           Summary: Don't depend on layout to do getComputedStyle() on
                    border-radius
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Keywords: BlinkMergeCandidate
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rniwa at webkit.org
                CC: koivisto at iki.fi, dino at apple.com, mihnea at adobe.com,
                    akling at apple.com


Consider merging https://chromium.googlesource.com/chromium/blink/+/2e92d5379e3b3389af543a39e3c476ea20b83933

border-radius and its longhands are defined to return resolved values
instead of used values, this means a layout is not required to compute
the result of getComputedStyle() on these properties.
This patch fixes getComputedStyle() of border radius properties to
return calc objects instead of resolving them to absolute pixel values.

Relevant spec:
http://dev.w3.org/csswg/cssom/#resolved-values

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