Re: Add longhand transform properties for ease of use

Why do you think that such longhand properties are desirable?

Simon

On Sep 22, 2010, at 5:51 AM, Sam Shull wrote:

> Has anyone yet proposed adding longhand properties to the CSS 2D Transform Module Level 3? http://www.w3.org/TR/css3-2d-transforms/ 
> 
> My proposal would encompass adding the additional properties to transform should be extended with additional longhand properties similar to all other CSS modules. Such that each of the supported transform functions would be accessible in a separate property, examples:
> 
> transform-scale-x: .3;
> transform-scale-y: .6;
> transform-rotate: 30deg;
> transform-translate: 10%, 12px;
> ... etc ...
> 
> Is this the proper forum for such a proposal? And if this is not the proper forum what is?

Received on Thursday, 23 September 2010 07:00:59 UTC