pointer-events.json 8.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474
  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":"https://wiki.csswg.org/spec/css4-ui#pointer-events",
  5. "status":"unoff",
  6. "links":[
  7. {
  8. "url":"https://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. "79":"y",
  59. "80":"y",
  60. "81":"y",
  61. "83":"y",
  62. "84":"y",
  63. "85":"y",
  64. "86":"y",
  65. "87":"y",
  66. "88":"y",
  67. "89":"y",
  68. "90":"y",
  69. "91":"y",
  70. "92":"y",
  71. "93":"y",
  72. "94":"y"
  73. },
  74. "firefox":{
  75. "2":"n",
  76. "3":"n",
  77. "3.5":"n",
  78. "3.6":"y",
  79. "4":"y",
  80. "5":"y",
  81. "6":"y",
  82. "7":"y",
  83. "8":"y",
  84. "9":"y",
  85. "10":"y",
  86. "11":"y",
  87. "12":"y",
  88. "13":"y",
  89. "14":"y",
  90. "15":"y",
  91. "16":"y",
  92. "17":"y",
  93. "18":"y",
  94. "19":"y",
  95. "20":"y",
  96. "21":"y",
  97. "22":"y",
  98. "23":"y",
  99. "24":"y",
  100. "25":"y",
  101. "26":"y",
  102. "27":"y",
  103. "28":"y",
  104. "29":"y",
  105. "30":"y",
  106. "31":"y",
  107. "32":"y",
  108. "33":"y",
  109. "34":"y",
  110. "35":"y",
  111. "36":"y",
  112. "37":"y",
  113. "38":"y",
  114. "39":"y",
  115. "40":"y",
  116. "41":"y",
  117. "42":"y",
  118. "43":"y",
  119. "44":"y",
  120. "45":"y",
  121. "46":"y",
  122. "47":"y",
  123. "48":"y",
  124. "49":"y",
  125. "50":"y",
  126. "51":"y",
  127. "52":"y",
  128. "53":"y",
  129. "54":"y",
  130. "55":"y",
  131. "56":"y",
  132. "57":"y",
  133. "58":"y",
  134. "59":"y",
  135. "60":"y",
  136. "61":"y",
  137. "62":"y",
  138. "63":"y",
  139. "64":"y",
  140. "65":"y",
  141. "66":"y",
  142. "67":"y",
  143. "68":"y",
  144. "69":"y",
  145. "70":"y",
  146. "71":"y",
  147. "72":"y",
  148. "73":"y",
  149. "74":"y",
  150. "75":"y",
  151. "76":"y",
  152. "77":"y",
  153. "78":"y",
  154. "79":"y",
  155. "80":"y",
  156. "81":"y",
  157. "82":"y",
  158. "83":"y",
  159. "84":"y",
  160. "85":"y",
  161. "86":"y",
  162. "87":"y",
  163. "88":"y",
  164. "89":"y",
  165. "90":"y",
  166. "91":"y",
  167. "92":"y",
  168. "93":"y",
  169. "94":"y",
  170. "95":"y"
  171. },
  172. "chrome":{
  173. "4":"y",
  174. "5":"y",
  175. "6":"y",
  176. "7":"y",
  177. "8":"y",
  178. "9":"y",
  179. "10":"y",
  180. "11":"y",
  181. "12":"y",
  182. "13":"y",
  183. "14":"y",
  184. "15":"y",
  185. "16":"y",
  186. "17":"y",
  187. "18":"y",
  188. "19":"y",
  189. "20":"y",
  190. "21":"y",
  191. "22":"y",
  192. "23":"y",
  193. "24":"y",
  194. "25":"y",
  195. "26":"y",
  196. "27":"y",
  197. "28":"y",
  198. "29":"y",
  199. "30":"y",
  200. "31":"y",
  201. "32":"y",
  202. "33":"y",
  203. "34":"y",
  204. "35":"y",
  205. "36":"y",
  206. "37":"y",
  207. "38":"y",
  208. "39":"y",
  209. "40":"y",
  210. "41":"y",
  211. "42":"y",
  212. "43":"y",
  213. "44":"y",
  214. "45":"y",
  215. "46":"y",
  216. "47":"y",
  217. "48":"y",
  218. "49":"y",
  219. "50":"y",
  220. "51":"y",
  221. "52":"y",
  222. "53":"y",
  223. "54":"y",
  224. "55":"y",
  225. "56":"y",
  226. "57":"y",
  227. "58":"y",
  228. "59":"y",
  229. "60":"y",
  230. "61":"y",
  231. "62":"y",
  232. "63":"y",
  233. "64":"y",
  234. "65":"y",
  235. "66":"y",
  236. "67":"y",
  237. "68":"y",
  238. "69":"y",
  239. "70":"y",
  240. "71":"y",
  241. "72":"y",
  242. "73":"y",
  243. "74":"y",
  244. "75":"y",
  245. "76":"y",
  246. "77":"y",
  247. "78":"y",
  248. "79":"y",
  249. "80":"y",
  250. "81":"y",
  251. "83":"y",
  252. "84":"y",
  253. "85":"y",
  254. "86":"y",
  255. "87":"y",
  256. "88":"y",
  257. "89":"y",
  258. "90":"y",
  259. "91":"y",
  260. "92":"y",
  261. "93":"y",
  262. "94":"y",
  263. "95":"y",
  264. "96":"y",
  265. "97":"y"
  266. },
  267. "safari":{
  268. "3.1":"n",
  269. "3.2":"n",
  270. "4":"y",
  271. "5":"y",
  272. "5.1":"y",
  273. "6":"y",
  274. "6.1":"y",
  275. "7":"y",
  276. "7.1":"y",
  277. "8":"y",
  278. "9":"y",
  279. "9.1":"y",
  280. "10":"y",
  281. "10.1":"y",
  282. "11":"y",
  283. "11.1":"y",
  284. "12":"y",
  285. "12.1":"y",
  286. "13":"y",
  287. "13.1":"y",
  288. "14":"y",
  289. "14.1":"y",
  290. "15":"y",
  291. "TP":"y"
  292. },
  293. "opera":{
  294. "9":"n",
  295. "9.5-9.6":"n",
  296. "10.0-10.1":"n",
  297. "10.5":"n",
  298. "10.6":"n",
  299. "11":"n",
  300. "11.1":"n",
  301. "11.5":"n",
  302. "11.6":"n",
  303. "12":"n",
  304. "12.1":"n",
  305. "15":"y",
  306. "16":"y",
  307. "17":"y",
  308. "18":"y",
  309. "19":"y",
  310. "20":"y",
  311. "21":"y",
  312. "22":"y",
  313. "23":"y",
  314. "24":"y",
  315. "25":"y",
  316. "26":"y",
  317. "27":"y",
  318. "28":"y",
  319. "29":"y",
  320. "30":"y",
  321. "31":"y",
  322. "32":"y",
  323. "33":"y",
  324. "34":"y",
  325. "35":"y",
  326. "36":"y",
  327. "37":"y",
  328. "38":"y",
  329. "39":"y",
  330. "40":"y",
  331. "41":"y",
  332. "42":"y",
  333. "43":"y",
  334. "44":"y",
  335. "45":"y",
  336. "46":"y",
  337. "47":"y",
  338. "48":"y",
  339. "49":"y",
  340. "50":"y",
  341. "51":"y",
  342. "52":"y",
  343. "53":"y",
  344. "54":"y",
  345. "55":"y",
  346. "56":"y",
  347. "57":"y",
  348. "58":"y",
  349. "60":"y",
  350. "62":"y",
  351. "63":"y",
  352. "64":"y",
  353. "65":"y",
  354. "66":"y",
  355. "67":"y",
  356. "68":"y",
  357. "69":"y",
  358. "70":"y",
  359. "71":"y",
  360. "72":"y",
  361. "73":"y",
  362. "74":"y",
  363. "75":"y",
  364. "76":"y",
  365. "77":"y",
  366. "78":"y",
  367. "79":"y",
  368. "80":"y"
  369. },
  370. "ios_saf":{
  371. "3.2":"y",
  372. "4.0-4.1":"y",
  373. "4.2-4.3":"y",
  374. "5.0-5.1":"y",
  375. "6.0-6.1":"y",
  376. "7.0-7.1":"y",
  377. "8":"y",
  378. "8.1-8.4":"y",
  379. "9.0-9.2":"y",
  380. "9.3":"y",
  381. "10.0-10.2":"y",
  382. "10.3":"y",
  383. "11.0-11.2":"y",
  384. "11.3-11.4":"y",
  385. "12.0-12.1":"y",
  386. "12.2-12.5":"y",
  387. "13.0-13.1":"y",
  388. "13.2":"y",
  389. "13.3":"y",
  390. "13.4-13.7":"y",
  391. "14.0-14.4":"y",
  392. "14.5-14.8":"y",
  393. "15":"y"
  394. },
  395. "op_mini":{
  396. "all":"n"
  397. },
  398. "android":{
  399. "2.1":"y",
  400. "2.2":"y",
  401. "2.3":"y",
  402. "3":"y",
  403. "4":"y",
  404. "4.1":"y",
  405. "4.2-4.3":"y",
  406. "4.4":"y",
  407. "4.4.3-4.4.4":"y",
  408. "94":"y"
  409. },
  410. "bb":{
  411. "7":"y",
  412. "10":"y"
  413. },
  414. "op_mob":{
  415. "10":"n",
  416. "11":"n",
  417. "11.1":"n",
  418. "11.5":"n",
  419. "12":"n",
  420. "12.1":"n",
  421. "64":"y"
  422. },
  423. "and_chr":{
  424. "94":"y"
  425. },
  426. "and_ff":{
  427. "92":"y"
  428. },
  429. "ie_mob":{
  430. "10":"n",
  431. "11":"y"
  432. },
  433. "and_uc":{
  434. "12.12":"y"
  435. },
  436. "samsung":{
  437. "4":"y",
  438. "5.0-5.4":"y",
  439. "6.2-6.4":"y",
  440. "7.2-7.4":"y",
  441. "8.2":"y",
  442. "9.2":"y",
  443. "10.1":"y",
  444. "11.1-11.2":"y",
  445. "12.0":"y",
  446. "13.0":"y",
  447. "14.0":"y",
  448. "15.0":"y"
  449. },
  450. "and_qq":{
  451. "10.4":"y"
  452. },
  453. "baidu":{
  454. "7.12":"y"
  455. },
  456. "kaios":{
  457. "2.5":"y"
  458. }
  459. },
  460. "notes":"Already part of the SVG specification, and all SVG-supporting browsers appear to support the property on SVG elements.",
  461. "notes_by_num":{
  462. },
  463. "usage_perc_y":98.27,
  464. "usage_perc_a":0,
  465. "ucprefix":false,
  466. "parent":"",
  467. "keywords":"pointerevents,pointer-events:none",
  468. "ie_id":"csspointerevents",
  469. "chrome_id":"",
  470. "firefox_id":"",
  471. "webkit_id":"",
  472. "shown":true
  473. }