[csswg-drafts] [cssom-view] screenX/Y are being redefined as double, should movementX/Y as well?

scheib has just created a new issue for https://github.com/w3c/csswg-drafts:

== [cssom-view] screenX/Y are being redefined as double, should movementX/Y as well? ==
[CSSOM View Module ED](https://drafts.csswg.org/cssom-view/#dom-mouseevent-screenx) extends `MouseEvent`'s `screenX` to a `double`. 

[Pointer Lock REC](https://www.w3.org/TR/pointerlock/#extensions-to-the-mouseevent-interface) extended `MouseEvent` by adding `readonly attribute long movementX`. 

Should CSSOM View Module also extend `movementX` to `double`? Or, should this be updated only in [Pointer Lock 2](https://w3c.github.io/pointerlock/)? (This was initially raised in https://github.com/w3c/pointerlock/issues/24)



Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/1634 using your GitHub account

Received on Thursday, 20 July 2017 22:34:45 UTC