[Webkit-unassigned] [Bug 100835] New: perspective-origin should ignore values with more then two lengths and use the default values

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 31 02:38:21 PDT 2012


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

           Summary: perspective-origin should ignore values with more then
                    two lengths and use the default values
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: zoltan.nyul at intel.com


The perspective-origin now uses the first two values if there's more then two given (like -webkit-perspective-origin: 10% 20% 30%;) however transform-origin uses the default values, and also firefox is using the default values for perspective-origin with more than two values. The specification says only that it can have maximum 2 lengths (http://www.w3.org/TR/css3-transforms/#perspective-origin) but i think it makes sense to have the same behavior.

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