[css3-multicol] Multi-column layout with height set

On multi-column layout document, could I ask what would happen if:

* width:auto
* height:<a fixed value>
* column-count:auto
* column-width:<a fixed value>

Given the height has a value, a logical thinking gave me a thought that it would extend the number of columns as much as the content goes.

But the pseudo-algorithm
http://dev.w3.org/csswg/css3-multicol/#pseudo-algorithm
does not seem to cover such case.

Isn't this supposed to work this way?

Received on Friday, 27 August 2010 07:56:33 UTC