This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
""" The ‘perspective-origin’ property establishes the origin for the perspective property. It effectively sets the X and Y position at which the viewer appears to be looking at the children of the element. . . . Value: [ [ <percentage> | <length> | left | center | right ] [ <percentage> | <length> | top | center | bottom ]? ] | [ [ left | center | right ] || [ top | center | bottom ] ] """ http://dev.w3.org/csswg/css3-3d-transforms/#perspective-origin-property This allows syntax like "perspective-origin: 10px", but doesn't say what it means. Looking at implementations, it should be the same as "10px center", just like transform-origin. This needs to be specified explicitly.
perspective-origin syntax should match transform-origin, and be like background-position.
Forward-duping this to 16064. *** This bug has been marked as a duplicate of bug 16064 ***