Closed AFBarstow closed 8 years ago
Yeah, good point, thanks. /cc @choniong Tracking test issues here makes sense to me (like #27).
I'm not so sure what kind of tests should I add? It seems that touch functional tests are already done in the test suit repo and interface tests are done in global-interface-listing
I don't think there's anything in the web-platform-test repo that specifically looks at or uses the ontouch*
attributes. I'd suggest the following:
target0.ontouchmove = function onTouchMove(ev) {...
and window.ontouchend = ...
. It's probably OK to just convert a couple of the on_event tests to this pattern (so we have a mix of listening styles, covering a few different use cases.Thanks!
This is a placeholder/reminder tests are needed for the 4 ontouch* global event handlers added to v2.
Another option for tracking this spec's testing issues/bugs/holes would be to create issues within the test suite repo. If doing this is preferred, please let me know and I'll close issue and create a new issue in the test repo.