pointer-events.json 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362
  1. {
  2. "title":"CSS pointer-events (for HTML)",
  3. "description":"This CSS property, when set to \"none\" allows elements to not receive hover/click events, instead the event will occur on anything behind it. ",
  4. "spec":"http://wiki.csswg.org/spec/css4-ui#pointer-events",
  5. "status":"unoff",
  6. "links":[
  7. {
  8. "url":"http://robertnyman.com/2010/03/22/css-pointer-events-to-allow-clicks-on-underlying-elements/",
  9. "title":"Article & tutorial"
  10. },
  11. {
  12. "url":"https://raw.github.com/phiggins42/has.js/master/detect/css.js#css-pointerevents",
  13. "title":"has.js test"
  14. },
  15. {
  16. "url":"https://github.com/kmewhort/pointer_events_polyfill",
  17. "title":"Polyfill"
  18. }
  19. ],
  20. "bugs":[
  21. {
  22. "description":"Does not work on links in IE11 and Edge 17 and below unless display is set to `block` or `inline-block`, or position is set to `absolute` or `fixed`."
  23. },
  24. {
  25. "description":"Moving the scrollbar on an object with `pointer-events: none;` works in Firefox, but doesn't work in either Chrome or IE."
  26. },
  27. {
  28. "description":"The SVG 2.0 specification also defines a bounding-box value. When the value of pointer-events is bounding-box, the rectangular area around the element can also receive pointer events. Only Chrome 65+ supports the bounding-box value."
  29. },
  30. {
  31. "description":"IE 9 and 10 return true on `'pointerEvents'` in `document.documentElement.style` due to support on SVG elements, but they don't support it on HTML elements."
  32. },
  33. {
  34. "description":"Does not work in IE11 on `select` elements if only a parent has the property set (though it does work if the `select` element has it set explicitly)"
  35. }
  36. ],
  37. "categories":[
  38. "CSS3"
  39. ],
  40. "stats":{
  41. "ie":{
  42. "5.5":"n",
  43. "6":"n",
  44. "7":"n",
  45. "8":"n",
  46. "9":"n",
  47. "10":"n",
  48. "11":"y"
  49. },
  50. "edge":{
  51. "12":"y",
  52. "13":"y",
  53. "14":"y",
  54. "15":"y",
  55. "16":"y",
  56. "17":"y",
  57. "18":"y"
  58. },
  59. "firefox":{
  60. "2":"n",
  61. "3":"n",
  62. "3.5":"n",
  63. "3.6":"y",
  64. "4":"y",
  65. "5":"y",
  66. "6":"y",
  67. "7":"y",
  68. "8":"y",
  69. "9":"y",
  70. "10":"y",
  71. "11":"y",
  72. "12":"y",
  73. "13":"y",
  74. "14":"y",
  75. "15":"y",
  76. "16":"y",
  77. "17":"y",
  78. "18":"y",
  79. "19":"y",
  80. "20":"y",
  81. "21":"y",
  82. "22":"y",
  83. "23":"y",
  84. "24":"y",
  85. "25":"y",
  86. "26":"y",
  87. "27":"y",
  88. "28":"y",
  89. "29":"y",
  90. "30":"y",
  91. "31":"y",
  92. "32":"y",
  93. "33":"y",
  94. "34":"y",
  95. "35":"y",
  96. "36":"y",
  97. "37":"y",
  98. "38":"y",
  99. "39":"y",
  100. "40":"y",
  101. "41":"y",
  102. "42":"y",
  103. "43":"y",
  104. "44":"y",
  105. "45":"y",
  106. "46":"y",
  107. "47":"y",
  108. "48":"y",
  109. "49":"y",
  110. "50":"y",
  111. "51":"y",
  112. "52":"y",
  113. "53":"y",
  114. "54":"y",
  115. "55":"y",
  116. "56":"y",
  117. "57":"y",
  118. "58":"y",
  119. "59":"y",
  120. "60":"y",
  121. "61":"y",
  122. "62":"y",
  123. "63":"y",
  124. "64":"y",
  125. "65":"y",
  126. "66":"y"
  127. },
  128. "chrome":{
  129. "4":"y",
  130. "5":"y",
  131. "6":"y",
  132. "7":"y",
  133. "8":"y",
  134. "9":"y",
  135. "10":"y",
  136. "11":"y",
  137. "12":"y",
  138. "13":"y",
  139. "14":"y",
  140. "15":"y",
  141. "16":"y",
  142. "17":"y",
  143. "18":"y",
  144. "19":"y",
  145. "20":"y",
  146. "21":"y",
  147. "22":"y",
  148. "23":"y",
  149. "24":"y",
  150. "25":"y",
  151. "26":"y",
  152. "27":"y",
  153. "28":"y",
  154. "29":"y",
  155. "30":"y",
  156. "31":"y",
  157. "32":"y",
  158. "33":"y",
  159. "34":"y",
  160. "35":"y",
  161. "36":"y",
  162. "37":"y",
  163. "38":"y",
  164. "39":"y",
  165. "40":"y",
  166. "41":"y",
  167. "42":"y",
  168. "43":"y",
  169. "44":"y",
  170. "45":"y",
  171. "46":"y",
  172. "47":"y",
  173. "48":"y",
  174. "49":"y",
  175. "50":"y",
  176. "51":"y",
  177. "52":"y",
  178. "53":"y",
  179. "54":"y",
  180. "55":"y",
  181. "56":"y",
  182. "57":"y",
  183. "58":"y",
  184. "59":"y",
  185. "60":"y",
  186. "61":"y",
  187. "62":"y",
  188. "63":"y",
  189. "64":"y",
  190. "65":"y",
  191. "66":"y",
  192. "67":"y",
  193. "68":"y",
  194. "69":"y",
  195. "70":"y",
  196. "71":"y",
  197. "72":"y",
  198. "73":"y",
  199. "74":"y"
  200. },
  201. "safari":{
  202. "3.1":"n",
  203. "3.2":"n",
  204. "4":"y",
  205. "5":"y",
  206. "5.1":"y",
  207. "6":"y",
  208. "6.1":"y",
  209. "7":"y",
  210. "7.1":"y",
  211. "8":"y",
  212. "9":"y",
  213. "9.1":"y",
  214. "10":"y",
  215. "10.1":"y",
  216. "11":"y",
  217. "11.1":"y",
  218. "12":"y",
  219. "TP":"y"
  220. },
  221. "opera":{
  222. "9":"n",
  223. "9.5-9.6":"n",
  224. "10.0-10.1":"n",
  225. "10.5":"n",
  226. "10.6":"n",
  227. "11":"n",
  228. "11.1":"n",
  229. "11.5":"n",
  230. "11.6":"n",
  231. "12":"n",
  232. "12.1":"n",
  233. "15":"y",
  234. "16":"y",
  235. "17":"y",
  236. "18":"y",
  237. "19":"y",
  238. "20":"y",
  239. "21":"y",
  240. "22":"y",
  241. "23":"y",
  242. "24":"y",
  243. "25":"y",
  244. "26":"y",
  245. "27":"y",
  246. "28":"y",
  247. "29":"y",
  248. "30":"y",
  249. "31":"y",
  250. "32":"y",
  251. "33":"y",
  252. "34":"y",
  253. "35":"y",
  254. "36":"y",
  255. "37":"y",
  256. "38":"y",
  257. "39":"y",
  258. "40":"y",
  259. "41":"y",
  260. "42":"y",
  261. "43":"y",
  262. "44":"y",
  263. "45":"y",
  264. "46":"y",
  265. "47":"y",
  266. "48":"y",
  267. "49":"y",
  268. "50":"y",
  269. "51":"y",
  270. "52":"y",
  271. "53":"y",
  272. "54":"y",
  273. "55":"y",
  274. "56":"y",
  275. "57":"y"
  276. },
  277. "ios_saf":{
  278. "3.2":"y",
  279. "4.0-4.1":"y",
  280. "4.2-4.3":"y",
  281. "5.0-5.1":"y",
  282. "6.0-6.1":"y",
  283. "7.0-7.1":"y",
  284. "8":"y",
  285. "8.1-8.4":"y",
  286. "9.0-9.2":"y",
  287. "9.3":"y",
  288. "10.0-10.2":"y",
  289. "10.3":"y",
  290. "11.0-11.2":"y",
  291. "11.3-11.4":"y",
  292. "12.0-12.1":"y"
  293. },
  294. "op_mini":{
  295. "all":"n"
  296. },
  297. "android":{
  298. "2.1":"y",
  299. "2.2":"y",
  300. "2.3":"y",
  301. "3":"y",
  302. "4":"y",
  303. "4.1":"y",
  304. "4.2-4.3":"y",
  305. "4.4":"y",
  306. "4.4.3-4.4.4":"y",
  307. "67":"y"
  308. },
  309. "bb":{
  310. "7":"y",
  311. "10":"y"
  312. },
  313. "op_mob":{
  314. "10":"n",
  315. "11":"n",
  316. "11.1":"n",
  317. "11.5":"n",
  318. "12":"n",
  319. "12.1":"n",
  320. "46":"y"
  321. },
  322. "and_chr":{
  323. "70":"y"
  324. },
  325. "and_ff":{
  326. "63":"y"
  327. },
  328. "ie_mob":{
  329. "10":"n",
  330. "11":"y"
  331. },
  332. "and_uc":{
  333. "11.8":"y"
  334. },
  335. "samsung":{
  336. "4":"y",
  337. "5":"y",
  338. "6.2":"y",
  339. "7.2":"y"
  340. },
  341. "and_qq":{
  342. "1.2":"y"
  343. },
  344. "baidu":{
  345. "7.12":"y"
  346. }
  347. },
  348. "notes":"Already part of the SVG specification, and all SVG-supporting browsers appear to support the property on SVG elements.",
  349. "notes_by_num":{
  350. },
  351. "usage_perc_y":93.32,
  352. "usage_perc_a":0,
  353. "ucprefix":false,
  354. "parent":"",
  355. "keywords":"pointerevents,pointer-events:none",
  356. "ie_id":"csspointerevents",
  357. "chrome_id":"",
  358. "firefox_id":"",
  359. "webkit_id":"",
  360. "shown":true
  361. }