Re: [pointerevents-tests] PointerEvents: update touch-action tests to be more reliable (#1299)

Regarding this comment: https://github.com/w3c/web-platform-tests/pull/1299#issuecomment-60308351 

This is by design. If the person running the test does not follow the instructions, then the test results are not valid.   In the case of a region where touch actions are disabled, the pointerdown event is not guaranteed to fire (e.g. a quick flick on a scrollable region just scrolls but no events fire).  We explicitly changed the tests to not use the pattern you suggested because it would be unreliable given there is no guarantee the event fires.

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

Received on Tuesday, 28 October 2014 18:27:16 UTC