]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
docs: only IE11 is supported by XY Grid - closes #11617 11879/head
authorIsaak Eriksson <isaak.eriksson@gmail.com>
Tue, 22 Oct 2019 19:02:01 +0000 (21:02 +0200)
committerDaniel Ruf <mac1@daniel-ruf.de>
Tue, 22 Oct 2019 19:19:47 +0000 (21:19 +0200)
docs/pages/xy-grid.md

index 011a467b7b159f6fa6ecf62c1778fdec5261d3b1..87565cfd55e6c4f4ec3d0e2add4fced871cfd5dc 100644 (file)
@@ -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.
 
 ---