- From: <bugzilla@jessica.w3.org>
- Date: Mon, 24 Jun 2013 10:37:15 +0000
- To: public-css-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=19753 --- Comment #3 from Simon Pieters <simonp@opera.com> --- In Chrome/Firefox/IE10, elementFromPoint does not return the top-most element if it has pointer-events:none. (Tested with SVG's pointer-events="none" for IE.) In IE10, msElementsFromPoint includes elements with pointer-events="none". So it's not consistent, but maybe what IE10 does is best -- if you ask for all elements at a point, we should include all of them, and the developer can filter out manually if those with pointer-events:none are not wanted. For elementFromPoint, we have interop and it seems plausible to want the element that would be targeted when that position is clicked. -- You are receiving this mail because: You are the QA Contact for the bug.
Received on Monday, 24 June 2013 10:37:17 UTC