Invalid bug???

Germain Garand germain at ebooksfrance.org
Sat Jul 31 10:47:47 BST 2004


Le Vendredi 30 Juillet 2004 23:53, Mikolaj Machowski a écrit :
> Dnia piątek, 30 lipca 2004 20:43, Mikolaj Machowski napisał:
> > Why putting all these divs in one row is considered proper????
> >
> > http://bugs.kde.org/show_bug.cgi?id=86293
>
> Sorry. My fault (but still unlogical for IMO).

it's not illogical. Floats are taken _out_ of the current flow ; the only 
thing that stop them from overflowing is the current block formatting 
context.

So for your div to act as a limitting container for it's inner floats, it 
would have to establish a new block formatting context (e.g by setting 
overflow: auto). See CSS spec chapter 9.

G.




More information about the kfm-devel mailing list