Re: [css3-images] 2011/12/01 ED section 4.2 review notes

On 12/01/2011 02:01 PM, Brian Manthos wrote:
>
> I would prefer either we allow full reordering (and we can, without
> ambiguity) or no reordering.

We can't, actually. Now that we've dropped the 'to', the parsing of
<position> is ambiguous if it's allowed to be followed by <size>

   bottom right 15px

Is that
   <position> = bottom right
   <size> = 15px
or
   <position> = bottom 0px right 15px
   <size> = [not specified]
?

Otherwise I wouldn't mind allowing reordering.

~fantasai

Received on Monday, 5 December 2011 08:41:48 UTC