[pointerevents] Should PointerEvents have factional coordinates?

mustaqahmed has just created a new issue for 
https://github.com/w3c/pointerevents:

== Should PointerEvents have factional coordinates? ==
PointerEvent spec doesn't override the [MouseEvent spec 
definition](https://www.w3.org/TR/DOM-Level-3-Events/#interface-MouseEvent)
 of <code>(clientX, clientY)</code> and <code>(screenX, 
screenY)</code> coordinates: all of them are integers. In Edge, 
PointerEvents (and not MouseEvents) have fractional client coordinates
 even though screen coordinates are always integers.

Chrome follows the spec but [wants to follow Edge](crbug.com/607948).

1. Should we spec this?
2. If yes, does it make sense to have both screen and client 
coordinates fractional, instead of only client coordinate as in Edge?





Please view or discuss this issue at 
https://github.com/w3c/pointerevents/issues/107 using your GitHub 
account

Received on Thursday, 14 July 2016 17:47:38 UTC