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

On Wed, Feb 1, 2012 at 9:43 PM, Brad Kemper <brad.kemper@gmail.com> wrote:
> More to the point would be something like
>
>   calc(a + b, as percent)
>   calc(a + b, as px)
>   calc(a + b, as em) /* could make a difference when user resizes text without zooming whole page */

background-position (and other things using <position>) is the only
place where calc() has this problem.  As such, I don't think it's
really warranted to add something to calc() just for this, when we can
specify a reasonable solution already.

~TJ

Received on Thursday, 2 February 2012 10:26:21 UTC