説明なし

css-overscroll-behavior.json 6.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336
  1. {
  2. "title":"CSS overscroll-behavior",
  3. "description":"CSS property to control the behavior when the scroll position of a scroll container reaches the edge of the scrollport.",
  4. "spec":"https://wicg.github.io/overscroll-behavior/",
  5. "status":"unoff",
  6. "links":[
  7. {
  8. "url":"https://ebidel.github.io/demos/chatbox.html",
  9. "title":"Demo"
  10. },
  11. {
  12. "url":"https://wpdev.uservoice.com/forums/257854-microsoft-edge-developer/suggestions/32172871-implement-css-overscroll-behavior",
  13. "title":"UserVoice support request for Edge"
  14. },
  15. {
  16. "url":"https://bugzilla.mozilla.org/show_bug.cgi?id=951793#c11",
  17. "title":"Firefox implementation bug"
  18. },
  19. {
  20. "url":"https://developers.google.com/web/updates/2017/11/overscroll-behavior",
  21. "title":"Google Developers blog post on overflow-behavior"
  22. },
  23. {
  24. "url":"https://bugs.webkit.org/show_bug.cgi?id=176454",
  25. "title":"WebKit support bug"
  26. }
  27. ],
  28. "bugs":[
  29. ],
  30. "categories":[
  31. "CSS"
  32. ],
  33. "stats":{
  34. "ie":{
  35. "5.5":"n",
  36. "6":"n",
  37. "7":"n",
  38. "8":"n",
  39. "9":"n",
  40. "10":"a #1",
  41. "11":"a #1"
  42. },
  43. "edge":{
  44. "12":"a #1",
  45. "13":"a #1",
  46. "14":"a #1",
  47. "15":"a #1",
  48. "16":"a #1",
  49. "17":"a #1"
  50. },
  51. "firefox":{
  52. "2":"n",
  53. "3":"n",
  54. "3.5":"n",
  55. "3.6":"n",
  56. "4":"n",
  57. "5":"n",
  58. "6":"n",
  59. "7":"n",
  60. "8":"n",
  61. "9":"n",
  62. "10":"n",
  63. "11":"n",
  64. "12":"n",
  65. "13":"n",
  66. "14":"n",
  67. "15":"n",
  68. "16":"n",
  69. "17":"n",
  70. "18":"n",
  71. "19":"n",
  72. "20":"n",
  73. "21":"n",
  74. "22":"n",
  75. "23":"n",
  76. "24":"n",
  77. "25":"n",
  78. "26":"n",
  79. "27":"n",
  80. "28":"n",
  81. "29":"n",
  82. "30":"n",
  83. "31":"n",
  84. "32":"n",
  85. "33":"n",
  86. "34":"n",
  87. "35":"n",
  88. "36":"n",
  89. "37":"n",
  90. "38":"n",
  91. "39":"n",
  92. "40":"n",
  93. "41":"n",
  94. "42":"n",
  95. "43":"n",
  96. "44":"n",
  97. "45":"n",
  98. "46":"n",
  99. "47":"n",
  100. "48":"n",
  101. "49":"n",
  102. "50":"n",
  103. "51":"n",
  104. "52":"n",
  105. "53":"n",
  106. "54":"n",
  107. "55":"n",
  108. "56":"n",
  109. "57":"n",
  110. "58":"n",
  111. "59":"y",
  112. "60":"y",
  113. "61":"y"
  114. },
  115. "chrome":{
  116. "4":"n",
  117. "5":"n",
  118. "6":"n",
  119. "7":"n",
  120. "8":"n",
  121. "9":"n",
  122. "10":"n",
  123. "11":"n",
  124. "12":"n",
  125. "13":"n",
  126. "14":"n",
  127. "15":"n",
  128. "16":"n",
  129. "17":"n",
  130. "18":"n",
  131. "19":"n",
  132. "20":"n",
  133. "21":"n",
  134. "22":"n",
  135. "23":"n",
  136. "24":"n",
  137. "25":"n",
  138. "26":"n",
  139. "27":"n",
  140. "28":"n",
  141. "29":"n",
  142. "30":"n",
  143. "31":"n",
  144. "32":"n",
  145. "33":"n",
  146. "34":"n",
  147. "35":"n",
  148. "36":"n",
  149. "37":"n",
  150. "38":"n",
  151. "39":"n",
  152. "40":"n",
  153. "41":"n",
  154. "42":"n",
  155. "43":"n",
  156. "44":"n",
  157. "45":"n",
  158. "46":"n",
  159. "47":"n",
  160. "48":"n",
  161. "49":"n",
  162. "50":"n",
  163. "51":"n",
  164. "52":"n",
  165. "53":"n",
  166. "54":"n",
  167. "55":"n",
  168. "56":"n",
  169. "57":"n",
  170. "58":"n",
  171. "59":"n",
  172. "60":"n",
  173. "61":"n",
  174. "62":"n",
  175. "63":"a #2",
  176. "64":"a #2",
  177. "65":"y",
  178. "66":"y",
  179. "67":"y"
  180. },
  181. "safari":{
  182. "3.1":"n",
  183. "3.2":"n",
  184. "4":"n",
  185. "5":"n",
  186. "5.1":"n",
  187. "6":"n",
  188. "6.1":"n",
  189. "7":"n",
  190. "7.1":"n",
  191. "8":"n",
  192. "9":"n",
  193. "9.1":"n",
  194. "10":"n",
  195. "10.1":"n",
  196. "11":"n",
  197. "11.1":"n",
  198. "TP":"n"
  199. },
  200. "opera":{
  201. "9":"n",
  202. "9.5-9.6":"n",
  203. "10.0-10.1":"n",
  204. "10.5":"n",
  205. "10.6":"n",
  206. "11":"n",
  207. "11.1":"n",
  208. "11.5":"n",
  209. "11.6":"n",
  210. "12":"n",
  211. "12.1":"n",
  212. "15":"n",
  213. "16":"n",
  214. "17":"n",
  215. "18":"n",
  216. "19":"n",
  217. "20":"n",
  218. "21":"n",
  219. "22":"n",
  220. "23":"n",
  221. "24":"n",
  222. "25":"n",
  223. "26":"n",
  224. "27":"n",
  225. "28":"n",
  226. "29":"n",
  227. "30":"n",
  228. "31":"n",
  229. "32":"n",
  230. "33":"n",
  231. "34":"n",
  232. "35":"n",
  233. "36":"n",
  234. "37":"n",
  235. "38":"n",
  236. "39":"n",
  237. "40":"n",
  238. "41":"n",
  239. "42":"n",
  240. "43":"n",
  241. "44":"n",
  242. "45":"n",
  243. "46":"n",
  244. "47":"n",
  245. "48":"n",
  246. "49":"n",
  247. "50":"a #2",
  248. "51":"a #2",
  249. "52":"a #2"
  250. },
  251. "ios_saf":{
  252. "3.2":"n",
  253. "4.0-4.1":"n",
  254. "4.2-4.3":"n",
  255. "5.0-5.1":"n",
  256. "6.0-6.1":"n",
  257. "7.0-7.1":"n",
  258. "8":"n",
  259. "8.1-8.4":"n",
  260. "9.0-9.2":"n",
  261. "9.3":"n",
  262. "10.0-10.2":"n",
  263. "10.3":"n",
  264. "11.0-11.2":"n",
  265. "11.3":"n"
  266. },
  267. "op_mini":{
  268. "all":"n"
  269. },
  270. "android":{
  271. "2.1":"n",
  272. "2.2":"n",
  273. "2.3":"n",
  274. "3":"n",
  275. "4":"n",
  276. "4.1":"n",
  277. "4.2-4.3":"n",
  278. "4.4":"n",
  279. "4.4.3-4.4.4":"n",
  280. "62":"n"
  281. },
  282. "bb":{
  283. "7":"n",
  284. "10":"n"
  285. },
  286. "op_mob":{
  287. "10":"n",
  288. "11":"n",
  289. "11.1":"n",
  290. "11.5":"n",
  291. "12":"n",
  292. "12.1":"n",
  293. "37":"n"
  294. },
  295. "and_chr":{
  296. "64":"a #2"
  297. },
  298. "and_ff":{
  299. "57":"n"
  300. },
  301. "ie_mob":{
  302. "10":"a #1",
  303. "11":"a #1"
  304. },
  305. "and_uc":{
  306. "11.8":"n"
  307. },
  308. "samsung":{
  309. "4":"n",
  310. "5":"n",
  311. "6.2":"n"
  312. },
  313. "and_qq":{
  314. "1.2":"n"
  315. },
  316. "baidu":{
  317. "7.12":"n"
  318. }
  319. },
  320. "notes":"",
  321. "notes_by_num":{
  322. "1":"Supports the precursor version of the property: [`-ms-scroll-chaining`](https://msdn.microsoft.com/en-us/library/hh772034%28v=vs.85%29.aspx), which works similarly. IE support is limited to Windows 8 & above",
  323. "2":"Does not support `overscroll-behavior: none;` on the body element to prevent the overscroll glow and rubberbanding effects."
  324. },
  325. "usage_perc_y":0.07,
  326. "usage_perc_a":58.51,
  327. "ucprefix":false,
  328. "parent":"",
  329. "keywords":"scroll-boundary-behavior,overscroll-behavior-x,overscroll-behavior-y,-ms-scroll-chaining",
  330. "ie_id":"",
  331. "chrome_id":"5734614437986304",
  332. "firefox_id":"",
  333. "webkit_id":"",
  334. "shown":true
  335. }