[Webkit-unassigned] [Bug 17887] Column break doesn't reset child bottom margin

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 25 07:27:49 PST 2014


https://bugs.webkit.org/show_bug.cgi?id=17887





--- Comment #3 from Deepak Mittal <deepak.m1 at samsung.com>  2014-02-25 07:24:57 PST ---
I think this is happening because children of div are getting treated as block element, due to this it will try to fit those in the same column and when it is not getting fit in the column then it will  get break to 2 blocks and it will get displayed in the next column..

But in FF it is treated as the inline flow, As I have tried to remove last 2 
<div></div> then I am getting 7 blocks in the FF, But the webkit behavior is quite consistent.

So I thing above is the reason for this issue..and current webkit behavior is the normal expected behavior, as I have tried in IE also their also the children of container div are getting treated as block only..

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list