- From: David MacDonald <david100@sympatico.ca>
- Date: Mon, 18 Apr 2016 19:11:19 -0400
- To: "Patrick H. Lauke" <redux@splintered.co.uk>
- CC: "public-mobile-a11y-tf@w3.org" <public-mobile-a11y-tf@w3.org>
- Message-ID: <BLU436-SMTP1192B7FB34F47973226A3C2FE6B0@phx.gbl>
I'm fine if you find a more authoritative site that contradicts it? I expect is a correct representation of Click in JavaScript >>>Also, would this be sufficiently clear to mere mortal developers? I expect we can manage it in the Understanding. We can explain that a Click in languages such as JavaScript is a amalgamation of down/up firing on up. On Mon, Apr 18, 2016 at 6:22 PM, Patrick H. Lauke <redux@splintered.co.uk> wrote: > > > On 18/04/2016 23:14, Patrick H. Lauke wrote: > >> >> >> On 18/04/2016 23:02, David MacDonald wrote: >> >>> By definition "click" in JavaScript is a complex event that triggers >>> after mousedown, then mouseup >>> >>> |click| >>> Triggered by a mouse click: mousedown and then mouseup over an >>> element >>> source: >>> http://javascript.info/tutorial/mouse-events#complex-events >>> >> >> Is there a more authoritative source for this sort of explanation? >> > > Notice how http://javascript.info/tutorial/keyboard-events doesn't say > anything about "click", even though that event is also triggered by > keyboard. So nope, not quite sure about how all-encompassing and accurate > the definitions provided on that site are... > > > Also, >> would this be sufficiently clear to mere mortal developers? >> >> 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, 18 April 2016 23:11:50 UTC