Re: [css3-2d-transforms][css3-images] <position> grammar is duplicated or points to the wrong spec

On Mon, Jan 23, 2012 at 11:37 AM, Aryeh Gregor <ayg@aryeh.name> wrote:
> On Mon, Jan 23, 2012 at 2:17 PM, Tab Atkins Jr. <jackalmage@gmail.com> wrote:
>> I'm not.  The fact that you can go from "left top" to "left 10px top
>> 10px" is nice; having to go from "bottom right" to "left calc(100% -10
>> px) top calc(100% - 10px)" would be pretty bad.
>
> Would supporting "calc(bottom - 10px) calc(right - 10px)" resolve your
> objection?  That seems clearer to me than "bottom 10px right 10px".

That's roughly the same in terms of complexity/badness.  :/

~TJ

Received on Monday, 23 January 2012 19:40:35 UTC