pointer-events.json 5.4 KB

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