Re: [css-background] Add the *-x/y longhands to appropriate properties?

On Apr 21, 2014, at 10:44 AM, "Tab Atkins Jr." <jackalmage@gmail.com> wrote:

>> OK, so I guess 'bg-pos-y:start' would get mapped to 'bg-pos-y:top' and to 'bg-pos-block:start' once you knew the mode was horizontal-tb. Right?
> 
> Well, it would just get mapped to "bg-pos-y: top;".  No need to map it
> into the other property, since they're aliases.

Not sure if you are sitting hairs between "mapping" vs. "aliasing", but my point was that it is only an alias once you know the mode is horizontal-tb, no? Otherwise, if(!horizontal) y != block. 

Received on Tuesday, 22 April 2014 01:41:44 UTC