Re: [css-grid] getComputedStyle for grid-auto-{rows|columns}

On Mon, Nov 4, 2013 at 1:04 AM, Sergio Villar Senin <svillar@igalia.com> wrote:
> I was wondering what should be the outcome of getComputedStyle() for the
> grid-auto-{rows|columns} properties because I guess that contrary to
> grid-template-{rows|columns} we should return the specified value in
> this case right?

Correct.  The weird behavior of grid-template-rows/columns is a legacy issue.

~TJ

Received on Thursday, 7 November 2013 21:54:28 UTC