Re: [css3-flexbox]ordinal group and drawing order

On Sat, Jun 12, 2010 at 11:34 AM, Alex Mogilevsky <alexmog@microsoft.com> wrote:
> Should flexbox items be drawn in source order or ordinal order?
>
> The two implementations disagree (see attached test). If stacking context
> spec is unchanged, it has to be in source order. It makes more sense to me
> thought that drawing order is rearranged by ordinal…
>
> Same question will eventually apply to grid or template layout, where coming
> up with an order different from source order can be quite complicated, which
> would be an argument in favor of source order.
>
> What do you think is the right to do here?

Personally, I think the best thing to do is draw by the ordinal order.
 I want box-ordinal to reorder the box-tree in all respects.

~TJ

Received on Monday, 14 June 2010 23:56:17 UTC