CSS Grid Layout (level 1)

- CR

Method of using a grid concept to lay out content, providing a mechanism for authors to divide available space for layout into columns and rows using a set of predictable sizing behaviors. Includes support for all grid-* properties and the fr unit.

Chrome

  1. 4 - 24: Not supported
  2. 25 - 28: Not supported (but has polyfill available)
  3. 29 - 56: Disabled by default
  4. 57: Supported
  5. 58 - 121: Supported
  6. 122: Supported
  7. 123 - 125: Supported

Edge

  1. 12 - 15: Partial support
  2. 16 - 121: Supported
  3. 122: Supported

Safari

  1. 3.1 - 5.1: Not supported
  2. 6 - 10: Not supported (but has polyfill available)
  3. 10.1 - 17.3: Supported
  4. 17.4: Supported
  5. TP: Supported

Firefox

  1. 2 - 18: Not supported
  2. 19 - 39: Not supported (but has polyfill available)
  3. 40 - 51: Disabled by default
  4. 52 - 53: Supported
  5. 54 - 122: Supported
  6. 123: Supported
  7. 124 - 126: Supported

Opera

  1. 9 - 27: Not supported
  2. 28 - 43: Disabled by default
  3. 44 - 107: Supported
  4. 108: Supported

IE

  1. 5.5 - 8: Not supported
  2. 9: Not supported (but has polyfill available)
  3. 10: Partial support
  4. 11: Partial support

Chrome for Android

  1. 122: Supported

Safari on iOS

  1. 3.2 - 5.1: Not supported
  2. 6 - 10.2: Not supported (but has polyfill available)
  3. 10.3 - 17.3: Supported
  4. 17.4: Supported

Samsung Internet

  1. 4: Not supported (but has polyfill available)
  2. 5: Not supported
  3. 6.2 - 22: Supported
  4. 23: Supported

Opera Mini

  1. all: Not supported

Opera Mobile

  1. 10 - 12.1: Not supported
  2. 80: Supported

UC Browser for Android

  1. 15.5: Supported

Android Browser

  1. 2.1 - 4.1: Not supported
  2. 4.2 - 4.4.4: Not supported (but has polyfill available)
  3. 122: Supported

Firefox for Android

  1. 123: Supported

QQ Browser

  1. 14.9: Supported

Baidu Browser

  1. 13.52: Supported

KaiOS Browser

  1. 2.5: Supported
  2. 3: Supported

See also support for subgrids

Resources:
Polyfill based on old spec
Polyfill based on new spec
Css Grid By Example: Everything you need to learn CSS Grid Layout
Mozilla: Introduction to CSS Grid Layout
WebKit Blog post