Re: [pointerevents-tests] Add movementxy attribute test for pointerevents (#4571)

> I do have a handler for the inner iframe as well and I also check the events from that (i.e. innerSumX vs sumX). The reason that I wanted the movements to be small is to avoid the jump when you cross the boundary of an iframe discussed in this issue on PointerLock. So I can actually sum things up inside the frame and outside the frame and be able to rely on the range of the result.

I see, thanks.  See [my comment here](https://github.com/w3c/pointerlock/issues/16#issuecomment-275151076).  I don't think it makes sense to try to test the movementX/Y for the first event inside an iframe without communicating with the outer frame in order to measure the real delta.

View on GitHub: https://github.com/w3c/web-platform-tests/pull/4571#issuecomment-275151610

Received on Wednesday, 25 January 2017 16:12:20 UTC