Re: [csswg-drafts] [css-box] Add option to disable collapsing margins.

Chromium has these properties:

```
-webkit-margin-top-collapse
-webkit-margin-bottom-collapse
-webkit-margin-before-collapse
-webkit-margin-after-collapse
```

The values are `collapse` (the initial behavior), `separate` (avoid margin collapse) and `discard` (no margin).

-- 
GitHub Notification of comment by Loirooriol
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/2839#issuecomment-400997101 using your GitHub account

Received on Thursday, 28 June 2018 11:00:13 UTC