css-snappoints.json 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566
  1. {
  2. "title":"CSS Scroll Snap",
  3. "description":"CSS technique that allows customizable scrolling experiences like pagination of carousels by setting defined snap positions.",
  4. "spec":"https://www.w3.org/TR/css-scroll-snap-1/",
  5. "status":"cr",
  6. "links":[
  7. {
  8. "url":"https://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 Web Docs - CSS Scroll snap points"
  14. },
  15. {
  16. "url":"https://github.com/ckrack/scrollsnap-polyfill",
  17. "title":"Polyfill - based on an [older version](https://www.w3.org/TR/2015/WD-css-snappoints-1-20150326/) of the spec"
  18. },
  19. {
  20. "url":"https://www.npmjs.com/package/css-scroll-snap-polyfill",
  21. "title":"Polyfill - based on the [current version](https://www.w3.org/TR/css-scroll-snap-1/) of the spec"
  22. },
  23. {
  24. "url":"https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Scroll_Snap",
  25. "title":"MDN Web Docs - CSS Scroll Snap"
  26. },
  27. {
  28. "url":"https://github.com/filamentgroup/snapper",
  29. "title":"A CSS Snap Points based carousel (and lightweight polyfill) "
  30. }
  31. ],
  32. "bugs":[
  33. ],
  34. "categories":[
  35. "CSS"
  36. ],
  37. "stats":{
  38. "ie":{
  39. "5.5":"n",
  40. "6":"n",
  41. "7":"n",
  42. "8":"n",
  43. "9":"n",
  44. "10":"a x #1 #5 #6",
  45. "11":"a x #2 #5 #6"
  46. },
  47. "edge":{
  48. "12":"a x #2 #5 #6",
  49. "13":"a x #2 #5 #6",
  50. "14":"a x #2 #5 #6",
  51. "15":"a x #2 #5 #6",
  52. "16":"a x #2 #5 #6",
  53. "17":"a x #2 #5 #6",
  54. "18":"a x #2 #5 #6",
  55. "79":"y",
  56. "80":"y",
  57. "81":"y",
  58. "83":"y",
  59. "84":"y",
  60. "85":"y",
  61. "86":"y",
  62. "87":"y",
  63. "88":"y",
  64. "89":"y",
  65. "90":"y",
  66. "91":"y",
  67. "92":"y",
  68. "93":"y",
  69. "94":"y",
  70. "95":"y",
  71. "96":"y",
  72. "97":"y",
  73. "98":"y",
  74. "99":"y",
  75. "100":"y",
  76. "101":"y",
  77. "102":"y",
  78. "103":"y",
  79. "104":"y",
  80. "105":"y",
  81. "106":"y",
  82. "107":"y",
  83. "108":"y",
  84. "109":"y",
  85. "110":"y"
  86. },
  87. "firefox":{
  88. "2":"n",
  89. "3":"n",
  90. "3.5":"n",
  91. "3.6":"n",
  92. "4":"n",
  93. "5":"n",
  94. "6":"n",
  95. "7":"n",
  96. "8":"n",
  97. "9":"n",
  98. "10":"n",
  99. "11":"n",
  100. "12":"n",
  101. "13":"n",
  102. "14":"n",
  103. "15":"n",
  104. "16":"n",
  105. "17":"n",
  106. "18":"n",
  107. "19":"n",
  108. "20":"n",
  109. "21":"n",
  110. "22":"n",
  111. "23":"n",
  112. "24":"n",
  113. "25":"n",
  114. "26":"n",
  115. "27":"n",
  116. "28":"n",
  117. "29":"n",
  118. "30":"n",
  119. "31":"n",
  120. "32":"n",
  121. "33":"n",
  122. "34":"n",
  123. "35":"n",
  124. "36":"n",
  125. "37":"n",
  126. "38":"n",
  127. "39":"a #5",
  128. "40":"a #5",
  129. "41":"a #5",
  130. "42":"a #5",
  131. "43":"a #5",
  132. "44":"a #5",
  133. "45":"a #5",
  134. "46":"a #5",
  135. "47":"a #5",
  136. "48":"a #5",
  137. "49":"a #5",
  138. "50":"a #5",
  139. "51":"a #5",
  140. "52":"a #5",
  141. "53":"a #5",
  142. "54":"a #5",
  143. "55":"a #5",
  144. "56":"a #5",
  145. "57":"a #5",
  146. "58":"a #5",
  147. "59":"a #5",
  148. "60":"a #5",
  149. "61":"a #5",
  150. "62":"a #5",
  151. "63":"a #5",
  152. "64":"a #5",
  153. "65":"a #5",
  154. "66":"a #5",
  155. "67":"a #5",
  156. "68":"y",
  157. "69":"y",
  158. "70":"y",
  159. "71":"y",
  160. "72":"y",
  161. "73":"y",
  162. "74":"y",
  163. "75":"y",
  164. "76":"y",
  165. "77":"y",
  166. "78":"y",
  167. "79":"y",
  168. "80":"y",
  169. "81":"y",
  170. "82":"y",
  171. "83":"y",
  172. "84":"y",
  173. "85":"y",
  174. "86":"y",
  175. "87":"y",
  176. "88":"y",
  177. "89":"y",
  178. "90":"y",
  179. "91":"y",
  180. "92":"y",
  181. "93":"y",
  182. "94":"y",
  183. "95":"y",
  184. "96":"y",
  185. "97":"y",
  186. "98":"y",
  187. "99":"y",
  188. "100":"y",
  189. "101":"y",
  190. "102":"y",
  191. "103":"y",
  192. "104":"y",
  193. "105":"y",
  194. "106":"y",
  195. "107":"y",
  196. "108":"y",
  197. "109":"y",
  198. "110":"y",
  199. "111":"y",
  200. "112":"y"
  201. },
  202. "chrome":{
  203. "4":"n",
  204. "5":"n",
  205. "6":"n",
  206. "7":"n",
  207. "8":"n",
  208. "9":"n",
  209. "10":"n",
  210. "11":"n",
  211. "12":"n",
  212. "13":"n",
  213. "14":"n",
  214. "15":"n",
  215. "16":"n",
  216. "17":"n",
  217. "18":"n",
  218. "19":"n",
  219. "20":"n",
  220. "21":"n",
  221. "22":"n",
  222. "23":"n",
  223. "24":"n",
  224. "25":"n",
  225. "26":"n",
  226. "27":"n",
  227. "28":"n",
  228. "29":"n",
  229. "30":"n",
  230. "31":"n",
  231. "32":"n",
  232. "33":"n",
  233. "34":"n",
  234. "35":"n",
  235. "36":"n",
  236. "37":"n",
  237. "38":"n",
  238. "39":"n",
  239. "40":"n",
  240. "41":"n",
  241. "42":"n",
  242. "43":"n",
  243. "44":"n",
  244. "45":"n",
  245. "46":"n",
  246. "47":"n",
  247. "48":"n",
  248. "49":"n",
  249. "50":"n",
  250. "51":"n",
  251. "52":"n",
  252. "53":"n",
  253. "54":"n",
  254. "55":"n",
  255. "56":"n",
  256. "57":"n",
  257. "58":"n",
  258. "59":"n",
  259. "60":"n",
  260. "61":"n",
  261. "62":"n",
  262. "63":"n",
  263. "64":"n",
  264. "65":"n",
  265. "66":"n d #7",
  266. "67":"n d #7",
  267. "68":"n d #7",
  268. "69":"y",
  269. "70":"y",
  270. "71":"y",
  271. "72":"y",
  272. "73":"y",
  273. "74":"y",
  274. "75":"y",
  275. "76":"y",
  276. "77":"y",
  277. "78":"y",
  278. "79":"y",
  279. "80":"y",
  280. "81":"y",
  281. "83":"y",
  282. "84":"y",
  283. "85":"y",
  284. "86":"y",
  285. "87":"y",
  286. "88":"y",
  287. "89":"y",
  288. "90":"y",
  289. "91":"y",
  290. "92":"y",
  291. "93":"y",
  292. "94":"y",
  293. "95":"y",
  294. "96":"y",
  295. "97":"y",
  296. "98":"y",
  297. "99":"y",
  298. "100":"y",
  299. "101":"y",
  300. "102":"y",
  301. "103":"y",
  302. "104":"y",
  303. "105":"y",
  304. "106":"y",
  305. "107":"y",
  306. "108":"y",
  307. "109":"y",
  308. "110":"y",
  309. "111":"y",
  310. "112":"y",
  311. "113":"y"
  312. },
  313. "safari":{
  314. "3.1":"n",
  315. "3.2":"n",
  316. "4":"n",
  317. "5":"n",
  318. "5.1":"n",
  319. "6":"n",
  320. "6.1":"n",
  321. "7":"n",
  322. "7.1":"n",
  323. "8":"n",
  324. "9":"a x #4 #5",
  325. "9.1":"a x #4 #5",
  326. "10":"a x #4 #5",
  327. "10.1":"a x #4 #5",
  328. "11":"y",
  329. "11.1":"y",
  330. "12":"y",
  331. "12.1":"y",
  332. "13":"y",
  333. "13.1":"y",
  334. "14":"y",
  335. "14.1":"y",
  336. "15":"y",
  337. "15.1":"y",
  338. "15.2-15.3":"y",
  339. "15.4":"y",
  340. "15.5":"y",
  341. "15.6":"y",
  342. "16.0":"y",
  343. "16.1":"y",
  344. "16.2":"y",
  345. "16.3":"y",
  346. "16.4":"y",
  347. "TP":"y"
  348. },
  349. "opera":{
  350. "9":"n",
  351. "9.5-9.6":"n",
  352. "10.0-10.1":"n",
  353. "10.5":"n",
  354. "10.6":"n",
  355. "11":"n",
  356. "11.1":"n",
  357. "11.5":"n",
  358. "11.6":"n",
  359. "12":"n",
  360. "12.1":"n",
  361. "15":"n",
  362. "16":"n",
  363. "17":"n",
  364. "18":"n",
  365. "19":"n",
  366. "20":"n",
  367. "21":"n",
  368. "22":"n",
  369. "23":"n",
  370. "24":"n",
  371. "25":"n",
  372. "26":"n",
  373. "27":"n",
  374. "28":"n",
  375. "29":"n",
  376. "30":"n",
  377. "31":"n",
  378. "32":"n",
  379. "33":"n",
  380. "34":"n",
  381. "35":"n",
  382. "36":"n",
  383. "37":"n",
  384. "38":"n",
  385. "39":"n",
  386. "40":"n",
  387. "41":"n",
  388. "42":"n",
  389. "43":"n",
  390. "44":"n",
  391. "45":"n",
  392. "46":"n",
  393. "47":"n",
  394. "48":"n",
  395. "49":"n",
  396. "50":"n",
  397. "51":"n",
  398. "52":"n",
  399. "53":"n",
  400. "54":"n d #7",
  401. "55":"n d #7",
  402. "56":"n d #7",
  403. "57":"n d #7",
  404. "58":"n d #7",
  405. "60":"n d #7",
  406. "62":"n d #7",
  407. "63":"n d #7",
  408. "64":"y",
  409. "65":"y",
  410. "66":"y",
  411. "67":"y",
  412. "68":"y",
  413. "69":"y",
  414. "70":"y",
  415. "71":"y",
  416. "72":"y",
  417. "73":"y",
  418. "74":"y",
  419. "75":"y",
  420. "76":"y",
  421. "77":"y",
  422. "78":"y",
  423. "79":"y",
  424. "80":"y",
  425. "81":"y",
  426. "82":"y",
  427. "83":"y",
  428. "84":"y",
  429. "85":"y",
  430. "86":"y",
  431. "87":"y",
  432. "88":"y",
  433. "89":"y",
  434. "90":"y",
  435. "91":"y",
  436. "92":"y",
  437. "93":"y",
  438. "94":"y",
  439. "95":"y"
  440. },
  441. "ios_saf":{
  442. "3.2":"n",
  443. "4.0-4.1":"n",
  444. "4.2-4.3":"n",
  445. "5.0-5.1":"n",
  446. "6.0-6.1":"n",
  447. "7.0-7.1":"n",
  448. "8":"n",
  449. "8.1-8.4":"n",
  450. "9.0-9.2":"a x #4 #5",
  451. "9.3":"a x #4 #5",
  452. "10.0-10.2":"a x #4 #5",
  453. "10.3":"a x #4 #5",
  454. "11.0-11.2":"y",
  455. "11.3-11.4":"y",
  456. "12.0-12.1":"y",
  457. "12.2-12.5":"y",
  458. "13.0-13.1":"y",
  459. "13.2":"y",
  460. "13.3":"y",
  461. "13.4-13.7":"y",
  462. "14.0-14.4":"y",
  463. "14.5-14.8":"y",
  464. "15.0-15.1":"y",
  465. "15.2-15.3":"y",
  466. "15.4":"y",
  467. "15.5":"y",
  468. "15.6":"y",
  469. "16.0":"y",
  470. "16.1":"y",
  471. "16.2":"y",
  472. "16.3":"y",
  473. "16.4":"y"
  474. },
  475. "op_mini":{
  476. "all":"n"
  477. },
  478. "android":{
  479. "2.1":"n",
  480. "2.2":"n",
  481. "2.3":"n",
  482. "3":"n",
  483. "4":"n",
  484. "4.1":"n",
  485. "4.2-4.3":"n",
  486. "4.4":"n",
  487. "4.4.3-4.4.4":"n",
  488. "109":"y"
  489. },
  490. "bb":{
  491. "7":"n",
  492. "10":"n"
  493. },
  494. "op_mob":{
  495. "10":"n",
  496. "11":"n",
  497. "11.1":"n",
  498. "11.5":"n",
  499. "12":"n",
  500. "12.1":"n",
  501. "73":"y"
  502. },
  503. "and_chr":{
  504. "110":"y"
  505. },
  506. "and_ff":{
  507. "110":"y"
  508. },
  509. "ie_mob":{
  510. "10":"n",
  511. "11":"n"
  512. },
  513. "and_uc":{
  514. "13.4":"y"
  515. },
  516. "samsung":{
  517. "4":"n",
  518. "5.0-5.4":"n",
  519. "6.2-6.4":"n",
  520. "7.2-7.4":"n",
  521. "8.2":"n",
  522. "9.2":"n",
  523. "10.1":"y",
  524. "11.1-11.2":"y",
  525. "12.0":"y",
  526. "13.0":"y",
  527. "14.0":"y",
  528. "15.0":"y",
  529. "16.0":"y",
  530. "17.0":"y",
  531. "18.0":"y",
  532. "19.0":"y",
  533. "20":"y"
  534. },
  535. "and_qq":{
  536. "13.1":"y"
  537. },
  538. "baidu":{
  539. "13.18":"y"
  540. },
  541. "kaios":{
  542. "2.5":"a #5",
  543. "3.0-3.1":"y"
  544. }
  545. },
  546. "notes":"Works in the iOS WKWebView, but not UIWebView.",
  547. "notes_by_num":{
  548. "1":"Partial support in IE10 refers to support limited to touch screens.",
  549. "2":"Partial support in IE11 [documented here](https://web.archive.org/web/20160616212557/https://dl.dropboxusercontent.com/u/444684/openwebref/CSS/scroll-snap-points/support.html)",
  550. "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`.",
  551. "5":"Supports properties from an [older version](https://www.w3.org/TR/2015/WD-css-snappoints-1-20150326/) of the spec.",
  552. "6":"Partial support in IE & Edge refers to not supporting `scroll-snap-coordinate` and `scroll-snap-destination`.",
  553. "7":"Available behind the \"Experimental Web Platform features\" feature flag"
  554. },
  555. "usage_perc_y":95.1,
  556. "usage_perc_a":1.08,
  557. "ucprefix":false,
  558. "parent":"",
  559. "keywords":"scroll-margin,scroll-snap-points-x,scroll-snap-points-y,scroll-snap-type,scroll-snap-destination,scroll-snap-coordinate,scroll-snap-margin,scroll-snap-align,scroll-snap-stop",
  560. "ie_id":"cssscrollsnappoints",
  561. "chrome_id":"5721832506261504",
  562. "firefox_id":"",
  563. "webkit_id":"specification-css-scroll-snap-points-module-level-1",
  564. "shown":true
  565. }