Re: Automatied testing options for 2.1.4 Character key Shortcuts and 2.5.2 Pointer Cancellation

On 17/01/2019 13:31, Detlev Fischer wrote:
[...]
> SC 2.5.2 Pointer Cancellation
> 
> A possibly automated check would look for functions on a page that 
> trigger actions on "down events" (mousedown, touchdown 

Also include pointerdown event.

But yes, lacking the ability to programmatically query "which event 
listeners are registered on this page/element", the only solution at the 
moment would be to scour any referenced JS files or <script> elements, 
and take the presence of any of those strings as a flag for manual checking.

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 Monday, 4 February 2019 11:26:08 UTC