This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 16064 - perspective-origin syntax should match 2D transform-origin syntax
Summary: perspective-origin syntax should match 2D transform-origin syntax
Status: RESOLVED FIXED
Alias: None
Product: CSS
Classification: Unclassified
Component: Transforms (show other bugs)
Version: unspecified
Hardware: PC All
: P2 normal
Target Milestone: ---
Assignee: Simon Fraser
QA Contact: public-css-bugzilla
URL:
Whiteboard:
Keywords:
: 15680 (view as bug list)
Depends on:
Blocks:
 
Reported: 2012-02-21 20:21 UTC by Simon Fraser
Modified: 2012-03-12 20:58 UTC (History)
6 users (show)

See Also:


Attachments

Description Simon Fraser 2012-02-21 20:21:24 UTC
The perspective-origin syntax in the spec is old.
Comment 1 Simon Fraser 2012-02-29 17:00:23 UTC
*** Bug 15680 has been marked as a duplicate of this bug. ***
Comment 2 Aryeh Gregor 2012-03-12 20:58:06 UTC
Fixed: http://dvcs.w3.org/hg/csswg/rev/8dde67db27a8

Interestingly, Chrome seems to parse perspective-origin as an unlimited-length list, of which all but the first two values are ignored.  Other browsers (Firefox/IE) match the new spec wording, and in particular don't support CSS3 background-position syntax.