Re: [css-grid] Grid Layout Algorithm Rewritten!

On Fri, Apr 18, 2014 at 10:16 AM, fantasai
<fantasai.lists@inkedblade.net> wrote:
> Here's Tab's "translation" of the old algorithm:
>   http://dev.w3.org/csswg/css-grid/#translated-algo

Specifically, this is a "translation" of the most complex part of the
layout algorithm.  The rest of it was simple, and fantasai and I
didn't disagree on how to express it.

It's just that most-complex part that needed a two-stage rewriting;
once to make it more CSS-algo-like and untangle the dependencies but
not change the overall structure, and again to simplify it further and
make it easier to read.

~TJ

Received on Friday, 18 April 2014 18:20:53 UTC