- From: Simon Fraser <smfr@me.com>
- Date: Fri, 29 Oct 2010 17:33:53 -0700
- To: Sylvain Galineau <sylvaing@microsoft.com>
- Cc: "www-style@w3.org list" <www-style@w3.org>
Received on Saturday, 30 October 2010 00:35:15 UTC
On Oct 29, 2010, at 4:04 PM, Sylvain Galineau wrote: > When setting the transform-origin to a coordinate using 3 percentage values e.g. '20% 10% 30%', > Safari currently drops the third value from the computed style (see testcase). > > Bug ? No. Percentages are not accepted for the z component of the transform-origin (because it's not meaningful to describe the z offset as a percentage of anything). This is evident in the grammar <http://www.w3.org/TR/2009/WD-css3-3d-transforms-20090320/#transform-origin-property>. Simon
Received on Saturday, 30 October 2010 00:35:15 UTC