w3c / touch-events

https://w3c.github.io/touch-events/
26 stars 24 forks source link

Need tests for ontouch*, the GlobalEventHandlers #44

Closed AFBarstow closed 8 years ago

AFBarstow commented 9 years ago

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.

RByers commented 9 years ago

Yeah, good point, thanks. /cc @choniong Tracking test issues here makes sense to me (like #27).

chong-z commented 9 years ago

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

RByers commented 9 years ago

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:

chong-z commented 8 years ago

Fixed in https://github.com/w3c/web-platform-tests/pull/2393

RByers commented 8 years ago

Thanks!