- From: Patrick H. Lauke <redux@splintered.co.uk>
- Date: Wed, 17 Jan 2018 11:09:23 +0000
- To: w3c-wai-gl@w3.org
On 17/01/2018 10:50, Detlev Fischer (TK) wrote: [...] > * 2.5.5 Concurrent Input Mechanisms - RNIB wants to know id there are > ways of tesing that by checking code rather than manual testing. Patrick? One could look to analyse any JavaScript in the page for the presence of certain classic "if touch, only do touch, otherwise do mouse/keyboard" code blocks (see example 4 of https://w3c.github.io/touch-events/#mouse-events), look for other signs like code only executed for "touchstart" or similar. But that would really only be able to flag up the potential/need for manual checking. I suppose using some form of headless browser and test automation system, one might be able to construct some automated test...but that's well beyond my field of expertise. Long story short: quickly testing on a touch-enabled laptop that you can do everything with a mouse, keyboard, and touchscreen is the simplest test. P -- Patrick H. Lauke www.splintered.co.uk | https://github.com/patrickhlauke http://flickr.com/photos/redux/ | http://redux.deviantart.com twitter: @patrick_h_lauke | skype: patrick_h_lauke
Received on Wednesday, 17 January 2018 11:09:51 UTC