Re: [css3-transitions] In transition-property: all, <property>, is <property> a duplicate ?

On Friday 2010-10-22 22:17 +0000, Sylvain Galineau wrote:
> Related to my previous question on shorthand/longhand combinations [1],
> what should happen in the following case:
> 
> transition-property: width, all;
> transition-duration: 10s, 2s;

The syntax of transition-property accepts:

  none | all | [ <IDENT> ] [ ‘,’ <IDENT> ]* 

so in this case 'all' isn't a special value; it's a property named
'all' (which doesn't exist).

http://dev.w3.org/csswg/css3-transitions/#the-transition-property-property-
lists as an open issue:

  # Are ‘all’, ‘none’, ‘inherit’, and ‘initial’ allowed as items in
  # a list of identifiers (of length greater than one)? 

-David

-- 
L. David Baron                                 http://dbaron.org/
Mozilla Corporation                       http://www.mozilla.com/

Received on Friday, 22 October 2010 22:31:58 UTC