Sin descripción

pointer.json 6.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346
  1. {
  2. "title":"Pointer events",
  3. "description":"This specification integrates various inputs from mice, touchscreens, and pens, making separate implementations no longer necessary and authoring for cross-device pointers easier. Not to be mistaken with the unrelated \"pointer-events\" CSS property.",
  4. "spec":"https://www.w3.org/TR/pointerevents/",
  5. "status":"rec",
  6. "links":[
  7. {
  8. "url":"http://blogs.msdn.com/b/ie/archive/2011/09/20/touch-input-for-ie10-and-metro-style-apps.aspx",
  9. "title":"Implementation of Pointer Events in IE10"
  10. },
  11. {
  12. "url":"http://blogs.msdn.com/b/eternalcoding/archive/2013/01/16/hand-js-a-polyfill-for-supporting-pointer-events-on-every-browser.aspx",
  13. "title":"Hand.js, the polyfill for browsers only supporting Touch Events"
  14. },
  15. {
  16. "url":"http://blogs.msdn.com/b/davrous/archive/2013/02/20/handling-touch-in-your-html5-apps-thanks-to-the-pointer-events-of-ie10-and-windows-8.aspx",
  17. "title":"Article & tutorial"
  18. },
  19. {
  20. "url":"http://deeptissuejs.com",
  21. "title":"Abstraction library for pointer events"
  22. },
  23. {
  24. "url":"https://github.com/jquery/PEP",
  25. "title":"PEP: Pointer Events Polyfill"
  26. },
  27. {
  28. "url":"https://developer.mozilla.org/en-US/docs/Web/API/Pointer_events",
  29. "title":"Pointer Event API on MDN"
  30. },
  31. {
  32. "url":"https://bugzilla.mozilla.org/show_bug.cgi?id=822898",
  33. "title":"Bugzilla@Mozilla: Bug 822898 - Implement pointer events"
  34. }
  35. ],
  36. "bugs":[
  37. ],
  38. "categories":[
  39. "DOM",
  40. "JS API"
  41. ],
  42. "stats":{
  43. "ie":{
  44. "5.5":"n",
  45. "6":"n",
  46. "7":"n",
  47. "8":"n",
  48. "9":"n",
  49. "10":"a x #1",
  50. "11":"y"
  51. },
  52. "edge":{
  53. "12":"y",
  54. "13":"y",
  55. "14":"y",
  56. "15":"y",
  57. "16":"y",
  58. "17":"y"
  59. },
  60. "firefox":{
  61. "2":"n",
  62. "3":"n",
  63. "3.5":"n",
  64. "3.6":"n",
  65. "4":"n",
  66. "5":"n",
  67. "6":"p",
  68. "7":"p",
  69. "8":"p",
  70. "9":"p",
  71. "10":"p",
  72. "11":"p",
  73. "12":"p",
  74. "13":"p",
  75. "14":"p",
  76. "15":"p",
  77. "16":"p",
  78. "17":"p",
  79. "18":"p",
  80. "19":"p",
  81. "20":"p",
  82. "21":"p",
  83. "22":"p",
  84. "23":"p",
  85. "24":"p",
  86. "25":"p",
  87. "26":"p",
  88. "27":"p",
  89. "28":"p",
  90. "29":"p",
  91. "30":"p",
  92. "31":"p",
  93. "32":"p",
  94. "33":"p",
  95. "34":"p",
  96. "35":"p",
  97. "36":"p",
  98. "37":"p",
  99. "38":"p",
  100. "39":"p",
  101. "40":"p",
  102. "41":"p d #2",
  103. "42":"p d #2",
  104. "43":"p d #2",
  105. "44":"p d #2",
  106. "45":"p d #2",
  107. "46":"p d #2",
  108. "47":"p d #2",
  109. "48":"p d #2",
  110. "49":"p d #2",
  111. "50":"p d #2",
  112. "51":"p d #2",
  113. "52":"p d #2",
  114. "53":"p d #2",
  115. "54":"p d #2",
  116. "55":"p d #2",
  117. "56":"p d #2",
  118. "57":"p d #2",
  119. "58":"p d #2",
  120. "59":"p d #2",
  121. "60":"p d #2",
  122. "61":"p d #2"
  123. },
  124. "chrome":{
  125. "4":"n",
  126. "5":"n",
  127. "6":"n",
  128. "7":"n",
  129. "8":"n",
  130. "9":"n",
  131. "10":"n",
  132. "11":"n",
  133. "12":"n",
  134. "13":"n",
  135. "14":"n",
  136. "15":"n",
  137. "16":"n",
  138. "17":"n",
  139. "18":"n",
  140. "19":"n",
  141. "20":"n",
  142. "21":"n",
  143. "22":"p",
  144. "23":"p",
  145. "24":"p",
  146. "25":"p",
  147. "26":"p",
  148. "27":"p",
  149. "28":"p",
  150. "29":"p",
  151. "30":"p",
  152. "31":"p",
  153. "32":"p",
  154. "33":"p",
  155. "34":"p",
  156. "35":"p",
  157. "36":"p",
  158. "37":"p",
  159. "38":"p",
  160. "39":"p",
  161. "40":"p",
  162. "41":"p",
  163. "42":"p",
  164. "43":"p",
  165. "44":"p",
  166. "45":"p",
  167. "46":"p",
  168. "47":"p",
  169. "48":"p",
  170. "49":"p",
  171. "50":"p",
  172. "51":"p",
  173. "52":"p d #3",
  174. "53":"p d #3",
  175. "54":"p d #3",
  176. "55":"y",
  177. "56":"y",
  178. "57":"y",
  179. "58":"y",
  180. "59":"y",
  181. "60":"y",
  182. "61":"y",
  183. "62":"y",
  184. "63":"y",
  185. "64":"y",
  186. "65":"y",
  187. "66":"y",
  188. "67":"y"
  189. },
  190. "safari":{
  191. "3.1":"n",
  192. "3.2":"n",
  193. "4":"n",
  194. "5":"n",
  195. "5.1":"n",
  196. "6":"n",
  197. "6.1":"p",
  198. "7":"p",
  199. "7.1":"p",
  200. "8":"p",
  201. "9":"p",
  202. "9.1":"p",
  203. "10":"p",
  204. "10.1":"p",
  205. "11":"p",
  206. "11.1":"p",
  207. "TP":"p"
  208. },
  209. "opera":{
  210. "9":"n",
  211. "9.5-9.6":"n",
  212. "10.0-10.1":"n",
  213. "10.5":"n",
  214. "10.6":"n",
  215. "11":"n",
  216. "11.1":"n",
  217. "11.5":"n",
  218. "11.6":"n",
  219. "12":"n",
  220. "12.1":"n",
  221. "15":"p",
  222. "16":"p",
  223. "17":"p",
  224. "18":"p",
  225. "19":"p",
  226. "20":"p",
  227. "21":"p",
  228. "22":"p",
  229. "23":"p",
  230. "24":"p",
  231. "25":"p",
  232. "26":"p",
  233. "27":"p",
  234. "28":"p",
  235. "29":"p",
  236. "30":"p",
  237. "31":"p",
  238. "32":"p",
  239. "33":"p",
  240. "34":"p",
  241. "35":"p",
  242. "36":"p",
  243. "37":"p",
  244. "38":"p",
  245. "39":"p d #3",
  246. "40":"p d #3",
  247. "41":"p d #3",
  248. "42":"y",
  249. "43":"y",
  250. "44":"y",
  251. "45":"y",
  252. "46":"y",
  253. "47":"y",
  254. "48":"y",
  255. "49":"y",
  256. "50":"y",
  257. "51":"y",
  258. "52":"y"
  259. },
  260. "ios_saf":{
  261. "3.2":"p",
  262. "4.0-4.1":"p",
  263. "4.2-4.3":"p",
  264. "5.0-5.1":"p",
  265. "6.0-6.1":"p",
  266. "7.0-7.1":"p",
  267. "8":"p",
  268. "8.1-8.4":"p",
  269. "9.0-9.2":"p",
  270. "9.3":"p",
  271. "10.0-10.2":"p",
  272. "10.3":"p",
  273. "11.0-11.2":"p",
  274. "11.3":"p"
  275. },
  276. "op_mini":{
  277. "all":"n"
  278. },
  279. "android":{
  280. "2.1":"p",
  281. "2.2":"p",
  282. "2.3":"p",
  283. "3":"p",
  284. "4":"p",
  285. "4.1":"p",
  286. "4.2-4.3":"p",
  287. "4.4":"p",
  288. "4.4.3-4.4.4":"p",
  289. "62":"y"
  290. },
  291. "bb":{
  292. "7":"p",
  293. "10":"p"
  294. },
  295. "op_mob":{
  296. "10":"n",
  297. "11":"p",
  298. "11.1":"p",
  299. "11.5":"p",
  300. "12":"p",
  301. "12.1":"p",
  302. "37":"p"
  303. },
  304. "and_chr":{
  305. "64":"y"
  306. },
  307. "and_ff":{
  308. "57":"p d #2"
  309. },
  310. "ie_mob":{
  311. "10":"a x",
  312. "11":"y"
  313. },
  314. "and_uc":{
  315. "11.8":"p"
  316. },
  317. "samsung":{
  318. "4":"p",
  319. "5":"n",
  320. "6.2":"y"
  321. },
  322. "and_qq":{
  323. "1.2":"p d #3"
  324. },
  325. "baidu":{
  326. "7.12":"n"
  327. }
  328. },
  329. "notes":"Firefox, starting with version 28, provides the 'dom.w3c_pointer_events.enabled' flag to support this specification.",
  330. "notes_by_num":{
  331. "1":"Partial support in IE10 refers the lack of pointerenter and pointerleave events.",
  332. "2":"Firefox support is disabled by default and [only supports mouse input](https://hacks.mozilla.org/2015/08/pointer-events-now-in-firefox-nightly/). On Windows only, touch can be enabled with the `layers.async-pan-zoom.enabled` and `dom.w3c_touch_events.enabled` flags",
  333. "3":"Can be enabled with the `#enable-pointer-events` flag."
  334. },
  335. "usage_perc_y":62.78,
  336. "usage_perc_a":0.16,
  337. "ucprefix":false,
  338. "parent":"",
  339. "keywords":"pointerdown,pointermove,pointerup,pointercancel,pointerover,pointerout,pointerenter,pointerleave",
  340. "ie_id":"pointerevents",
  341. "chrome_id":"4504699138998272",
  342. "firefox_id":"pointer-events",
  343. "webkit_id":"",
  344. "shown":true
  345. }