Re: [CSS21] Margin-Collapse Property to fix inconsistency

On Saturday 2007-06-16 21:41 -0700, Nicholas Retallack wrote:
> margin-collapse: vertical | horizontal | both/all | none

I'd prefer to avoid mode-switching properties when possible, since
they cascade very poorly.  (In general, the decision of what should
be a separate property vs. a value for an existing property ought to
be based significantly on whether they make sense to specify and
cascade separately.)

Collapsing of side margins, and collapsing of margins of floats with
things outside them seem unnecessarily complicated.  Either would
require a precise definition of when margins are adjacent.

-David

-- 
L. David Baron                                <URL: http://dbaron.org/ >
           Technical Lead, Layout & CSS, Mozilla Corporation

Received on Monday, 18 June 2007 01:02:58 UTC