pointer-events.json 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297
  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 unless display is set to `block` or `inline-block`."
  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":"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."
  29. },
  30. {
  31. "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)"
  32. }
  33. ],
  34. "categories":[
  35. "CSS3"
  36. ],
  37. "stats":{
  38. "ie":{
  39. "5.5":"n",
  40. "6":"n",
  41. "7":"n",
  42. "8":"n",
  43. "9":"n",
  44. "10":"n",
  45. "11":"y"
  46. },
  47. "edge":{
  48. "12":"y",
  49. "13":"y",
  50. "14":"y",
  51. "15":"y"
  52. },
  53. "firefox":{
  54. "2":"n",
  55. "3":"n",
  56. "3.5":"n",
  57. "3.6":"y",
  58. "4":"y",
  59. "5":"y",
  60. "6":"y",
  61. "7":"y",
  62. "8":"y",
  63. "9":"y",
  64. "10":"y",
  65. "11":"y",
  66. "12":"y",
  67. "13":"y",
  68. "14":"y",
  69. "15":"y",
  70. "16":"y",
  71. "17":"y",
  72. "18":"y",
  73. "19":"y",
  74. "20":"y",
  75. "21":"y",
  76. "22":"y",
  77. "23":"y",
  78. "24":"y",
  79. "25":"y",
  80. "26":"y",
  81. "27":"y",
  82. "28":"y",
  83. "29":"y",
  84. "30":"y",
  85. "31":"y",
  86. "32":"y",
  87. "33":"y",
  88. "34":"y",
  89. "35":"y",
  90. "36":"y",
  91. "37":"y",
  92. "38":"y",
  93. "39":"y",
  94. "40":"y",
  95. "41":"y",
  96. "42":"y",
  97. "43":"y",
  98. "44":"y",
  99. "45":"y",
  100. "46":"y",
  101. "47":"y",
  102. "48":"y",
  103. "49":"y",
  104. "50":"y",
  105. "51":"y",
  106. "52":"y",
  107. "53":"y"
  108. },
  109. "chrome":{
  110. "4":"y",
  111. "5":"y",
  112. "6":"y",
  113. "7":"y",
  114. "8":"y",
  115. "9":"y",
  116. "10":"y",
  117. "11":"y",
  118. "12":"y",
  119. "13":"y",
  120. "14":"y",
  121. "15":"y",
  122. "16":"y",
  123. "17":"y",
  124. "18":"y",
  125. "19":"y",
  126. "20":"y",
  127. "21":"y",
  128. "22":"y",
  129. "23":"y",
  130. "24":"y",
  131. "25":"y",
  132. "26":"y",
  133. "27":"y",
  134. "28":"y",
  135. "29":"y",
  136. "30":"y",
  137. "31":"y",
  138. "32":"y",
  139. "33":"y",
  140. "34":"y",
  141. "35":"y",
  142. "36":"y",
  143. "37":"y",
  144. "38":"y",
  145. "39":"y",
  146. "40":"y",
  147. "41":"y",
  148. "42":"y",
  149. "43":"y",
  150. "44":"y",
  151. "45":"y",
  152. "46":"y",
  153. "47":"y",
  154. "48":"y",
  155. "49":"y",
  156. "50":"y",
  157. "51":"y",
  158. "52":"y",
  159. "53":"y",
  160. "54":"y",
  161. "55":"y",
  162. "56":"y",
  163. "57":"y",
  164. "58":"y"
  165. },
  166. "safari":{
  167. "3.1":"n",
  168. "3.2":"n",
  169. "4":"y",
  170. "5":"y",
  171. "5.1":"y",
  172. "6":"y",
  173. "6.1":"y",
  174. "7":"y",
  175. "7.1":"y",
  176. "8":"y",
  177. "9":"y",
  178. "9.1":"y",
  179. "10":"y",
  180. "TP":"y"
  181. },
  182. "opera":{
  183. "9":"n",
  184. "9.5-9.6":"n",
  185. "10.0-10.1":"n",
  186. "10.5":"n",
  187. "10.6":"n",
  188. "11":"n",
  189. "11.1":"n",
  190. "11.5":"n",
  191. "11.6":"n",
  192. "12":"n",
  193. "12.1":"n",
  194. "15":"y",
  195. "16":"y",
  196. "17":"y",
  197. "18":"y",
  198. "19":"y",
  199. "20":"y",
  200. "21":"y",
  201. "22":"y",
  202. "23":"y",
  203. "24":"y",
  204. "25":"y",
  205. "26":"y",
  206. "27":"y",
  207. "28":"y",
  208. "29":"y",
  209. "30":"y",
  210. "31":"y",
  211. "32":"y",
  212. "33":"y",
  213. "34":"y",
  214. "35":"y",
  215. "36":"y",
  216. "37":"y",
  217. "38":"y",
  218. "39":"y",
  219. "40":"y",
  220. "41":"y",
  221. "42":"y",
  222. "43":"y",
  223. "44":"y"
  224. },
  225. "ios_saf":{
  226. "3.2":"y",
  227. "4.0-4.1":"y",
  228. "4.2-4.3":"y",
  229. "5.0-5.1":"y",
  230. "6.0-6.1":"y",
  231. "7.0-7.1":"y",
  232. "8":"y",
  233. "8.1-8.4":"y",
  234. "9.0-9.2":"y",
  235. "9.3":"y",
  236. "10.0-10.2":"y"
  237. },
  238. "op_mini":{
  239. "all":"n"
  240. },
  241. "android":{
  242. "2.1":"y",
  243. "2.2":"y",
  244. "2.3":"y",
  245. "3":"y",
  246. "4":"y",
  247. "4.1":"y",
  248. "4.2-4.3":"y",
  249. "4.4":"y",
  250. "4.4.3-4.4.4":"y",
  251. "53":"y"
  252. },
  253. "bb":{
  254. "7":"y",
  255. "10":"y"
  256. },
  257. "op_mob":{
  258. "10":"n",
  259. "11":"n",
  260. "11.1":"n",
  261. "11.5":"n",
  262. "12":"n",
  263. "12.1":"n",
  264. "37":"y"
  265. },
  266. "and_chr":{
  267. "55":"y"
  268. },
  269. "and_ff":{
  270. "50":"y"
  271. },
  272. "ie_mob":{
  273. "10":"n",
  274. "11":"y"
  275. },
  276. "and_uc":{
  277. "11":"y"
  278. },
  279. "samsung":{
  280. "4":"y"
  281. }
  282. },
  283. "notes":"Already part of the SVG specification, and all SVG-supporting browsers appear to support the property on SVG elements.",
  284. "notes_by_num":{
  285. },
  286. "usage_perc_y":92.52,
  287. "usage_perc_a":0,
  288. "ucprefix":false,
  289. "parent":"",
  290. "keywords":"pointerevents,pointer-events:none",
  291. "ie_id":"csspointerevents",
  292. "chrome_id":"",
  293. "firefox_id":"",
  294. "webkit_id":"",
  295. "shown":true
  296. }