Skip to content

Commit

Permalink
Chrome does not yet support gap on flexbox (mdn#3806)
Browse files Browse the repository at this point in the history
* Chrome does not yet support gap on flexbox

Cf. https://bugs.chromium.org/p/chromium/issues/detail?id=762679

* Update css gap data for chrome based browsers

As suggested in https://github.com/mdn/browser-compat-data/pull/3806/commits#issuecomment-483662152
  • Loading branch information
bodograumann authored and ddbeck committed Apr 17, 2019
1 parent 4aba860 commit 5143e4d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions css/properties/gap.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/gap",
"support": {
"chrome": {
"version_added": null
"version_added": false
},
"chrome_android": {
"version_added": null
"version_added": false
},
"edge": {
"version_added": null
Expand All @@ -29,10 +29,10 @@
"version_added": false
},
"opera": {
"version_added": null
"version_added": false
},
"opera_android": {
"version_added": null
"version_added": false
},
"qq_android": {
"version_added": null
Expand All @@ -53,7 +53,7 @@
"version_added": null
},
"webview_android": {
"version_added": null
"version_added": false
}
},
"status": {
Expand Down

0 comments on commit 5143e4d

Please sign in to comment.