Re: [css3-gcpm] containing block for top/bottom floats

Also sprach MURAKAMI Shinyu:

 > What about the containing block for top/bottom floats when neither page
 > nor multi-column keyword is specified?

 > I expect the top-float is floated to the top of the current column.
 > But that is not obvious in the GCPM spec.

I have a new proposed solution for this. 

First, the multicol spec will say that: 

  Column boxes are containing blocks for content that appear inside them. 

Then, GCPM will say:

  page 
  	Indicates that the page box is the containing block for the element. 
  multicol 
  	Indicates that the multicol element is the containing block for the element.

And, in an example say:

  The column box is the containing block for floats, so if an image
  naturally appears in the first column it will float to its bottom:

This way, we avoid duplicating normative text and still say things
clearly. Does this address the issue adequately?

-h&kon
              Håkon Wium Lie                          CTO °þe®ª
howcome@opera.com                  http://people.opera.com/howcome

Received on Thursday, 8 January 2009 19:16:39 UTC