{
 "caniuse": [
  "css-grid-lanes"
 ],
 "compat_features": [
  "css.properties.display.grid-lanes",
  "css.properties.display.inline-grid-lanes",
  "css.properties.flow-tolerance",
  "css.properties.flow-tolerance.infinite",
  "css.properties.flow-tolerance.normal"
 ],
 "description": "The display: grid-lanes and display: inline-grid-lanes CSS declarations create a layout where items are tightly packed in parallel lanes. Items are placed one by one in the lane that has the most available space. Also known as masonry.",
 "description_html": "The <code>display: grid-lanes</code> and <code>display: inline-grid-lanes</code> CSS declarations create a layout where items are tightly packed in parallel lanes. Items are placed one by one in the lane that has the most available space. Also known as masonry.",
 "group": [
  "layout"
 ],
 "kind": "feature",
 "name": "Grid lanes",
 "spec": [
  "https://drafts.csswg.org/css-grid-3/"
 ],
 "status": {
  "baseline": false,
  "by_compat_key": {
   "css.properties.display.grid-lanes": {
    "baseline": false,
    "support": {
     "safari": "26.4",
     "safari_ios": "26.4"
    }
   },
   "css.properties.display.inline-grid-lanes": {
    "baseline": false,
    "support": {
     "safari": "26.4",
     "safari_ios": "26.4"
    }
   },
   "css.properties.flow-tolerance": {
    "baseline": false,
    "support": {
     "safari": "26.4",
     "safari_ios": "26.4"
    }
   },
   "css.properties.flow-tolerance.infinite": {
    "baseline": false,
    "support": {
     "safari": "26.4",
     "safari_ios": "26.4"
    }
   },
   "css.properties.flow-tolerance.normal": {
    "baseline": false,
    "support": {
     "safari": "26.4",
     "safari_ios": "26.4"
    }
   }
  },
  "support": {
   "safari": "26.4",
   "safari_ios": "26.4"
  }
 },
 "id": "grid-lanes",
 "groups": [
  "layout"
 ],
 "specs": [
  {
   "url": "https://drafts.csswg.org/css-grid-3/",
   "seriesComposition": "delta",
   "shortname": "css-grid-3",
   "series": {
    "shortname": "css-grid",
    "currentSpecification": "css-grid-2",
    "title": "CSS Grid Layout",
    "shortTitle": "CSS Grid Layout",
    "releaseUrl": "https://www.w3.org/TR/css-grid/",
    "nightlyUrl": "https://drafts.csswg.org/css-grid/"
   },
   "seriesVersion": "3",
   "seriesPrevious": "css-grid-2",
   "organization": "W3C",
   "groups": [
    {
     "name": "Cascading Style Sheets (CSS) Working Group",
     "url": "https://www.w3.org/groups/wg/css/"
    }
   ],
   "release": {
    "url": "https://www.w3.org/TR/css-grid-3/",
    "status": "Working Draft",
    "filename": "Overview.html"
   },
   "nightly": {
    "url": "https://drafts.csswg.org/css-grid-3/",
    "status": "Editor's Draft",
    "alternateUrls": [
     "https://w3c.github.io/csswg-drafts/css-grid-3/"
    ],
    "repository": "https://github.com/w3c/csswg-drafts",
    "sourcePath": "css-grid-3/Overview.bs",
    "filename": "index.html"
   },
   "title": "CSS Grid Layout Module Level 3",
   "source": "w3c",
   "shortTitle": "CSS Grid Layout 3",
   "categories": [
    "browser"
   ],
   "standing": "good",
   "tests": {
    "repository": "https://github.com/web-platform-tests/wpt",
    "testPaths": [
     "css/css-grid"
    ]
   },
   "fragment": null
  }
 ],
 "mdnUrls": [],
 "standardPositions": [],
 "hasNegativeStandardPosition": false,
 "stateOfSurveys": [],
 "chromeUseCounters": {},
 "interop": [],
 "wpt": null,
 "developerSignals": null,
 "bugs": {},
 "useCases": null,
 "baselineLowDateAsObject": null,
 "baselineHighDateAsObject": null
}