- From: Dave Tapuska via GitHub <sysbot+gh@w3.org>
- Date: Thu, 09 Mar 2017 14:50:34 +0000
- To: public-pointer-events@w3.org
If you are trying to do this at object creation time you can't (inheriting from your parent). Because isTrusted is always initialized to true according to the spec event for; isTrusted is supposed to be true until they are dispatched (https://dom.spec.whatwg.org/#interface-eventtarget). Whereas I was just saying lets default it to false always and forget about it. So really we are debating whether the coalesced events should have isTrusted be true or false. I guess the DOM spec always have Events default to true so I'm fine matching that (but I've never really agreed with that). -- GitHub Notification of comment by dtapuska Please view or discuss this issue at https://github.com/w3c/pointerevents/issues/187#issuecomment-285371985 using your GitHub account
Received on Thursday, 9 March 2017 14:50:40 UTC