css-snappoints.json 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286
  1. {
  2. "title":"CSS Scroll snap points",
  3. "description":"CSS technique that allows customizable scrolling experiences like pagination of carousels by setting defined snap points.",
  4. "spec":"http://www.w3.org/TR/css-snappoints-1/",
  5. "status":"wd",
  6. "links":[
  7. {
  8. "url":"http://generatedcontent.org/post/66817675443/setting-native-like-scrolling-offsets-in-css-with",
  9. "title":"Blog post"
  10. },
  11. {
  12. "url":"https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Scroll_Snap_Points",
  13. "title":"MDN Documentation for CSS Scroll snap points"
  14. },
  15. {
  16. "url":"https://github.com/ckrack/scrollsnap-polyfill",
  17. "title":"Polyfill"
  18. }
  19. ],
  20. "bugs":[
  21. ],
  22. "categories":[
  23. "CSS"
  24. ],
  25. "stats":{
  26. "ie":{
  27. "5.5":"n",
  28. "6":"n",
  29. "7":"n",
  30. "8":"n",
  31. "9":"n",
  32. "10":"a x #1",
  33. "11":"a x #2"
  34. },
  35. "edge":{
  36. "12":"a x #2",
  37. "13":"a x #2",
  38. "14":"a x #2"
  39. },
  40. "firefox":{
  41. "2":"n",
  42. "3":"n",
  43. "3.5":"n",
  44. "3.6":"n",
  45. "4":"n",
  46. "5":"n",
  47. "6":"n",
  48. "7":"n",
  49. "8":"n",
  50. "9":"n",
  51. "10":"n",
  52. "11":"n",
  53. "12":"n",
  54. "13":"n",
  55. "14":"n",
  56. "15":"n",
  57. "16":"n",
  58. "17":"n",
  59. "18":"n",
  60. "19":"n",
  61. "20":"n",
  62. "21":"n",
  63. "22":"n",
  64. "23":"n",
  65. "24":"n",
  66. "25":"n",
  67. "26":"n",
  68. "27":"n",
  69. "28":"n",
  70. "29":"n",
  71. "30":"n",
  72. "31":"n",
  73. "32":"n",
  74. "33":"n",
  75. "34":"n",
  76. "35":"n",
  77. "36":"n",
  78. "37":"n",
  79. "38":"n",
  80. "39":"y",
  81. "40":"y",
  82. "41":"y",
  83. "42":"y",
  84. "43":"y",
  85. "44":"y",
  86. "45":"y",
  87. "46":"y",
  88. "47":"y",
  89. "48":"y",
  90. "49":"y",
  91. "50":"y",
  92. "51":"y",
  93. "52":"y",
  94. "53":"y"
  95. },
  96. "chrome":{
  97. "4":"n",
  98. "5":"n",
  99. "6":"n",
  100. "7":"n",
  101. "8":"n",
  102. "9":"n",
  103. "10":"n",
  104. "11":"n",
  105. "12":"n",
  106. "13":"n",
  107. "14":"n",
  108. "15":"n",
  109. "16":"n",
  110. "17":"n",
  111. "18":"n",
  112. "19":"n",
  113. "20":"n",
  114. "21":"n",
  115. "22":"n",
  116. "23":"n",
  117. "24":"n",
  118. "25":"n",
  119. "26":"n",
  120. "27":"n",
  121. "28":"n",
  122. "29":"n",
  123. "30":"n",
  124. "31":"n",
  125. "32":"n",
  126. "33":"n",
  127. "34":"n",
  128. "35":"n",
  129. "36":"n",
  130. "37":"n",
  131. "38":"n",
  132. "39":"n",
  133. "40":"n",
  134. "41":"n",
  135. "42":"n",
  136. "43":"n",
  137. "44":"n",
  138. "45":"n",
  139. "46":"n",
  140. "47":"n",
  141. "48":"n",
  142. "49":"n",
  143. "50":"n",
  144. "51":"n",
  145. "52":"n",
  146. "53":"n",
  147. "54":"n",
  148. "55":"n",
  149. "56":"n",
  150. "57":"n"
  151. },
  152. "safari":{
  153. "3.1":"n",
  154. "3.2":"n",
  155. "4":"n",
  156. "5":"n",
  157. "5.1":"n",
  158. "6":"n",
  159. "6.1":"n",
  160. "7":"n",
  161. "7.1":"n",
  162. "8":"n",
  163. "9":"a x #4",
  164. "9.1":"a x #4",
  165. "10":"a x #4",
  166. "TP":"a x #4"
  167. },
  168. "opera":{
  169. "9":"n",
  170. "9.5-9.6":"n",
  171. "10.0-10.1":"n",
  172. "10.5":"n",
  173. "10.6":"n",
  174. "11":"n",
  175. "11.1":"n",
  176. "11.5":"n",
  177. "11.6":"n",
  178. "12":"n",
  179. "12.1":"n",
  180. "15":"n",
  181. "16":"n",
  182. "17":"n",
  183. "18":"n",
  184. "19":"n",
  185. "20":"n",
  186. "21":"n",
  187. "22":"n",
  188. "23":"n",
  189. "24":"n",
  190. "25":"n",
  191. "26":"n",
  192. "27":"n",
  193. "28":"n",
  194. "29":"n",
  195. "30":"n",
  196. "31":"n",
  197. "32":"n",
  198. "33":"n",
  199. "34":"n",
  200. "35":"n",
  201. "36":"n",
  202. "37":"n",
  203. "38":"n",
  204. "39":"n",
  205. "40":"n",
  206. "41":"n",
  207. "42":"n",
  208. "43":"n"
  209. },
  210. "ios_saf":{
  211. "3.2":"n",
  212. "4.0-4.1":"n",
  213. "4.2-4.3":"n",
  214. "5.0-5.1":"n",
  215. "6.0-6.1":"n",
  216. "7.0-7.1":"n",
  217. "8":"n",
  218. "8.1-8.4":"n",
  219. "9.0-9.2":"y x",
  220. "9.3":"y x",
  221. "10-10.1":"y x"
  222. },
  223. "op_mini":{
  224. "all":"n"
  225. },
  226. "android":{
  227. "2.1":"n",
  228. "2.2":"n",
  229. "2.3":"n",
  230. "3":"n",
  231. "4":"n",
  232. "4.1":"n",
  233. "4.2-4.3":"n",
  234. "4.4":"n",
  235. "4.4.3-4.4.4":"n",
  236. "53":"n"
  237. },
  238. "bb":{
  239. "7":"n",
  240. "10":"n"
  241. },
  242. "op_mob":{
  243. "10":"n",
  244. "11":"n",
  245. "11.1":"n",
  246. "11.5":"n",
  247. "12":"n",
  248. "12.1":"n",
  249. "37":"n"
  250. },
  251. "and_chr":{
  252. "54":"n"
  253. },
  254. "and_ff":{
  255. "50":"n"
  256. },
  257. "ie_mob":{
  258. "10":"n",
  259. "11":"n"
  260. },
  261. "and_uc":{
  262. "11":"n"
  263. },
  264. "samsung":{
  265. "4":"n"
  266. }
  267. },
  268. "notes":"Works in the iOS WKWebView, but not UIWebView.",
  269. "notes_by_num":{
  270. "1":"Partial support in IE10 refers to support limited to touch screens.",
  271. "2":"Partial support in IE11 [documented here](https://dl.dropboxusercontent.com/u/444684/openwebref/CSS/scroll-snap-points/support.html)",
  272. "3":"Can be enabled in Firefox using the `layout.css.scroll-snap.enabled` flag in `about:config`",
  273. "4":"Partial support in Safari refers to not supporting the `none` keyword in `scroll-snap-points-x`, `scroll-snap-points-y` and `scroll-snap-coordinate`, and length keywords (`top`, `right`, etc.) in `scroll-snap-destination` and `scroll-snap-coordinate`."
  274. },
  275. "usage_perc_y":15.03,
  276. "usage_perc_a":7.48,
  277. "ucprefix":false,
  278. "parent":"",
  279. "keywords":"scroll-snap-points-x,scroll-snap-points-y,scroll-snap-type,scroll-snap-destination,scroll-snap-coordinate",
  280. "ie_id":"cssscrollingsnappoints",
  281. "chrome_id":"",
  282. "firefox_id":"",
  283. "webkit_id":"specification-css-scroll-snap-points-module-level-1",
  284. "shown":true
  285. }