w3c/csswg-drafts

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

Open

#1,634 opened on 2017年7月20日

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

説明

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)

コントリビューターガイド