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 15433 - Resolved value of transform-origin is different from computed value in implementations
Summary: Resolved value of transform-origin is different from computed value in implem...
Status: RESOLVED FIXED
Alias: None
Product: CSS
Classification: Unclassified
Component: Transforms (show other bugs)
Version: unspecified
Hardware: All All
: P2 normal
Target Milestone: ---
Assignee: Simon Fraser
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-05 20:11 UTC by Aryeh Gregor
Modified: 2012-03-12 19:31 UTC (History)
6 users (show)

See Also:


Attachments

Description Aryeh Gregor 2012-01-05 20:11:38 UTC
The current specification defines a transform property for getComputedStyle(), but not a transformOrigin property.  The spec should define transformOrigin too.  The format should be "Xpx Ypx", where X and Y are numbers.  Firefox 12.0a1 will sometimes return percentages instead of lengths for getComputedStyle().MozTransformOrigin, but seemingly only when the transform is "none".  All other browsers tested (IE9, Chrome 17 dev, Opera Next 12.00 alpha) always return pixel values.

(This ignores the three-value variant of transform-origin: see bug 15432.)
Comment 1 Aryeh Gregor 2012-01-06 21:08:59 UTC
Mozilla bug: https://bugzilla.mozilla.org/show_bug.cgi?id=715946

Boris points out that CSSOM says the resolved value of anything is the computed value unless otherwise noted:

http://dev.w3.org/csswg/cssom/#resolved-value

So the current spec probably does define behavior precisely, although CSSOM doesn't directly say how the transform-origin property is supposed to translate to a transformOrigin key in getComputedStyle()'s result.  That's more CSSOM's problem, though.

The question is now: do we want to stick with the current spec or change to match implementations?  Switching to match implementations would mean one more case where resolved and computed values differ, which is bad.  On the other hand, do implementations want to change?
Comment 2 Aryeh Gregor 2012-02-21 20:19:37 UTC
(In reply to comment #1)
> Mozilla bug: https://bugzilla.mozilla.org/show_bug.cgi?id=715946

This has been fixed, so now all browsers agree (they return pixels, not percentages).
Comment 3 Aryeh Gregor 2012-02-22 20:05:18 UTC
I'll update the spec accordingly if no one objects.  It's annoying when getComputedStyle() doesn't match the computed style, but . . .
Comment 4 Aryeh Gregor 2012-03-12 19:31:51 UTC
I updated the spec to match browsers.

http://dvcs.w3.org/hg/csswg/rev/9338e35c5058