Re: [css-transforms] Transform functions should accept percentages

On Fri, Nov 21, 2014 at 7:41 AM, Boris Zbarsky <bzbarsky@mit.edu> wrote:
> For example, http://dev.w3.org/csswg/css-transforms/#funcdef-translatey
> says:
>
>   translateY() = translateY( <length> )
>
> But in implementations, translateY accepts a length or a percentage.

And it's relative to, iirc, the width of the element's border box.

~TJ

Received on Friday, 21 November 2014 18:37:32 UTC