w3c/csswg-drafts

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

Open

#1,634 opened on Jul 20, 2017

View on GitHub
 (3 comments) (0 reactions) (0 assignees)HTML (3,546 stars) (545 forks)batch import
Help Wantedcssom-view-1

Description

CSSOM View Module ED extends MouseEvent's screenX to a double.

Pointer Lock REC 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? (This was initially raised in https://github.com/w3c/pointerlock/issues/24)

Contributor guide