Re: [pointerevents] Specify that "click", "dblclick" and "contextmenu" events are PointerEvents

> Fwiw Edge is returning 0.5 for click on my non-pressure sensitive touchscreen laptop, not 0.

I suspect this is an implementation crack in Edge because this behavior doesn't conform to the spec: since the <code>click</code> is fired after the <code>pointerup</code>, the touch pointer is not in active button state here, so the pressure has to be zero. @patrickkettner, am I right?

-- 
GitHub Notification of comment by mustaqahmed
Please view or discuss this issue at https://github.com/w3c/pointerevents/issues/100#issuecomment-294899146 using your GitHub account

Received on Tuesday, 18 April 2017 16:23:19 UTC