Bug 166019 - [CSSOM] Use double as type of MouseEvent coordinates instead of long
Summary: [CSSOM] Use double as type of MouseEvent coordinates instead of long
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-12-19 01:27 PST by Joonghun Park
Modified: 2019-02-06 09:18 PST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Joonghun Park 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.
Comment 1 Lucas Forschler 2019-02-06 09:18:57 PST
Mass move bugs into the DOM component.