> So something more like the possible approaches in this, then?
> 
>   http://www.w3.org/TR/2005/WD-css3-layout-20051215/

...

Oh, thank you!

That looks like it allows just about everything I can think of, except
for non-contiguous and interleaved flow.

Non-contiguous flow:

        @x
        aa
        @y
        bb
        @z

This would have running text in the @ sections, interleaved with images and
a comment on the image with the running text continuing next to the next
image. I suppose you could do something like this:

        @@x
        @aa
        @@y
        @bb
        @@z

with the first column to narrow to actually contain any text.

Interleaved flow is where you have (say) text and commentary, and both the
text and commentary are flowed around embedded objects, but that's getting
sufficiently esoteric I can't come up with an example. :)


Reply via email to