From: Isaak Eriksson Date: Tue, 22 Oct 2019 19:02:01 +0000 (+0200) Subject: docs: only IE11 is supported by XY Grid - closes #11617 X-Git-Tag: v6.6.0~3^2~2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F11879%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git docs: only IE11 is supported by XY Grid - closes #11617 --- 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. ---