Re: [pointerevents] Default width/height attribute for mouse

I think I remember talking with @jacobrossi about this back in the day
 and the argument for 1 was that it makes it easier to write code that
 wants to just use width/height without having to provide a default 
case.  I can also see the argument for being able to differentiate the
 unsupported case.  But this is all pretty niche, not worth a lot of 
effort or compat risk IMHO.

I'd suggest we should just spec 1x1 as the default and if a scenario 
arises where it's useful to know whether a device truly supports 
reporting geometry then we can just add a bool for that to the 
`InputDeviceCapabilities` API.

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

Received on Thursday, 19 May 2016 23:37:24 UTC