- From: L. David Baron <dbaron@dbaron.org>
- Date: Fri, 22 Oct 2010 15:31:23 -0700
- To: Sylvain Galineau <sylvaing@microsoft.com>
- Cc: www-style list <www-style@w3.org>
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