NEW166019
[CSSOM] Use double as type of MouseEvent coordinates instead of long
https://bugs.webkit.org/show_bug.cgi?id=166019
Summary [CSSOM] Use double as type of MouseEvent coordinates instead of long
Joonghun Park
Reported 2016-12-19 01:27:22 PST
As specified in https://www.w3.org/TR/cssom-view-1/#extensions-to-the-mouseevent-interface, now MouseEvent interface's coordinates type is declared as double instead of long. After this change is addressed, it would be good to change Touch interface in the similar manner, because it seems that the corresponding spec will be updated in the similar way as described in https://w3c.github.io/touch-events/#touch-interface.
Attachments
Lucas Forschler
Comment 1 2019-02-06 09:18:57 PST
Mass move bugs into the DOM component.
Note You need to log in before you can comment on or make changes to this bug.