css-touch-action.json 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301
  1. {
  2. "title":"CSS touch-action property",
  3. "description":"touch-action is a CSS property that controls filtering of gesture events, providing developers with a declarative mechanism to selectively disable touch scrolling (in one or both axes), pinch-zooming or double-tap-zooming.",
  4. "spec":"http://www.w3.org/TR/pointerevents/#the-touch-action-css-property",
  5. "status":"rec",
  6. "links":[
  7. {
  8. "url":"http://msdn.microsoft.com/en-us/library/windows/apps/hh767313.aspx",
  9. "title":"MSDN Docs"
  10. },
  11. {
  12. "url":"http://updates.html5rocks.com/2013/12/300ms-tap-delay-gone-away",
  13. "title":"300ms tap delay, gone away"
  14. },
  15. {
  16. "url":"http://blogs.telerik.com/appbuilder/posts/13-11-21/what-exactly-is.....-the-300ms-click-delay",
  17. "title":"What Exactly Is..... The 300ms Click Delay"
  18. },
  19. {
  20. "url":"http://thx.github.io/mobile/300ms-click-delay/",
  21. "title":"What Exactly Is..... The 300ms Click Delay (Chinese)"
  22. },
  23. {
  24. "url":"https://developer.mozilla.org/en-US/docs/Web/CSS/touch-action",
  25. "title":"Mozilla Developer Network"
  26. },
  27. {
  28. "url":"https://bugs.webkit.org/show_bug.cgi?id=149854",
  29. "title":"WebKit bug 149854: Implement touch-action: manipulation; for iOS"
  30. },
  31. {
  32. "url":"https://bugs.webkit.org/show_bug.cgi?id=133112",
  33. "title":"WebKit bug 133112: touch-action CSS property support"
  34. }
  35. ],
  36. "bugs":[
  37. ],
  38. "categories":[
  39. "CSS"
  40. ],
  41. "stats":{
  42. "ie":{
  43. "5.5":"n",
  44. "6":"n",
  45. "7":"n",
  46. "8":"n",
  47. "9":"n",
  48. "10":"y x #2",
  49. "11":"y"
  50. },
  51. "edge":{
  52. "12":"y",
  53. "13":"y",
  54. "14":"y"
  55. },
  56. "firefox":{
  57. "2":"n",
  58. "3":"n",
  59. "3.5":"n",
  60. "3.6":"n",
  61. "4":"n",
  62. "5":"n",
  63. "6":"n",
  64. "7":"n",
  65. "8":"n",
  66. "9":"n",
  67. "10":"n",
  68. "11":"n",
  69. "12":"n",
  70. "13":"n",
  71. "14":"n",
  72. "15":"n",
  73. "16":"n",
  74. "17":"n",
  75. "18":"n",
  76. "19":"n",
  77. "20":"n",
  78. "21":"n",
  79. "22":"n",
  80. "23":"n",
  81. "24":"n",
  82. "25":"n",
  83. "26":"n",
  84. "27":"n",
  85. "28":"n",
  86. "29":"n d #1",
  87. "30":"n d #1",
  88. "31":"n d #1",
  89. "32":"n d #1",
  90. "33":"n d #1",
  91. "34":"n d #1",
  92. "35":"n d #1",
  93. "36":"n d #1",
  94. "37":"n d #1",
  95. "38":"n d #1",
  96. "39":"n d #1",
  97. "40":"n d #1",
  98. "41":"n d #1",
  99. "42":"n d #1",
  100. "43":"n d #1",
  101. "44":"n d #1",
  102. "45":"n d #1",
  103. "46":"n d #1",
  104. "47":"n d #1",
  105. "48":"n d #1",
  106. "49":"n d #1",
  107. "50":"n d #1",
  108. "51":"n d #1",
  109. "52":"y",
  110. "53":"y"
  111. },
  112. "chrome":{
  113. "4":"n",
  114. "5":"n",
  115. "6":"n",
  116. "7":"n",
  117. "8":"n",
  118. "9":"n",
  119. "10":"n",
  120. "11":"n",
  121. "12":"n",
  122. "13":"n",
  123. "14":"n",
  124. "15":"n",
  125. "16":"n",
  126. "17":"n",
  127. "18":"n",
  128. "19":"n",
  129. "20":"n",
  130. "21":"n",
  131. "22":"n",
  132. "23":"n",
  133. "24":"n",
  134. "25":"n",
  135. "26":"n",
  136. "27":"n",
  137. "28":"n",
  138. "29":"n",
  139. "30":"n",
  140. "31":"n",
  141. "32":"n",
  142. "33":"n",
  143. "34":"n",
  144. "35":"n",
  145. "36":"y",
  146. "37":"y",
  147. "38":"y",
  148. "39":"y",
  149. "40":"y",
  150. "41":"y",
  151. "42":"y",
  152. "43":"y",
  153. "44":"y",
  154. "45":"y",
  155. "46":"y",
  156. "47":"y",
  157. "48":"y",
  158. "49":"y",
  159. "50":"y",
  160. "51":"y",
  161. "52":"y",
  162. "53":"y",
  163. "54":"y",
  164. "55":"y",
  165. "56":"y",
  166. "57":"y"
  167. },
  168. "safari":{
  169. "3.1":"n",
  170. "3.2":"n",
  171. "4":"n",
  172. "5":"n",
  173. "5.1":"n",
  174. "6":"n",
  175. "6.1":"n",
  176. "7":"n",
  177. "7.1":"n",
  178. "8":"n",
  179. "9":"n",
  180. "9.1":"a #3",
  181. "10":"a #3",
  182. "TP":"a #3"
  183. },
  184. "opera":{
  185. "9":"n",
  186. "9.5-9.6":"n",
  187. "10.0-10.1":"n",
  188. "10.5":"n",
  189. "10.6":"n",
  190. "11":"n",
  191. "11.1":"n",
  192. "11.5":"n",
  193. "11.6":"n",
  194. "12":"n",
  195. "12.1":"n",
  196. "15":"n",
  197. "16":"n",
  198. "17":"n",
  199. "18":"n",
  200. "19":"n",
  201. "20":"n",
  202. "21":"n",
  203. "22":"n",
  204. "23":"y",
  205. "24":"y",
  206. "25":"y",
  207. "26":"y",
  208. "27":"y",
  209. "28":"y",
  210. "29":"y",
  211. "30":"y",
  212. "31":"y",
  213. "32":"y",
  214. "33":"y",
  215. "34":"y",
  216. "35":"y",
  217. "36":"y",
  218. "37":"y",
  219. "38":"y",
  220. "39":"y",
  221. "40":"y",
  222. "41":"y",
  223. "42":"y",
  224. "43":"y"
  225. },
  226. "ios_saf":{
  227. "3.2":"n",
  228. "4.0-4.1":"n",
  229. "4.2-4.3":"n",
  230. "5.0-5.1":"n",
  231. "6.0-6.1":"n",
  232. "7.0-7.1":"n",
  233. "8":"n",
  234. "8.1-8.4":"n",
  235. "9.0-9.2":"n",
  236. "9.3":"a #3",
  237. "10-10.1":"a #3"
  238. },
  239. "op_mini":{
  240. "all":"n"
  241. },
  242. "android":{
  243. "2.1":"n",
  244. "2.2":"n",
  245. "2.3":"n",
  246. "3":"n",
  247. "4":"n",
  248. "4.1":"n",
  249. "4.2-4.3":"n",
  250. "4.4":"n",
  251. "4.4.3-4.4.4":"n",
  252. "53":"y"
  253. },
  254. "bb":{
  255. "7":"n",
  256. "10":"n"
  257. },
  258. "op_mob":{
  259. "10":"n",
  260. "11":"n",
  261. "11.1":"n",
  262. "11.5":"n",
  263. "12":"n",
  264. "12.1":"n",
  265. "37":"y"
  266. },
  267. "and_chr":{
  268. "54":"y"
  269. },
  270. "and_ff":{
  271. "50":"n d #1"
  272. },
  273. "ie_mob":{
  274. "10":"y x #2",
  275. "11":"y"
  276. },
  277. "and_uc":{
  278. "11":"n"
  279. },
  280. "samsung":{
  281. "4":"y"
  282. }
  283. },
  284. "notes":"",
  285. "notes_by_num":{
  286. "1":"Supported in Firefox behind the `layout.css.touch_action.enabled` flag, Firefox for Windows 8 Touch ('Metro') enabled by default.",
  287. "2":"IE10+ has already supported these property which are not in standard at present such as `pinch-zoom`, `double-tap-zoom`, `cross-slide-x`, `cross-slide-y`.",
  288. "3":"Safari only supports `auto` and `manipulation`."
  289. },
  290. "usage_perc_y":62.14,
  291. "usage_perc_a":10.42,
  292. "ucprefix":false,
  293. "parent":"",
  294. "keywords":"touch action",
  295. "ie_id":"csstouchaction",
  296. "chrome_id":"5912074022551552",
  297. "firefox_id":"",
  298. "webkit_id":"",
  299. "shown":true
  300. }