Re: [css-grid] Computed value of grid-row/column-start/end

On Tue, Nov 26, 2013 at 9:05 AM, Simon Sapin <simon.sapin@exyr.org> wrote:
> The "Computed value" line of the property definition table at
> http://dev.w3.org/csswg/css-grid/#line-placement says "specified value
> (almost)"
>
> What does this "almost" mean? I don’t find the computed value mentioned in
> the rest of the section.

Sorry, that's a holdover from earlier text.  Previously, we adjusted
the computed value in some error situations.  Now, we instead just map
the values into an abstract value (the "grid placement"), and
error-handling happens at that level.

I've changed it to just "specified value".

~TJ

Received on Monday, 2 December 2013 23:27:36 UTC