Нет описания

css-grid.json 7.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356
  1. {
  2. "title":"CSS Grid Layout",
  3. "description":"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.",
  4. "spec":"https://www.w3.org/TR/css3-grid-layout/",
  5. "status":"cr",
  6. "links":[
  7. {
  8. "url":"http://blogs.msdn.com/b/ie/archive/2011/04/14/ie10-platform-preview-and-css-features-for-adaptive-layouts.aspx",
  9. "title":"IE Blog post"
  10. },
  11. {
  12. "url":"https://bugs.webkit.org/show_bug.cgi?id=60731",
  13. "title":"WebKit (Chrome, Safari, etc.) feature request"
  14. },
  15. {
  16. "url":"https://bugzilla.mozilla.org/show_bug.cgi?id=616605",
  17. "title":"Mozilla (Firefox) feature request"
  18. },
  19. {
  20. "url":"https://github.com/codler/Grid-Layout-Polyfill",
  21. "title":"Polyfill based on old spec"
  22. },
  23. {
  24. "url":"https://github.com/FremyCompany/css-grid-polyfill/",
  25. "title":"Polyfill based on new spec"
  26. },
  27. {
  28. "url":"https://webkit.org/blog/7434/css-grid-layout-a-new-layout-module-for-the-web/",
  29. "title":"WebKit Blog post"
  30. },
  31. {
  32. "url":"https://gridbyexample.com/",
  33. "title":"Css Grid By Example: Everything you need to learn CSS Grid Layout"
  34. },
  35. {
  36. "url":"https://mozilladevelopers.github.io/playground/",
  37. "title":"Mozilla: Introduction to CSS Grid Layout"
  38. }
  39. ],
  40. "bugs":[
  41. {
  42. "description":"[GridBugs](https://github.com/rachelandrew/gridbugs): aims to be a community curated list of CSS Grid Layout bugs"
  43. },
  44. {
  45. "description":"Safari does not yet support intrinsic and extrinsic sizing with grid properties such as `grid-template-rows`"
  46. }
  47. ],
  48. "categories":[
  49. "CSS"
  50. ],
  51. "stats":{
  52. "ie":{
  53. "5.5":"n",
  54. "6":"n",
  55. "7":"n",
  56. "8":"n",
  57. "9":"p",
  58. "10":"a x #2",
  59. "11":"a x #2"
  60. },
  61. "edge":{
  62. "12":"a x #2",
  63. "13":"a x #2",
  64. "14":"a x #2",
  65. "15":"a x #2",
  66. "16":"y",
  67. "17":"y"
  68. },
  69. "firefox":{
  70. "2":"n",
  71. "3":"n",
  72. "3.5":"n",
  73. "3.6":"n",
  74. "4":"n",
  75. "5":"n",
  76. "6":"n",
  77. "7":"n",
  78. "8":"n",
  79. "9":"n",
  80. "10":"n",
  81. "11":"n",
  82. "12":"n",
  83. "13":"n",
  84. "14":"n",
  85. "15":"n",
  86. "16":"n",
  87. "17":"n",
  88. "18":"n",
  89. "19":"p",
  90. "20":"p",
  91. "21":"p",
  92. "22":"p",
  93. "23":"p",
  94. "24":"p",
  95. "25":"p",
  96. "26":"p",
  97. "27":"p",
  98. "28":"p",
  99. "29":"p",
  100. "30":"p",
  101. "31":"p",
  102. "32":"p",
  103. "33":"p",
  104. "34":"p",
  105. "35":"p",
  106. "36":"p",
  107. "37":"p",
  108. "38":"p",
  109. "39":"p",
  110. "40":"p d #3",
  111. "41":"p d #3",
  112. "42":"p d #3",
  113. "43":"p d #3",
  114. "44":"p d #3",
  115. "45":"p d #3",
  116. "46":"p d #3",
  117. "47":"p d #3",
  118. "48":"p d #3",
  119. "49":"p d #3",
  120. "50":"p d #3",
  121. "51":"p d #3",
  122. "52":"y #4",
  123. "53":"y #4",
  124. "54":"y",
  125. "55":"y",
  126. "56":"y",
  127. "57":"y",
  128. "58":"y",
  129. "59":"y",
  130. "60":"y",
  131. "61":"y"
  132. },
  133. "chrome":{
  134. "4":"n",
  135. "5":"n",
  136. "6":"n",
  137. "7":"n",
  138. "8":"n",
  139. "9":"n",
  140. "10":"n",
  141. "11":"n",
  142. "12":"n",
  143. "13":"n",
  144. "14":"n",
  145. "15":"n",
  146. "16":"n",
  147. "17":"n",
  148. "18":"n",
  149. "19":"n",
  150. "20":"n",
  151. "21":"n",
  152. "22":"n",
  153. "23":"n",
  154. "24":"n",
  155. "25":"p",
  156. "26":"p",
  157. "27":"p",
  158. "28":"p",
  159. "29":"p d #1",
  160. "30":"p d #1",
  161. "31":"p d #1",
  162. "32":"p d #1",
  163. "33":"p d #1",
  164. "34":"p d #1",
  165. "35":"p d #1",
  166. "36":"p d #1",
  167. "37":"p d #1",
  168. "38":"p d #1",
  169. "39":"p d #1",
  170. "40":"p d #1",
  171. "41":"p d #1",
  172. "42":"p d #1",
  173. "43":"p d #1",
  174. "44":"p d #1",
  175. "45":"p d #1",
  176. "46":"p d #1",
  177. "47":"p d #1",
  178. "48":"p d #1",
  179. "49":"p d #1",
  180. "50":"p d #1",
  181. "51":"p d #1",
  182. "52":"p d #1",
  183. "53":"p d #1",
  184. "54":"p d #1",
  185. "55":"p d #1",
  186. "56":"p d #1",
  187. "57":"y #4",
  188. "58":"y",
  189. "59":"y",
  190. "60":"y",
  191. "61":"y",
  192. "62":"y",
  193. "63":"y",
  194. "64":"y",
  195. "65":"y",
  196. "66":"y",
  197. "67":"y"
  198. },
  199. "safari":{
  200. "3.1":"n",
  201. "3.2":"n",
  202. "4":"n",
  203. "5":"n",
  204. "5.1":"n",
  205. "6":"p",
  206. "6.1":"p",
  207. "7":"p",
  208. "7.1":"p",
  209. "8":"p",
  210. "9":"p",
  211. "9.1":"p",
  212. "10":"p",
  213. "10.1":"y",
  214. "11":"y",
  215. "11.1":"y",
  216. "TP":"y"
  217. },
  218. "opera":{
  219. "9":"n",
  220. "9.5-9.6":"n",
  221. "10.0-10.1":"n",
  222. "10.5":"n",
  223. "10.6":"n",
  224. "11":"n",
  225. "11.1":"n",
  226. "11.5":"n",
  227. "11.6":"n",
  228. "12":"n",
  229. "12.1":"n",
  230. "15":"n",
  231. "16":"n",
  232. "17":"n",
  233. "18":"n",
  234. "19":"n",
  235. "20":"n",
  236. "21":"n",
  237. "22":"n",
  238. "23":"n",
  239. "24":"n",
  240. "25":"n",
  241. "26":"n",
  242. "27":"n",
  243. "28":"p d #1",
  244. "29":"p d #1",
  245. "30":"p d #1",
  246. "31":"p d #1",
  247. "32":"p d #1",
  248. "33":"p d #1",
  249. "34":"p d #1",
  250. "35":"p d #1",
  251. "36":"p d #1",
  252. "37":"p d #1",
  253. "38":"p d #1",
  254. "39":"p d #1",
  255. "40":"p d #1",
  256. "41":"p d #1",
  257. "42":"p d #1",
  258. "43":"p d #1",
  259. "44":"y",
  260. "45":"y",
  261. "46":"y",
  262. "47":"y",
  263. "48":"y",
  264. "49":"y",
  265. "50":"y",
  266. "51":"y",
  267. "52":"y"
  268. },
  269. "ios_saf":{
  270. "3.2":"n",
  271. "4.0-4.1":"n",
  272. "4.2-4.3":"n",
  273. "5.0-5.1":"n",
  274. "6.0-6.1":"p",
  275. "7.0-7.1":"p",
  276. "8":"p",
  277. "8.1-8.4":"p",
  278. "9.0-9.2":"p",
  279. "9.3":"p",
  280. "10.0-10.2":"p",
  281. "10.3":"y",
  282. "11.0-11.2":"y",
  283. "11.3":"y"
  284. },
  285. "op_mini":{
  286. "all":"n"
  287. },
  288. "android":{
  289. "2.1":"n",
  290. "2.2":"n",
  291. "2.3":"n",
  292. "3":"n",
  293. "4":"n",
  294. "4.1":"n",
  295. "4.2-4.3":"p",
  296. "4.4":"p",
  297. "4.4.3-4.4.4":"p",
  298. "62":"y"
  299. },
  300. "bb":{
  301. "7":"n",
  302. "10":"n"
  303. },
  304. "op_mob":{
  305. "10":"n",
  306. "11":"n",
  307. "11.1":"n",
  308. "11.5":"n",
  309. "12":"n",
  310. "12.1":"n",
  311. "37":"p"
  312. },
  313. "and_chr":{
  314. "64":"y"
  315. },
  316. "and_ff":{
  317. "57":"y"
  318. },
  319. "ie_mob":{
  320. "10":"a x #2",
  321. "11":"a x #2"
  322. },
  323. "and_uc":{
  324. "11.8":"y"
  325. },
  326. "samsung":{
  327. "4":"p",
  328. "5":"n",
  329. "6.2":"y"
  330. },
  331. "and_qq":{
  332. "1.2":"p d #1"
  333. },
  334. "baidu":{
  335. "7.12":"n"
  336. }
  337. },
  338. "notes":"",
  339. "notes_by_num":{
  340. "1":"Enabled in Chrome through the \"experimental Web Platform features\" flag in chrome://flags",
  341. "2":"Partial support in IE refers to supporting an [older version](https://www.w3.org/TR/2011/WD-css3-grid-layout-20110407/) of the specification.",
  342. "3":"Enabled in Firefox through the `layout.css.grid.enabled ` flag",
  343. "4":"There are some bugs with overflow ([1356820](https://bugzilla.mozilla.org/show_bug.cgi?id=1356820), [1348857](https://bugzilla.mozilla.org/show_bug.cgi?id=1348857), [1350925](https://bugzilla.mozilla.org/show_bug.cgi?id=1350925))",
  344. "5":"Enabled in Edge through the \"Enable Unprefixed CSS Grid Layout\" flag in about:flags"
  345. },
  346. "usage_perc_y":82.8,
  347. "usage_perc_a":3.79,
  348. "ucprefix":false,
  349. "parent":"",
  350. "keywords":"grids,grid-row,grid-column,grid-template,display:grid,inline-grid,fr unit,fractional unit",
  351. "ie_id":"cssgridlayout",
  352. "chrome_id":"4589636412243968",
  353. "firefox_id":"css-grid-layout",
  354. "webkit_id":"specification-css-grid-layout-level-1",
  355. "shown":true
  356. }