Re: [w3c/uievents] MouseEvent.screenX/Y coordinate space id not clear (#150)

A summarize of current behavior:

Chrome & Firefox:
**DSF**(device scale factor) affect **screenX/Y**, **clientX/Y** and **devicePixelRatio**,
**page zoom**(eg. ctrl+/-) affect **clientX/Y** and **devicePixelRatio**, does NOT affect **screenX/Y**.
(clientX/Y are in css pixel, screenX/Y are not)
Firefox proposed a change in devicePixelRatio should not be affected by page zoom, and decided not to keep current behavior.

Edge:
**DSF** & **page zoom** both affect **clientX/Y**, and **devicePixelRatio**, NOT affect **screenX/Y**
(clientX/Y are in css pixel, screenX/Y are in physical pixel)





-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/uievents/issues/150#issuecomment-334033835

Received on Wednesday, 4 October 2017 02:31:40 UTC