pointer.json 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368
  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. "18":"y"
  60. },
  61. "firefox":{
  62. "2":"n",
  63. "3":"n",
  64. "3.5":"n",
  65. "3.6":"n",
  66. "4":"n",
  67. "5":"n",
  68. "6":"p",
  69. "7":"p",
  70. "8":"p",
  71. "9":"p",
  72. "10":"p",
  73. "11":"p",
  74. "12":"p",
  75. "13":"p",
  76. "14":"p",
  77. "15":"p",
  78. "16":"p",
  79. "17":"p",
  80. "18":"p",
  81. "19":"p",
  82. "20":"p",
  83. "21":"p",
  84. "22":"p",
  85. "23":"p",
  86. "24":"p",
  87. "25":"p",
  88. "26":"p",
  89. "27":"p",
  90. "28":"p",
  91. "29":"p",
  92. "30":"p",
  93. "31":"p",
  94. "32":"p",
  95. "33":"p",
  96. "34":"p",
  97. "35":"p",
  98. "36":"p",
  99. "37":"p",
  100. "38":"p",
  101. "39":"p",
  102. "40":"p",
  103. "41":"p d #2",
  104. "42":"p d #2",
  105. "43":"p d #2",
  106. "44":"p d #2",
  107. "45":"p d #2",
  108. "46":"p d #2",
  109. "47":"p d #2",
  110. "48":"p d #2",
  111. "49":"p d #2",
  112. "50":"p d #2",
  113. "51":"p d #2",
  114. "52":"p d #2",
  115. "53":"p d #2",
  116. "54":"p d #2",
  117. "55":"p d #2",
  118. "56":"p d #2",
  119. "57":"p d #2",
  120. "58":"p d #2",
  121. "59":"y",
  122. "60":"y",
  123. "61":"y",
  124. "62":"y",
  125. "63":"y",
  126. "64":"y",
  127. "65":"y",
  128. "66":"y"
  129. },
  130. "chrome":{
  131. "4":"n",
  132. "5":"n",
  133. "6":"n",
  134. "7":"n",
  135. "8":"n",
  136. "9":"n",
  137. "10":"n",
  138. "11":"n",
  139. "12":"n",
  140. "13":"n",
  141. "14":"n",
  142. "15":"n",
  143. "16":"n",
  144. "17":"n",
  145. "18":"n",
  146. "19":"n",
  147. "20":"n",
  148. "21":"n",
  149. "22":"p",
  150. "23":"p",
  151. "24":"p",
  152. "25":"p",
  153. "26":"p",
  154. "27":"p",
  155. "28":"p",
  156. "29":"p",
  157. "30":"p",
  158. "31":"p",
  159. "32":"p",
  160. "33":"p",
  161. "34":"p",
  162. "35":"p",
  163. "36":"p",
  164. "37":"p",
  165. "38":"p",
  166. "39":"p",
  167. "40":"p",
  168. "41":"p",
  169. "42":"p",
  170. "43":"p",
  171. "44":"p",
  172. "45":"p",
  173. "46":"p",
  174. "47":"p",
  175. "48":"p",
  176. "49":"p",
  177. "50":"p",
  178. "51":"p",
  179. "52":"p d #3",
  180. "53":"p d #3",
  181. "54":"p d #3",
  182. "55":"y",
  183. "56":"y",
  184. "57":"y",
  185. "58":"y",
  186. "59":"y",
  187. "60":"y",
  188. "61":"y",
  189. "62":"y",
  190. "63":"y",
  191. "64":"y",
  192. "65":"y",
  193. "66":"y",
  194. "67":"y",
  195. "68":"y",
  196. "69":"y",
  197. "70":"y",
  198. "71":"y",
  199. "72":"y",
  200. "73":"y",
  201. "74":"y"
  202. },
  203. "safari":{
  204. "3.1":"n",
  205. "3.2":"n",
  206. "4":"n",
  207. "5":"n",
  208. "5.1":"n",
  209. "6":"n",
  210. "6.1":"p",
  211. "7":"p",
  212. "7.1":"p",
  213. "8":"p",
  214. "9":"p",
  215. "9.1":"p",
  216. "10":"p",
  217. "10.1":"p",
  218. "11":"p",
  219. "11.1":"p",
  220. "12":"p",
  221. "TP":"p d #4"
  222. },
  223. "opera":{
  224. "9":"n",
  225. "9.5-9.6":"n",
  226. "10.0-10.1":"n",
  227. "10.5":"n",
  228. "10.6":"n",
  229. "11":"n",
  230. "11.1":"n",
  231. "11.5":"n",
  232. "11.6":"n",
  233. "12":"n",
  234. "12.1":"n",
  235. "15":"p",
  236. "16":"p",
  237. "17":"p",
  238. "18":"p",
  239. "19":"p",
  240. "20":"p",
  241. "21":"p",
  242. "22":"p",
  243. "23":"p",
  244. "24":"p",
  245. "25":"p",
  246. "26":"p",
  247. "27":"p",
  248. "28":"p",
  249. "29":"p",
  250. "30":"p",
  251. "31":"p",
  252. "32":"p",
  253. "33":"p",
  254. "34":"p",
  255. "35":"p",
  256. "36":"p",
  257. "37":"p",
  258. "38":"p",
  259. "39":"p d #3",
  260. "40":"p d #3",
  261. "41":"p d #3",
  262. "42":"y",
  263. "43":"y",
  264. "44":"y",
  265. "45":"y",
  266. "46":"y",
  267. "47":"y",
  268. "48":"y",
  269. "49":"y",
  270. "50":"y",
  271. "51":"y",
  272. "52":"y",
  273. "53":"y",
  274. "54":"y",
  275. "55":"y",
  276. "56":"y",
  277. "57":"y"
  278. },
  279. "ios_saf":{
  280. "3.2":"p",
  281. "4.0-4.1":"p",
  282. "4.2-4.3":"p",
  283. "5.0-5.1":"p",
  284. "6.0-6.1":"p",
  285. "7.0-7.1":"p",
  286. "8":"p",
  287. "8.1-8.4":"p",
  288. "9.0-9.2":"p",
  289. "9.3":"p",
  290. "10.0-10.2":"p",
  291. "10.3":"p",
  292. "11.0-11.2":"p",
  293. "11.3-11.4":"p",
  294. "12.0-12.1":"p"
  295. },
  296. "op_mini":{
  297. "all":"n"
  298. },
  299. "android":{
  300. "2.1":"p",
  301. "2.2":"p",
  302. "2.3":"p",
  303. "3":"p",
  304. "4":"p",
  305. "4.1":"p",
  306. "4.2-4.3":"p",
  307. "4.4":"p",
  308. "4.4.3-4.4.4":"p",
  309. "67":"y"
  310. },
  311. "bb":{
  312. "7":"p",
  313. "10":"p"
  314. },
  315. "op_mob":{
  316. "10":"n",
  317. "11":"p",
  318. "11.1":"p",
  319. "11.5":"p",
  320. "12":"p",
  321. "12.1":"p",
  322. "46":"y"
  323. },
  324. "and_chr":{
  325. "70":"y"
  326. },
  327. "and_ff":{
  328. "63":"p d #2"
  329. },
  330. "ie_mob":{
  331. "10":"a x",
  332. "11":"y"
  333. },
  334. "and_uc":{
  335. "11.8":"p"
  336. },
  337. "samsung":{
  338. "4":"p",
  339. "5":"n",
  340. "6.2":"y",
  341. "7.2":"y"
  342. },
  343. "and_qq":{
  344. "1.2":"p d #3"
  345. },
  346. "baidu":{
  347. "7.12":"n"
  348. }
  349. },
  350. "notes":"Firefox, starting with version 28, provides the 'dom.w3c_pointer_events.enabled' flag to support this specification.",
  351. "notes_by_num":{
  352. "1":"Partial support in IE10 refers the lack of pointerenter and pointerleave events.",
  353. "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",
  354. "3":"Can be enabled with the `#enable-pointer-events` flag.",
  355. "4":"Can be enabled under the `Experimental Features` menu."
  356. },
  357. "usage_perc_y":71.3,
  358. "usage_perc_a":0.09,
  359. "ucprefix":false,
  360. "parent":"",
  361. "keywords":"pointerdown,pointermove,pointerup,pointercancel,pointerover,pointerout,pointerenter,pointerleave",
  362. "ie_id":"pointerevents",
  363. "chrome_id":"4504699138998272",
  364. "firefox_id":"pointer-events",
  365. "webkit_id":"specification-pointer-events-level-2",
  366. "shown":true
  367. }