Re: [css3-flexbox] What types of box-tree fixup can occur?

On Sun, Apr 29, 2012 at 12:08 PM, Boris Zbarsky <bzbarsky@mit.edu> wrote:
> On 4/29/12 11:49 AM, Tab Atkins Jr. wrote:
>>
>> I just meant that, if you're in block layout, you can tell that
>> table-fixup occurs before block-in-inline fixup occurs.
>
>
> Hmm.  How?  At first glance, for purposes of block layout the two orders are
> black-box indistinguishable, but maybe I'm missing something?
>
> (This is not to say that we shouldn't define an order on them; I just don't
> think one is defined so far.)

<div style='display:table-row'>
  <span>
    foo
    <div style='display:table-cell'>bar</div>
    foo
  </span>
</div>

The result is a table with one cell, containing an inline split around
another table.  This might technically be proving something slightly
different, but it's good enough for me.

~TJ

Received on Monday, 30 April 2012 05:53:30 UTC