[Webkit-unassigned] [Bug 134059] New: REGRESSION: css calc() expression fails

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 19 04:42:42 PDT 2014


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

           Summary: REGRESSION: css calc() expression fails
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
               URL: http://jsfiddle.net/hooleyhoop/3RZ8Q/4/
        OS/Version: Mac OS X 10.9
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: steven.hooley at gmail.com


This expression no longer works..

width: calc((100% - 20px) / 3;

equivalent expression still works

width: calc(100%/3 - 20px/3)

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