Re: [w3c/uievents] Specify MouseEvent.which (#35)

Here is what each of the following browsers currently return on <code>.prototype.hasOwnProperty("which")</code>. Hopefully the "perfect inconsistency" here will motivate us to converge to the right solution:

Browser | UIEvent | MouseEvent | KeyboardEvent
-- | -- | -- | --
Chrome* | Y | Y | Y
Edge | n | Y | Y
FF | Y | n | n
Safari | Y | n | Y

*Chrome [will match FF](http://crbug.com/692717) soon.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/uievents/issues/35#issuecomment-297822323

Received on Thursday, 27 April 2017 19:58:44 UTC