Re: [pointerevents] Set coalesced events isTrusted flag to false

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