Re: [css-grid] spec nit: "swap...inline and block" disclaimer is unnecessary, in section 9.5

On 03/11/2015 03:42 PM, Daniel Holbert wrote:
> CSS Grid Section 9.5 has this disclaimer right before the algorithm:
>    # To aid in clarity, this algorithm is written with
>    # the assumption that grid-auto-flow has row specified.
>    # If it is instead set to column, swap all mentions of
>    # rows and columns, inline and block, etc. in this
>    # algorithm.
> http://dev.w3.org/csswg/css-grid/#grid-item-placement-algorithm
>
> The mention of "inline and block" at the end there is unnecessary &
> should be removed IMO. The algorithm never actually mentions the terms
> "inline" or "block", so there's no need to say that they should be swapped.

While it's true the algorithm doesn't mention inline and block at the moment,
we kinda want to keep this mention here anyway, in case some future edit adds
those terms back in...

~fantasai

Received on Thursday, 7 May 2015 23:05:56 UTC