RE: [css-shapes] basic shape syntax in prose

>> and I
>> think it's unfortunate that I have to use the numbers 3 and 5 to mean "4
>> to 6".
>
> I've run into this before - we really need to allow you to specify the
> repetition amounts after a #, so you could just write:
>
> rectangle( [<length>|<percentage>]#{4,6} )

If we do this, we should add a way to specify which separator we use. It could not always be a comma. Also, this is cryptic for sure to someone outside the WG. Something like:

|    rectangle( 
|        [<length>|<percentage>]{4,6}{,}
|    )

looks better to me. 		 	   		  

Received on Friday, 27 September 2013 20:49:17 UTC