[Webkit-unassigned] [Bug 28351] Columns don’t care about their children’s margins
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Mar 11 06:00:19 PST 2011
https://bugs.webkit.org/show_bug.cgi?id=28351
Martin Rauscher <hades32+webkit at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |hades32+webkit at gmail.com
--- Comment #2 from Martin Rauscher <hades32+webkit at gmail.com> 2011-03-11 06:00:19 PST ---
This is not about what you care. This is about the specification, which clearly states:
"A top margin set on the first child element of a multicol element will not collapse with the margins of the multicol element."
http://www.w3.org/TR/css3-multicol/#the-multi-column-model
What is absolutely sensible. Because how would you achieve that effect otherwise? You'd have to introduce another element. And why would you set a top margin if you don't want it in the first place?
This is clearly a bug. And in Mozilla, too:
https://bugzilla.mozilla.org/show_bug.cgi?id=388666
https://bugzilla.mozilla.org/show_bug.cgi?id=616722
The current Opera snapshots handle this right.
--
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