Re: [CSS3] proposal to add attribute 'size'

Le 31/01/10 19:47, Andrew Fedoniouk a écrit :

> I propose to add attribute 'size' that is a shorthand attribute for
> 'width' and 'height' attributes.
>
>
> size: [ <length> | <percentage> | auto ]{1,2}
>
> If it has single value then both 'width' and 'height' attributes
> will get that value.
> If it has two values than first go to 'width' and second - to 'height'.
>
> Beside other things such shortcut is useful for cases like transitions.
> When you will need to define transition in both dimensions you can use
> name 'size'.
>
> Not too much of course but to be able to write something like this:
>
> body { size:100%; }
>
> would be good.
>

First, it's not an 'attribute' but a 'property' :-)
Second, the 'size' property already exists in CSS for paged media.

http://www.w3.org/TR/css3-page/#page-size-prop

</Daniel>

Received on Sunday, 31 January 2010 19:35:44 UTC