[css-flex] Add gutters support in Flexbox |
||
Issue descriptionThe CSS WG has recently approved to add new gutter properties: column-gap, row-gap and gap. And these properties will apply to Flexbox containers. See: https://github.com/w3c/csswg-drafts/issues/1696 Spec: https://drafts.csswg.org/css-align/#gap-flex FWIW, the prefixed version of these properties is already supported in Grid Layout, there's a bug to remove the "grid-" prefix for them (see issue #761904 ).
,
Sep 7
BTW, Firefox has implemented this recently: https://bugzilla.mozilla.org/show_bug.cgi?id=1398483
,
Nov 15
,
Nov 15
Issue 859059 has been merged into this issue.
,
Dec 3
In https://bugs.chromium.org/p/chromium/issues/detail?id=761904, the "grid-" prefixes were removed. Chrome claims is has support for the "gap" property (e.g. when via the CSS supports at-rule), but it doesn’t work with flexbox. This makes it currently impossible to feature-detect "gap" reliably. |
||
►
Sign in to add a comment |
||
Comment 1 by sheriffbot@chromium.org
, Sep 7Status: Untriaged (was: Available)