Re: [css-d] float drop in webkit with CSS3 multiple columns

2011-05-28 Thread Philippe Wittenbergh
On May 28, 2011, at 6:50 PM, Joergen W. Lang wrote: > I re-checked with the spec [1]. There it says: > > Name:column-width > Initial: auto > Percentages: N/A > > No percentage in sight. Instead the value is reset to 'auto'. So apparently > we're stuck with inconsistent behaviour if

Re: [css-d] float drop in webkit with CSS3 multiple columns

2011-05-28 Thread Joergen W. Lang
Am 27.05.11 02:54, schrieb Philippe Wittenbergh: Setting the column-width in percentages make it work the same in Safari 5 as Gecko 1.9.2+, WebKit nightlies/Chrome. I re-checked with the spec [1]. There it says: Name:column-width Initial: auto Percentages: N/A No percentage in

Re: [css-d] float drop in webkit with CSS3 multiple columns

2011-05-27 Thread Joergen W. Lang
Am 27.05.11 02:54, schrieb Philippe Wittenbergh: > > On May 26, 2011, at 11:53 PM, Joergen W. Lang wrote: >> http://www.joergen-lang.com/test/multicol.html >> >> This works fine in recent FFs. Chrome seems to "eat" the line above >> the image. Safari drops the floated image completely. >> Implem

Re: [css-d] float drop in webkit with CSS3 multiple columns

2011-05-26 Thread Philippe Wittenbergh
On May 26, 2011, at 11:53 PM, Joergen W. Lang wrote: > I am trying to cook up an example of the CSS3 multiple columns layout module > with a floated image in the text. Test page is here: > > http://www.joergen-lang.com/test/multicol.html > > This works fine in recent FFs. Chrome seems to "eat"

Re: [css-d] float drop in webkit with CSS3 multiple columns

2011-05-26 Thread David Laakso
On 5/26/11 10:53 AM, Joergen W. Lang wrote: I am trying to cook up an example of the CSS3 multiple columns layout module with a floated image in the text. Test page is here: http://www.joergen-lang.com/test/multicol.html This works fine in recent FFs. Chrome seems to "eat" the line above t