No Description

pointer-events.json 6.2KB

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