pointer-events.json 9.0 KB

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