From 5e9857bae68dbc747437cb7cb4c87fe30f933fb4 Mon Sep 17 00:00:00 2001 From: Isaak Eriksson Date: Tue, 22 Oct 2019 21:02:01 +0200 Subject: [PATCH] docs: only IE11 is supported by XY Grid - closes #11617 --- docs/pages/xy-grid.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/xy-grid.md b/docs/pages/xy-grid.md index 011a467b7..87565cfd5 100644 --- a/docs/pages/xy-grid.md +++ b/docs/pages/xy-grid.md @@ -18,7 +18,7 @@ The XY grid works very similarly to the standard float grid, but includes a numb ## Browser support -The XY grid is supported in Chrome, Firefox, Safari 6+, IE10+, iOS 7+, and Android 4.4+. Flexbox is supported in Android 2, but not reliably enough for use with this grid. ([View Flexbox browser support.](http://caniuse.com/#feat=flexbox)) We recommend only using the XY grid on projects that can live with purely cutting-edge browser support. +The XY grid is supported in Chrome, Firefox, Safari 6+, IE11, iOS 7+, and Android 4.4+. Flexbox is supported in Android 2, but not reliably enough for use with this grid. ([View Flexbox browser support.](http://caniuse.com/#feat=flexbox)) We recommend only using the XY grid on projects that can live with purely cutting-edge browser support. --- -- 2.47.2